UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines (9 loc) 318 B
import { StandardizedErrorCode } from './standardized-error-code'; /** @deprecated Please Use Runtime Errors */ export class DetailedError { standardized_error_code!: StandardizedErrorCode; external_error_code?: string; message?: string; external_http_status_code?: number; raw_external_context?: string; }