DIST0000 | 500 Internal Server Error | Generic error, something really wrong happened |
DIST0001 | 400 Bad Request | Some parameters are incorrect or invalid |
DIST0002 | 400 Bad Request | Request body is incorrect |
DIST0003 | 415 Unsupported Media Type | Content-Type must be application/json |
DIST0004 | 400 Bad Request | Invalid '%s' format: '%s' |
DIST0005 | 400 Bad Request | Invalid parameter(s): '%s' |
DIST0006 | 400 Bad Request | Parameter(s) required: '%s' |
FORBIDDEN_RESOURCE | 403 Forbidden | Denied for permissions. The user does not have required role |
INVALID_AUTH_CLIENT_ID | 403 Forbidden | Client ID not allowed |
AUTH0001 | 403 Forbidden | User not found |
AUTH0002 | 403 Forbidden | Password incorrect |
AUTH0003 | 403 Forbidden | User is not from channel entity |
AUTH0004 | 403 Forbidden | Channel ID is required |
AUTH0005 | 403 Forbidden | Channel not found |
AUTH0006 | 403 Forbidden | Channel inactive |
AUTH0007 | 403 Forbidden | Channel entity not found |
AUTH0008 | 403 Forbidden | Channel entity inactive |
AUTH0009 | 403 Forbidden | Channel operator not found |
AUTH0010 | 403 Forbidden | Channel operator inactive |
AUTH0011 | 403 Forbidden | Terminal is required |
AUTH0012 | 403 Forbidden | Terminal license is required |
AUTH0013 | 403 Forbidden | Terminal not found |
AUTH0014 | 403 Forbidden | Terminal inactive |
AUTH0015 | 403 Forbidden | Terminal license incorrect |
AUTH0016 | 403 Forbidden | Terminal license inactive |
AUTH0017 | 403 Forbidden | Terminal license expired |
AUTH0018 | 403 Forbidden | Terminal is not from channel entity or channel operator |
AUTH0019 | 403 Forbidden | Point of sale ID is required |
AUTH0020 | 403 Forbidden | Point of sale not found |
AUTH0021 | 403 Forbidden | Point of sale inactive |
AUTH0022 | 403 Forbidden | Point of sale is not from channel entity |
AUTH0023 | 403 Forbidden | Token has not valid role |
AUTH0024 | 403 Forbidden | User has not valid role |
AUTH0025 | 403 Forbidden | User inactive |
AUTH0026 | 403 Forbidden | Channel operator not allowed to operate in secondary market |
AUTH0027 | 403 Forbidden | User has not permission |
2MKT0001 | 404 Not Found | Ticket not found |
2MKT0002 | 409 Conflict | Ticket sold by another entity |
2MKT0006 | 409 Conflict | This ticket is for another session |
2MKT0007 | 409 Conflict | Ticket already cancelled & reissued |
2MKT0008 | 409 Conflict | Ticket status is %s |
2MKT0009 | 409 Conflict | Order type is %s |
2MKT0010 | 409 Conflict | Order status is %s |
2MKT0011 | 409 Conflict | Product type is %s |
2MKT0012 | 409 Conflict | Ticket has access validations registered |
2MKT0013 | 409 Conflict | Session is not ready |
2MKT0014 | 409 Conflict | Event is not ready |
2MKT00118 | 409 Conflict | The event is not published in this channel |
2MKT0015 | 409 Conflict | Ticket already registered to be cancelled & reissued. Barcode: %s |
2MKT0016 | 409 Conflict | Ticket is not registered to be cancelled & reissued. Barcode: %s |
2MKT0017 | 409 Conflict | Ticket not belongs this barcode |
2MKT0025 | 400 Bad Request | Ticket currency doesn't match the currency of the order. Barcode: %s |
2MKT0029 | 400 Bad Request | Order total amount lesser than tickets total amount |
2MKT0034 | 400 Bad Request | Invalid language |
2MKT0035 | 409 Conflict | Cannot obtain new ticket barcode |
2MKT0036 | 409 Conflict | Barcode status is invalid |
2MKT0037 | 400 Bad Request | There are duplicated barcodes |
2MKT0038 | 400 Bad Request | There are duplicated ticket IDs |
2MKT0039 | 404 Not Found | Order code not found |
2MKT0040 | 409 Conflict | Order has not valid tickets |
2MKT0041 | 409 Conflict | Ticket belongs to a Season |
2MKT0042 | 409 Conflict | Tickets in request are repeated |
2MKT0043 | 409 Conflict | Tickets are blocked |
SECONDARY_MARKET_SEAT_NOT_AVAILABLE | 404 Not Found | Requested seats are not currently for sale in the secondary market: might be already sold or currently in a basket |
SECONDARY_MARKET_SEAT_RATE_NOT_AVAILABLE | 412 Precondition Failed | The secondary market seat rate is not available anymore |
SECONDARY_MARKET_SALE_NOT_ENABLED | 412 Precondition Failed | The secondary market sale is not enabled |
ME0001 | 409 Conflict | Channel Not Found |
CREATE_LOYALTY_PROGRAM_EXCEPTION | 500 Internal Server Error | Error sending loyalty program message to queue |
VOUCHER_ORDER_NOT_FOUND | HttpStatus.NOT_FOUND | Voucher order not found |
VOUCHER_NOT_FOUND | HttpStatus.NOT_FOUND | Voucher not found |
VOUCHER_ORDER_INVALID_STATUS | HttpStatus.FORBIDDEN | Voucher order invalid status |
VOUCHER_ORDER_INVALID_CONFIG_STATUS | HttpStatus.CONFLICT | Voucher order channel configuration invalid status |
VOUCHER_ORDER_INVALID_AMOUNT | HttpStatus.BAD_REQUEST | Voucher order item invalid amount |
VOUCHER_ORDER_INVALID_IMAGE | HttpStatus.BAD_REQUEST | Voucher order item invalid email image |
VOUCHER_ORDER_INVALID_RECEIVER_DATA | HttpStatus.BAD_REQUEST | Voucher order email is required for receiver_data |
VOUCHER_ORDER_INVALID_DELIVERY_DATE | HttpStatus.BAD_REQUEST | Voucher order delivery date not valid |
VOUCHER_ORDER_INVALID_PAYMENT_STATUS | HttpStatus.FORBIDDEN | Voucher order payment invalid status |
VOUCHER_CODE_INVALID | HttpStatus.CONFLICT | Voucher code invalid |
VOUCHER_BALANCE_EMPTY | HttpStatus.CONFLICT | Voucher balance is 0 |
VOUCHER_GROUP_CURRENCY_NOT_FOUND | HttpStatus.CONFLICT | Voucher group currency not found |
VOUCHER_RETRIES_LIMIT_EXCEEDED | HttpStatus.CONFLICT | Voucher usage retries limit exceed |
VOUCHER_COLLECTIVE_NOT_FOUND | HttpStatus.CONFLICT | Voucher Collective not found |
VOUCHER_CURRENCY_INVALID | HttpStatus.CONFLICT | Invalid voucher currency |
ORDER_NOT_FOUND | HttpStatus.NOT_FOUND | Order not found |
ORDER_EXPIRED | HttpStatus.NOT_FOUND | Order expired |
ORDER_SEAT_NOT_AVAILABLE | HttpStatus.CONFLICT | Seat not found or available |
ORDER_WITHOUT_ITEMS | HttpStatus.CONFLICT | Order without items |
ORDER_ITEMS_LIMIT_EXCEEDED | HttpStatus.CONFLICT | Item limit exceeded |
ORDER_PROMOTION_NOT_FOUND | HttpStatus.NOT_FOUND | Promotion not found |
PROMOTION_CODE_LIMIT_REACHED | HttpStatus.CONFLICT | Promotion code has reached its limit of uses |
ORDER_INVALID_PROMOTION | HttpStatus.BAD_REQUEST | Invalid promotion |
ORDER_PROMOTION_LIMIT_EXCEEDED | HttpStatus.CONFLICT | Promotion limit exceeded |
ORDER_PROMOTION_LIMIT_OPERATION_EXCEEDED | HttpStatus.CONFLICT | Promotion limit exceeded |
ORDER_PROMOTION_PRIMARY_MARKET_REQUIRED | HttpStatus.PRECONDITION_FAILED | Promotions requires a primary market locations |
ORDER_COLLECTIVE_NOT_FOUND | HttpStatus.NOT_FOUND | Collective not found |
ORDER_INVALID_COLLECTIVE | HttpStatus.BAD_REQUEST | Invalid collective |
ORDER_COLLECTIVE_LIMIT_EXCEEDED | HttpStatus.CONFLICT | Collective limit exceeded |
ORDER_INVALID_INSURANCE | HttpStatus.NOT_FOUND | Invalid insurance |
ORDER_INVALID_DELIVERY_METHOD | HttpStatus.NOT_FOUND | Invalid delivery method |
ORDER_BUYER_DATA_REQUIRED | HttpStatus.CONFLICT | Buyer data is not filled |
ORDER_ITEM_INVALID | HttpStatus.CONFLICT | Invalid order item |
ORDER_ATTENDEE_DATA_REQUIRED | HttpStatus.CONFLICT | Attendee data is not filled |
ORDER_BOOKING_NOT_ALLOWED | HttpStatus.CONFLICT | BOOKING type is not allowed |
SESSION_NOT_FOUND | HttpStatus.NOT_FOUND | Session not found |
SESSION_SALES_LIMIT_EXCEEDED | HttpStatus.CONFLICT | Session sales limit exceeded |
ORDER_INVALID_STATUS | HttpStatus.CONFLICT | The order must be in pre-confirm status |
ORPHAN_SEAT | HttpStatus.CONFLICT | Unavailable seat due to orphan seat check |
CHANNEL_FORM_NOT_FOUND | HttpStatus.NOT_FOUND | Channel from descriptor not found |
PROMOTION_NOT_FOUND | HttpStatus.NOT_FOUND | Promotion not found |
PROMOTION_REQUIRED | HttpStatus.CONFLICT | Promotion is required |
CONSUMER_METADATA_NOT_FOUND | HttpStatus.NOT_FOUND | Consumer Metadata not found |
CONSUMER_METADATA_REQUIRED | HttpStatus.CONFLICT | Consumer Metadata required |
CONSUMER_METADATA_MAX_ELEMENTS | HttpStatus.CONFLICT | Consumer Metadata items limit exceeded |
CONSUMER_METADATA_KEY_MAX_LENGTH | HttpStatus.CONFLICT | Consumer Metadata key length exceeded |
CONSUMER_METADATA_VALUE_MAX_LENGTH | HttpStatus.CONFLICT | Consumer Metadata value length exceeded |
CLIENT_DATA_INVALID_POSTAL_CODE | HttpStatus.CONFLICT | Client data invalid Postal Code |
PURCHASE_NOT_TOTALLY_PAID | HttpStatus.CONFLICT | Purchase has not been totally paid |