1
0
Fork 1
mirror of https://example.com synced 2024-11-23 07:56:39 +09:00
firefish/packages/firefish-js/markdown/firefish-js.api.apierror.md

18 lines
430 B
Markdown
Raw Normal View History

2023-07-20 04:17:05 +09:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [api](./firefish-js.api.md) &gt; [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>;
};
```