18 lines
401 B
Markdown
18 lines
401 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index) > [valkyrie-js](./valkyrie-js) > [api](./valkyrie-js.api) > [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>;
|
||
|
};
|
||
|
```
|