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