Preparing search index...
The search index is not available
musd-kit API reference
musd-kit API reference
core/src
RepayExceedsDebt
Class RepayExceedsDebt
Repaying more MUSD than the Trove owes (on-chain: arithmetic underflow / Panic).
Hierarchy (
View Summary
)
MusdError
RepayExceedsDebt
Index
Constructors
constructor
Properties
code
context
Constructors
constructor
new
RepayExceedsDebt
(
cause
:
unknown
,
context
?:
{
netDebt
?:
bigint
;
repay
?:
bigint
}
,
)
:
RepayExceedsDebt
Parameters
cause
:
unknown
Optional
context
:
{
netDebt
?:
bigint
;
repay
?:
bigint
}
Returns
RepayExceedsDebt
Properties
Readonly
code
code
:
MusdErrorCode
Readonly
context
context
:
undefined
|
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
context
musd-kit API reference
Loading...
Repaying more MUSD than the Trove owes (on-chain: arithmetic underflow / Panic).