Umi — API References - v1.3.0
Preparing search index...
umi
AmountMismatchError
Class AmountMismatchError
Hierarchy (
View Summary
)
SdkError
AmountMismatchError
Index
Constructors
constructor
Properties
cause?
left
name
operation?
right
source
source
Details?
Methods
get
Capitalized
Source
get
Full
Source
to
String
Constructors
constructor
new
AmountMismatchError
(
left
:
Amount
,
right
:
Amount
,
operation
?:
string
,
)
:
AmountMismatchError
Parameters
left
:
Amount
right
:
Amount
Optional
operation
:
string
Returns
AmountMismatchError
Properties
Optional
Readonly
cause
cause
?:
Error
Readonly
left
left
:
Amount
Readonly
name
name
:
string
= 'AmountMismatchError'
Optional
Readonly
operation
operation
?:
string
Readonly
right
right
:
Amount
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
cause
left
name
operation
right
source
source
Details
Methods
get
Capitalized
Source
get
Full
Source
to
String
Umi — API References - v1.3.0
Loading...