...
Code Block | ||
---|---|---|
| ||
{ "error": "Printing request rejected", "details": [ "No printer defined for workstation 00" ] } |
If the requested order has been marked for cancellation an HTTP 200 error code will be returned with the standard error body.
Code Block language json { "error": "Order marked for cancelation", "details": [] }