Umi — API References - v1.3.0
Preparing search index...
umi
UnexpectedAmountError
Class UnexpectedAmountError
Hierarchy (
View Summary
)
SdkError
UnexpectedAmountError
Index
Constructors
constructor
Properties
amount
cause?
expected
Decimals
expected
Identifier
name
source
source
Details?
Methods
get
Capitalized
Source
get
Full
Source
to
String
Constructors
constructor
new
UnexpectedAmountError
(
amount
:
Amount
,
expectedIdentifier
:
string
,
expectedDecimals
:
number
,
)
:
UnexpectedAmountError
Parameters
amount
:
Amount
expectedIdentifier
:
string
expectedDecimals
:
number
Returns
UnexpectedAmountError
Properties
Readonly
amount
amount
:
Amount
Optional
Readonly
cause
cause
?:
Error
Readonly
expected
Decimals
expectedDecimals
:
number
Readonly
expected
Identifier
expectedIdentifier
:
string
Readonly
name
name
:
string
= 'UnexpectedAmountError'
Readonly
source
source
:
UmiErrorSource
Optional
Readonly
source
Details
sourceDetails
?:
string
Methods
get
Capitalized
Source
getCapitalizedSource
()
:
string
Returns
string
get
Full
Source
getFullSource
()
:
string
Returns
string
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
amount
cause
expected
Decimals
expected
Identifier
name
source
source
Details
Methods
get
Capitalized
Source
get
Full
Source
to
String
Umi — API References - v1.3.0
Loading...