MCPcopy
hub / github.com/nanbingxyz/5ire / IOpenAIError

Interface IOpenAIError

src/types/error.d.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IOpenAIError {
2 message: string;
3 type: string;
4 param: string | null;
5 code: string;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected