Skip to main content

ErrorEnvelope

ErrorEnvelope schema used by the TheBooking public API.

Fields

FieldRequiredTypeDescription
statusYesconst KOCurrent reservation status.
messageYesstringHuman-readable error message.

Example

{
"status": "KO",
"message": "string"
}