UNPKG

@odata2ts/http-client-api

Version:

Specifies the contract between HTTP clients and odata2ts

7 lines (6 loc) 170 B
export interface ODataClientError { readonly name: string; readonly status?: number; readonly headers?: Record<string, string>; readonly cause?: Error; }