iceshrimp-legacy/packages/firefish-js/markdown/firefish-js.api.apierror.md
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -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>;
};