Skip to main content

TooManyContactsError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuenumberrequired

The number of contacts that were provided

TooManyContactsError
{
"title": "Error occurred",
"details": {
"value": 0
}
}