1
0
Fork 1
mirror of https://example.com synced 2024-11-24 10:26:45 +09:00
firefish/packages/calckey-js/markdown/calckey-js.api.apierror.md
2023-06-23 21:13:03 -07:00

426 B

Home > calckey-js > api > APIError

api.APIError type

Signature:

export declare type APIError = {
	id: string;
	code: string;
	message: string;
	kind: "client" | "server";
	info: Record<string, any>;
};