UNPKG

shipstation-client

Version:
63 lines (62 loc) 2.96 kB
/** * 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 error code specified for the failed API Call * @export * @enum {string} */ export declare const ErrorCode: { readonly AutoFundNotSupported: "auto_fund_not_supported"; readonly BatchCannotBeModified: "batch_cannot_be_modified"; readonly CarrierConflict: "carrier_conflict"; readonly CarrierDisconnected: "carrier_disconnected"; readonly CarrierNotConnected: "carrier_not_connected"; readonly CarrierNotSupported: "carrier_not_supported"; readonly ConfirmationNotSupported: "confirmation_not_supported"; readonly DefaultWarehouseCannotBeDeleted: "default_warehouse_cannot_be_deleted"; readonly FieldConflict: "field_conflict"; readonly FieldValueRequired: "field_value_required"; readonly Forbidden: "forbidden"; readonly IdentifierConflict: "identifier_conflict"; readonly IdentifiersMustMatch: "identifiers_must_match"; readonly InsufficientFunds: "insufficient_funds"; readonly InvalidAddress: "invalid_address"; readonly InvalidBillingPlan: "invalid_billing_plan"; readonly InvalidFieldValue: "invalid_field_value"; readonly InvalidIdentifier: "invalid_identifier"; readonly InvalidStatus: "invalid_status"; readonly InvalidStringLength: "invalid_string_length"; readonly LabelImagesNotSupported: "label_images_not_supported"; readonly MeterFailure: "meter_failure"; readonly OrderSourceNotActive: "order_source_not_active"; readonly RateLimitExceeded: "rate_limit_exceeded"; readonly RefreshNotSupported: "refresh_not_supported"; readonly RequestBodyRequired: "request_body_required"; readonly ReturnLabelNotSupported: "return_label_not_supported"; readonly SettingsNotSupported: "settings_not_supported"; readonly SubscriptionInactive: "subscription_inactive"; readonly TermsNotAccepted: "terms_not_accepted"; readonly TrackingNotSupported: "tracking_not_supported"; readonly TrialExpired: "trial_expired"; readonly Unauthorized: "unauthorized"; readonly Unknown: "unknown"; readonly Unspecified: "unspecified"; readonly VerificationFailure: "verification_failure"; readonly WarehouseConflict: "warehouse_conflict"; readonly WebhookEventTypeConflict: "webhook_event_type_conflict"; readonly CustomsItemsRequired: "customs_items_required"; readonly IncompatiblePairedLabels: "incompatible_paired_labels"; readonly InvalidChargeEvent: "invalid_charge_event"; readonly InvalidObject: "invalid_object"; readonly NoRatesReturned: "no_rates_returned"; }; export type ErrorCode = typeof ErrorCode[keyof typeof ErrorCode];