import type { ErrorWithCause } from '.'; export interface OnErrorEvent { code: string; message: string; cause?: ErrorWithCause; } //# sourceMappingURL=OnErrorEvent.d.ts.map