Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 792 Bytes

File metadata and controls

25 lines (18 loc) · 792 Bytes

ContactErrorModel

Properties

Name Type Description Notes
code CodeEnum Error code displayed in case of a failure
message String Readable message associated to the failure
metadata Object Additional information about the error [optional]

Enum: CodeEnum

Name Value
INVALID_PARAMETER "invalid_parameter"
MISSING_PARAMETER "missing_parameter"
DOCUMENT_NOT_FOUND "document_not_found"
ACCOUNT_IN_PROCESS "account_in_process"
DUPLICATE_PARAMETER "duplicate_parameter"
METHOD_NOT_ALLOWED "method_not_allowed"
OUT_OF_RANGE "out_of_range"