UNPKG

@openactive/data-models

Version:

Data models used to drive that OpenActive validator, developer documentation, and model libraries

42 lines (41 loc) 1.69 kB
{ "type": "TemporarilyUnableToUpdateOrderError", "subClassOf": "#OpenBookingError", "description": { "sections": [ { "title": "Error Use Case", "paragraphs": [ "The Booking System is unable for technical reasons to update an `Order` (which includes processing the PATCH for cancellation) where the data provided to it is sufficient to allow it to do so." ] } ] }, "fields": { "type": { "fieldName": "type", "requiredContent": "TemporarilyUnableToUpdateOrderError", "requiredType": "https://schema.org/Text" }, "name": { "description": [ "A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization." ], "example": "The Booking System is unable for technical reasons to update an 'Order' (which includes processing the PATCH for cancellation) where the data provided to it is sufficient to allow it to do so.", "defaultContent": "The Booking System is unable for technical reasons to update an 'Order' (which includes processing the PATCH for cancellation) where the data provided to it is sufficient to allow it to do so.", "fieldName": "name", "requiredType": "https://schema.org/Text", "sameAs": "https://schema.org/name" }, "statusCode": { "fieldName": "statusCode", "sameAs": "https://openactive.io/statusCode", "requiredType": "https://schema.org/Integer", "requiredContent": 503, "defaultContent": 503, "description": [ "An integer representing the HTTP status code." ] } } }