Error thrown by transports when they cannot satisfy a request.
API
class TransportError extends Error {constructor(message: string, options?: TransportErrorOptions);readonly code?: string;readonly retryable: boolean;readonly status?: number;}Error thrown by transports when they cannot satisfy a request.
class TransportError extends Error {constructor(message: string, options?: TransportErrorOptions);readonly code?: string;readonly retryable: boolean;readonly status?: number;}