Skip to main content

WpRestError

WpRestError schema used by the TheBooking public API.

Fields

FieldRequiredTypeDescription
codeYesstringWordPress REST error code.
messageYesstringHuman-readable error message.
dataYesobjectAdditional structured data accepted by the route.

Example

{
"code": "string",
"message": "string",
"data": {
"status": 1
}
}