valkyrie-docs/docs/api/valkyrie-js.api.apierror.md
2023-08-02 00:58:34 +12:00

17 lines
401 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index) &gt; [valkyrie-js](./valkyrie-js) &gt; [api](./valkyrie-js.api) &gt; [APIError](./valkyrie-js.api.apierror)
## api.APIError type
**Signature:**
```typescript
export declare type APIError = {
id: string;
code: string;
message: string;
kind: "client" | "server";
info: Record<string, any>;
};
```