Preparing search index...
The search index is not available
@shazow/whatsabi
@shazow/whatsabi
errors
LoaderError
Class LoaderError
Hierarchy (
view full
)
WhatsABIError
LoaderError
MultiABILoaderError
EtherscanABILoaderError
SourcifyABILoaderError
BlockscoutABILoaderError
FourByteSignatureLookupError
OpenChainSignatureLookupError
Index
Constructors
constructor
Properties
cause?
context?
message
name
stack?
Constructors
constructor
new
Loader
Error
(
message
,
args
?
)
:
LoaderError
Parameters
message
:
string
args
:
{
cause
?:
Error
;
context
?:
Record
<
string
,
any
>
;
}
= {}
Optional
cause
?:
Error
Optional
context
?:
Record
<
string
,
any
>
Returns
LoaderError
Properties
Optional
cause
cause
?:
unknown
Optional
context
context
?:
Record
<
string
,
any
>
message
message
:
string
name
name
:
string
= 'LoaderError'
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
context
message
name
stack
@shazow/whatsabi
Loading...