Here's some context to the 4 digit codes returned by the API:
General
ErrorCode | ErrorEnum | Meaning |
|
| The specified entity is not found |
|
| A required parameter has been omitted. |
|
| A required parameter is malformed. |
|
| An invalid Configuration has been referenced. |
|
| A requested resource or action has no implementation. |
Orders and catalogs
ErrorCode | ErrorEnum | Meaning |
|
| The supplied price is malformed, or inconsistent. |
|
| The supplied datetime is malformed, or inconsistent. |
|
| The payment cannot be processed. More information is provided as part of the message in context. |
Flights, cities and airports
ErrorCode | ErrorEnum | Meaning |
|
| The requested origin, or destination of the flight is malformed or non existent. |
|
| The supplied IATA code is malformed or non existent. |
|
| The geography supplied is malformed. |
|
| The requested flight exists in the past. Only present and future flights are available. |
|
| The supplied flight number is malformed. |
Users
ErrorCode | ErrorEnum | Meaning |
|
| The provided email is malformed. |
|
| An attempt was made to create a user already existing in the system. |