GuidErrorsResponseResponseWrapper

  • errorResponse
    Type: object · ErrorsResponsenullable

    The problems, when the call failed. null on success.

    Check this before reading response. Note that a 2xx status does not guarantee this is null: order creation returns 200 with this populated when the order was not created.

    • errors
      Type: 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.

  • response
    Type: string Format: uuid

    The payload, when the call succeeded. null when errorResponse is populated.