Available in🇮🇳 India
When firing Contact APIs, you might run into errors for various reasons. These error codes are returned in an error body, which you can use to understand the reason for the error and the steps to resolve it.
Error Sample Code and Description
Here is an example of how an error code appears when any Contact API fails.code
: string Not applicable for Error Codes. The value is displayed to maintain consistency of the error object.
description
: string A description for the error. For example, The name field is required..
source
: string Possible value is business. The error can be fixed from your end.
step
: string Not applicable for API Error Codes. The value is displayed to maintain consistency of the error object.
reason
: string The error reason. For example, input_validation_failed.
metadata
: Null Value Not applicable for API Error Codes. The value displayed to maintain consistency of the error object.
field
: The Contact details in the Contact entity such as name, email, type and so on.