@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
16 lines • 485 B
TypeScript
export declare class FrodoError extends Error {
originalErrors: Error[];
isHttpError: boolean;
httpCode: string;
httpStatus: number;
httpMessage: string;
httpDetail: string;
httpErrorText: string;
httpErrorReason: string;
httpDescription: string;
constructor(message: string, originalErrors?: Error | Error[]);
getOriginalErrors(): Error[];
getCombinedMessage(): string;
toString(): string;
}
//# sourceMappingURL=FrodoError.d.ts.map