The error response schema for an shipment confirmation.

Export

ConfirmShipmentErrorResponse

interface ConfirmShipmentErrorResponse {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

ConfirmShipmentErrorResponse