magnetar/fe_calckey/frontend/calckey-js/markdown/calckey-js.api.apierror.md

18 lines
409 B
Markdown
Raw Normal View History

2023-07-07 19:22:30 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [calckey-js](./calckey-js.md) &gt; [api](./calckey-js.api.md) &gt; [APIError](./calckey-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>;
};
```