@forestadmin/forestadmin-client
Version:
This package contains the logic to use the ForestAdmin API inside an agent.
10 lines • 319 B
TypeScript
import type { errors } from 'openid-client';
export declare class AuthenticationError extends Error {
readonly description: string;
readonly state: string;
readonly code: string;
constructor(e: errors.OPError);
}
export declare class ForbiddenError extends Error {
}
//# sourceMappingURL=errors.d.ts.map