UNPKG

@iexec/web3mail

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

10 lines (9 loc) 306 B
export declare class WorkflowError extends Error { isProtocolError: boolean; constructor({ message, errorCause, isProtocolError, }: { message: string; errorCause: Error; isProtocolError?: boolean; }); } export declare function handleIfProtocolError(error: Error): void;