1
0
Fork 1
mirror of https://example.com synced 2024-11-27 17:26:44 +09:00
firefish/packages/calckey-js/markdown/calckey-js.api.apierror.md
ThatOneCalculator 6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00

430 B

Home > firefish-js > api > APIError

api.APIError type

Signature:

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