Web3ValidatorError
Hierarchy
- BaseWeb3Error
- Web3ValidatorError
Index
Constructors
Properties
Accessors
Methods
Constructors
publicconstructor
Parameters
errors: Web3ValidationErrorObject<string, Record<string, any>, unknown>[]
Returns Web3ValidatorError
Properties
cause
publiccode
publicreadonlyerrors
readonlyname
stack
Accessors
innerError
Returns undefined | Error | Error[]
Parameters
cause: undefined | Error | Error[]
Returns void
Methods
toJSON
Returns { cause: undefined | Error; code: number; innerError: undefined | Error; message: string; name: string }
cause: undefined | Error
code: number
innerError: undefined | Error
message: string
name: string
staticconvertToString
Parameters
value: unknown
optionalunquotValue: boolean
Returns string
Base class for Web3 errors.