Documentation

ErrorSource
in package

Indicates where an error originated from. This lets you know whether you should contact ShipEngine for support or if you should contact the carrier or marketplace instead.

Tags
link
https://www.shipengine.com/docs/errors/codes/#error-source

Table of Contents

CARRIER  = "carrier"
The error came from a shipping carrier (such as UPS, FedEx, DHL, etc).
ORDER_SOURCE  = "order_source"
The error came from an order source (such as Shopify, Ebay, WalMart, etc).
SHIPENGINE  = "shipengine"
The error is from ShipEngine. If you have any questions or require support, please contact us

Constants

CARRIER

The error came from a shipping carrier (such as UPS, FedEx, DHL, etc).

public mixed CARRIER = "carrier"

ShipEngine support may be able to help clarify the error for you, but if the problem is with your carrier account, then you will need to contact them directly.

ORDER_SOURCE

The error came from an order source (such as Shopify, Ebay, WalMart, etc).

public mixed ORDER_SOURCE = "order_source"

ShipEngine support may be able to help clarify the error for you, but if the problem is with your seller account, then you will need to contact them directly.

SHIPENGINE

The error is from ShipEngine. If you have any questions or require support, please contact us

public mixed SHIPENGINE = "shipengine"

Search results