The type of issue encountered in request to a carrier

Enumeration Members

CARRIER_ERROR: "CARRIER_ERROR"

The carrier's API responded with an unexpected error

COULD_NOT_CONNECT: "COULD_NOT_CONNECT"

Failed to connect to the carrier's API. It may be down.

COULD_NOT_FIND_RATE: "COULD_NOT_FIND_RATE"

Failed to fetch the given rate

CREDENTIALS_INVALID: "CREDENTIALS_INVALID"

The carrier indicated that the credentials associated with your account are invalid.

DUPLICATE_REQUEST_ID: "DUPLICATE_REQUEST_ID"

The request has been been attempted with a duplicate id.

All requests initiating a payment or refund need a new UUID.

INCOMPLETE_REQUEST: "INCOMPLETE_REQUEST"

Not enough information was provided to complete the request

INVALID_PACKAGING: "INVALID_PACKAGING"

The specified packaging cannot be used with the carrier

SERVICE_NOT_FOUND: "SERVICE_NOT_FOUND"

Either this carrier service does not exist, or it is not supported

UNKNOWN_ERROR: "UNKNOWN_ERROR"

An error was returned from the carrier that we cannot interpret