@k8ts/instruments
Version:
A collection of utilities and core components for k8ts.
8 lines • 315 B
TypeScript
export declare class InstrumentsError extends Error {
get name(): string;
constructor(message: string, details?: Record<string, any>);
}
export declare class ProxyOperationError extends InstrumentsError {
constructor(message: string, details?: Record<string, any>);
}
//# sourceMappingURL=error.d.ts.map