/** * The ConnectorError indicates a fatal error during execution of the connector. * It's distinct from CaseCoreError because it indicates a failure in the * connector, which may not be the connector's fault. */ export declare class ConnectorError extends Error { constructor(message: string, additional?: string); } //# sourceMappingURL=ConnectorError.d.ts.map