UNPKG

@careevolution/orchestrate

Version:

A TypeScript client for the Orchestrate API

10 lines (9 loc) 326 B
export declare class OrchestrateError extends Error { constructor(message: string); } export declare class OrchestrateHttpError extends OrchestrateError { constructor(message: string); } export declare class OrchestrateClientError extends OrchestrateError { constructor(response_text: string, issues: string[]); }