Return Codes


Default API Event Codes

Event Code Name HTTP
Response
Description
EC000_001 Internal Server Error 500 Internal Server Error, please contact support.
EC000_002 Unauthorized 401 The request is not authorized
EC000_003 Validation Failure 400 The request failed validation
EC000_004 Resource Not Found 404 The requested resource is not found
EC000_005 Method Not Allowed 405 The requested HTTP method is not allowed
EC000_006 Unsupported Media Type 405 Content-Type provided is not supported
EC000_007 Invalid Content 400 Invalid secured payload

Return to Top

FX Event Codes

Event Code Name HTTP
Response
Description
EC014_001 Invalid Request 400 Schema validation failed against the request payload schema error details [{0}]
{0} = error message from parser, schema check, missing or invalid headers etc. Enclosed in square brackets
EC014_002 Duplicate Request 400 Duplicate request received (supplied X-Message-Id value: [{0}]
{0} = Duplicate X-Message-Id value. Enclosed in square brackets
EC014_003 Internal Error 500 Internal Server Error, please contact support.
EC014_004 Service Unavailable 503 Service Unavailable

Return to Top