Class: Web3ProviderSignMessageError

April 29, 2026 ยท View on GitHub

iexec


iexec / errors / Web3ProviderSignMessageError

Class: Web3ProviderSignMessageError

Web3ProviderSignMessageError encapsulates an error thrown by the web3 provider during a message signature.

Extends

Constructors

Constructor

new Web3ProviderSignMessageError(message, options?): Web3ProviderSignMessageError

Parameters

message

string

A descriptive error message detailing the nature of the error.

options?
cause?

unknown

The original error that caused this web3 provider error.

Returns

Web3ProviderSignMessageError

Inherited from

Web3ProviderError.constructor

Properties

cause?

optional cause: unknown

The original error that caused this web3 provider error.

Inherited from

Web3ProviderError.cause


isUserRejection?

optional isUserRejection: boolean

Wether the error was caused by a user rejection

Inherited from

Web3ProviderError.isUserRejection