409 B
409 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>;
};