NotifyShipmentPickupErrorCodes
Enumerates the error codes for the pickup notification.
enum NotifyShipmentPickupErrorCodes {
BAD_REQUEST
FORBIDDEN
INTERNAL_SERVER_ERROR
}
Values
NotifyShipmentPickupErrorCodes.BAD_REQUEST
Indicates a bad request error.
NotifyShipmentPickupErrorCodes.FORBIDDEN
Indicates a forbidden error.
NotifyShipmentPickupErrorCodes.INTERNAL_SERVER_ERROR
Indicates an internal server error.
Member Of
NotifyShipmentPickupError object