/**
* 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
*/exportdeclaretypeErrorType = "account_status" | "security" | "validation" | "business_rules" | "system";