UNPKG

featherbone-shipengine

Version:

Forked and patched version of the official ShipEngine JavaScript SDK for Node.js

8 lines (7 loc) 286 B
/** * Indicates the type of an error. Think of this as a broad category rather * than a specific error. * * @see https://www.shipengine.com/docs/errors/codes/#error-type */ export declare type ErrorType = "account_status" | "security" | "validation" | "business_rules" | "system";