@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
17 lines (16 loc) • 492 B
TypeScript
/** @description Error codes for DetailedError */
export declare enum StandardizedErrorCode {
Generic = 0,
Serialization = 1,
UnhandledModuleException = 2,
Validation = 3,
ExternalBadRequest = 400,
ExternalUnauthorized = 401,
ExternalUnprocessableEntity = 422,
ExternalTooManyRequests = 429,
ExternalNotImplemented = 501,
ExternalBadGateway = 502,
ExternalServiceUnavailable = 503,
ExternalGatewayTimeout = 504,
ExternalServerError = 520
}