Skip to main content

InvalidContactIdError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The invalid contact id that was provided

pathstringrequired

The path of the invalid property

InvalidContactIdError
{
"title": "Error occurred",
"details": {
"value": "string",
"path": "string"
}
}