jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.api.apierror.md
limepotato 4410989fa2
revert ba0e5eec93
revert ?
2024-06-17 18:18:03 +02:00

434 B

Home > iceshrimp-js > api > APIError

api.APIError type

Signature:

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