[Home](./index.md) > [trashposs-js](./trashposs-js.md) > [api](./trashposs-js.api.md) > [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; }; ```