GuidErrorsResponseResponseWrapper
- errorType: object · ErrorsResponsenullable
Response The problems, when the call failed.
nullon success.Check this before reading
response. Note that a2xxstatus does not guarantee this is null: order creation returns200with this populated when the order was not created.- errorsType: array object[] | null · ErrorResponse[]
Every problem found with the request. A single call can report several at once, so read the whole array rather than only the first entry.
A single problem with a request. Errors arrive as an array under
errorResponse.errors.
- responseType: string Format: uuid
The payload, when the call succeeded.
nullwhenerrorResponseis populated.