NotifyShipmentPickupError
Represents an error occurred during the pickup notification.
type NotifyShipmentPickupError {
code: NotifyShipmentPickupErrorCodes!
message: String!
}
Fields
NotifyShipmentPickupError.code ● NotifyShipmentPickupErrorCodes! non-null enum
The error code.
NotifyShipmentPickupError.message ● String! non-null scalar
The error message.
Member Of
NotifyShipmentPickup object