MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / ErrorResponse

Interface ErrorResponse

packages/baseai/types/providers.ts:269–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 * @interface
268 */
269export interface ErrorResponse {
270 error: {
271 message: string;
272 type: string | null;
273 param: string | null;
274 code: string | null;
275 };
276 provider: string;
277}
278
279/**
280 * The structure of a image generation response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected