shipstation-client
Version:
ShipStation V2 SDK
94 lines (47 loc) • 2.69 kB
Markdown
# ErrorCode
The error code specified for the failed API Call
## Enum
* `AutoFundNotSupported` (value: `'auto_fund_not_supported'`)
* `BatchCannotBeModified` (value: `'batch_cannot_be_modified'`)
* `CarrierConflict` (value: `'carrier_conflict'`)
* `CarrierDisconnected` (value: `'carrier_disconnected'`)
* `CarrierNotConnected` (value: `'carrier_not_connected'`)
* `CarrierNotSupported` (value: `'carrier_not_supported'`)
* `ConfirmationNotSupported` (value: `'confirmation_not_supported'`)
* `DefaultWarehouseCannotBeDeleted` (value: `'default_warehouse_cannot_be_deleted'`)
* `FieldConflict` (value: `'field_conflict'`)
* `FieldValueRequired` (value: `'field_value_required'`)
* `Forbidden` (value: `'forbidden'`)
* `IdentifierConflict` (value: `'identifier_conflict'`)
* `IdentifiersMustMatch` (value: `'identifiers_must_match'`)
* `InsufficientFunds` (value: `'insufficient_funds'`)
* `InvalidAddress` (value: `'invalid_address'`)
* `InvalidBillingPlan` (value: `'invalid_billing_plan'`)
* `InvalidFieldValue` (value: `'invalid_field_value'`)
* `InvalidIdentifier` (value: `'invalid_identifier'`)
* `InvalidStatus` (value: `'invalid_status'`)
* `InvalidStringLength` (value: `'invalid_string_length'`)
* `LabelImagesNotSupported` (value: `'label_images_not_supported'`)
* `MeterFailure` (value: `'meter_failure'`)
* `OrderSourceNotActive` (value: `'order_source_not_active'`)
* `RateLimitExceeded` (value: `'rate_limit_exceeded'`)
* `RefreshNotSupported` (value: `'refresh_not_supported'`)
* `RequestBodyRequired` (value: `'request_body_required'`)
* `ReturnLabelNotSupported` (value: `'return_label_not_supported'`)
* `SettingsNotSupported` (value: `'settings_not_supported'`)
* `SubscriptionInactive` (value: `'subscription_inactive'`)
* `TermsNotAccepted` (value: `'terms_not_accepted'`)
* `TrackingNotSupported` (value: `'tracking_not_supported'`)
* `TrialExpired` (value: `'trial_expired'`)
* `Unauthorized` (value: `'unauthorized'`)
* `Unknown` (value: `'unknown'`)
* `Unspecified` (value: `'unspecified'`)
* `VerificationFailure` (value: `'verification_failure'`)
* `WarehouseConflict` (value: `'warehouse_conflict'`)
* `WebhookEventTypeConflict` (value: `'webhook_event_type_conflict'`)
* `CustomsItemsRequired` (value: `'customs_items_required'`)
* `IncompatiblePairedLabels` (value: `'incompatible_paired_labels'`)
* `InvalidChargeEvent` (value: `'invalid_charge_event'`)
* `InvalidObject` (value: `'invalid_object'`)
* `NoRatesReturned` (value: `'no_rates_returned'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)