trashposs/packages/trashposs-js/markdown/trashposs-js.api.apierror.md
2024-04-06 22:57:52 +02:00

18 lines
434 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [trashposs-js](./trashposs-js.md) &gt; [api](./trashposs-js.api.md) &gt; [APIError](./trashposs-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>;
};
```