Learn about the different reasons API requests might fail or return error codes.
400
response if required fields are missing or are invalid.
404
response.
400
response.
Code | Enum Value |
---|---|
ContactDoesNotExist | Requested Contact Not Found |
PropertyDoesNotExist | Requested Property Not Found |
InvalidAddress | Invalid Address - Address Validation failed |
DuplicateProperty | Duplicate Property - When trying to add a new address to an existing contact |
DuplicateContact | Duplicate Contact - Contact with same email id already exists |
InvalidRequest | Request is invalid - could be due to JSON validation or situational based. There will also be supporting data in "data" object to support the validation. |