MCPcopy Create free account
hub / github.com/decaporg/decap-cms /

Class

packages/decap-cms-lib-util/src/APIError.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const API_ERROR = 'API_ERROR';
2
3export default class APIError extends Error {
4 message: string;
5 status: null | number;
6 api: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected