API v3 error handling
Whenever an error is encountered in an API request, the Platform will return an Error element providing you with information on what exactly went wrong.
Error element structure
The Error element has the following structure:
Property
Value type
Description
errorCode
int
The error code.
errorMessage
string
Human readable version of the error.
errors
Array of ErrorDetail elements.
Table 1: Error element structure
ErrorDetails element structure
The ErrorDetails (sub)element has the following structure:
Property
Value type
Description
property
string
Name of the form / element property that contains the error.
message
string
Detailed error message.
Table 2: ErrorDetails element structure
Error element examples
Last updated