/** * 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";