API v3 error handling
Error element structure
Property
Value type
Description
ErrorDetails element structure
Property
Value type
Description
Error element examples
{
"errorCode": 11001,
"errorMessage": "Errors in form",
"errors": [
{
"property": "propertyType",
"message": "Invalid propertyType, the possible values are: 0: raw value, 1: network port, 2: password (8 chars), 3: password (16 chars), 4: password (24 chars)"
}
]
}Last updated
Was this helpful?