virgil-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Virgil
Error
constructor
message
name
stack
Error
Custom error class for errors specific to Virgil SDK.
Hierarchy
Error
VirgilError
VirgilHttpError
VirgilCardVerificationError
StorageEntryAlreadyExistsError
InvalidKeyEntryError
KeyEntryAlreadyExistsError
KeyEntryDoesNotExistError
PrivateKeyExistsError
Index
Constructors
constructor
Properties
message
name
stack
Error
Constructors
constructor
new
Virgil
Error
(
m
:
string
, name
?:
string
, DerivedClass
?:
any
)
:
VirgilError
Parameters
m:
string
Default value
name:
string
= "VirgilError"
Default value
DerivedClass:
any
= VirgilError
Returns
VirgilError
Properties
message
message
:
string
name
name
:
string
Optional
stack
stack
:
undefined
|
string
Static
Error
Error
:
ErrorConstructor
Custom error class for errors specific to Virgil SDK.