MCPcopy Create free account
hub / github.com/analogdotnow/Analog / constructor

Method constructor

packages/microsoft-calendar/src/error.ts:15–25  ·  view source on GitHub ↗
(
    status: TStatus,
    error: TError,
    message: string | undefined,
    headers: THeaders,
  )

Source from the content-addressed store, hash-verified

13}
14
15export interface ODataErrorDetail {
16 code: string;
17 message: string;
18 target?: string | null;
19 [key: string]: unknown;
20}
21
22export interface ODataInnerError {
23 code?: string;
24 "client-request-id"?: string;
25 date?: string;
26 "request-id"?: string;
27 innerError?: ODataInnerError;
28 [key: string]: unknown;

Callers

nothing calls this directly

Calls 1

makeMessageMethod · 0.45

Tested by

no test coverage detected