shipstation-client
Version:
ShipStation V2 SDK
26 lines (25 loc) • 758 B
TypeScript
/**
* ShipStation API v2
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* The type of error
* @export
* @enum {string}
*/
export declare const ErrorType: {
readonly AccountStatus: "account_status";
readonly BusinessRules: "business_rules";
readonly Validation: "validation";
readonly Security: "security";
readonly System: "system";
readonly Integrations: "integrations";
};
export type ErrorType = typeof ErrorType[keyof typeof ErrorType];