All checks were successful
Dev CI / Backend — Lint (push) Successful in 10m23s
Dev CI / Backend — Unit Tests (push) Successful in 10m17s
Dev CI / Frontend — Lint & Type-check (push) Successful in 11m3s
Dev CI / Frontend — Unit Tests (push) Successful in 10m33s
Dev CI / Notify Failure (push) Has been skipped
24 lines
1.1 KiB
JSON
24 lines
1.1 KiB
JSON
{
|
|
"INTERNAL_ERROR": "Internal server error",
|
|
"UNAUTHORIZED": "Authentication required",
|
|
"FORBIDDEN": "You do not have permission to perform this action",
|
|
"NOT_FOUND": "Resource not found",
|
|
"CONFLICT": "Conflict",
|
|
"RATE_LIMITED": "Too many requests — please try again later",
|
|
"PORT_NOT_FOUND": "Port not found: {portCode}",
|
|
"PORT_INVALID_CODE": "Invalid port code: {portCode}",
|
|
"USER_NOT_FOUND": "User not found",
|
|
"USER_EMAIL_TAKEN": "This email is already in use",
|
|
"USER_INACTIVE": "User account is inactive",
|
|
"USER_EMAIL_NOT_VERIFIED": "Email address not verified",
|
|
"ORGANIZATION_NOT_FOUND": "Organization not found",
|
|
"INVALID_CREDENTIALS": "Invalid email or password",
|
|
"INVALID_TOKEN": "Invalid or expired token",
|
|
"BOOKING_NOT_FOUND": "Booking {bookingNumber} not found",
|
|
"BOOKING_INVALID_STATUS": "Invalid booking status transition",
|
|
"RATE_QUOTE_NOT_FOUND": "Rate quote not found",
|
|
"RATE_QUOTE_EXPIRED": "Rate quote has expired",
|
|
"CARRIER_NOT_FOUND": "Carrier not found",
|
|
"NO_LICENSES_AVAILABLE": "No licenses available for this organization"
|
|
}
|