Enumeration members
AmountNotAllowed
AmountNotAllowed = 15
BadDestination
BadDestination = 13
CannotReceiveFunds
CannotReceiveFunds = 19
DebtCeiling
DebtCeiling = 20
Liquidated
Liquidated = 16
NotAllowedToLiquidate
NotAllowedToLiquidate = 26
NotGovernor
NotGovernor = 4
NotOvenFactory
NotOvenFactory = 7
NotOvenProxy
NotOvenProxy = 2
NotPauseGuardian
NotPauseGuardian = 9
NotSavingsAccount
NotSavingsAccount = 27
NotUnderCollateralized
NotUnderCollateralized = 10
OvenMaximumExceeded
OvenMaximumExceeded = 21
OvenUnderCollateralized
OvenUnderCollateralized = 11
TokenInsufficientBalance
TokenInsufficientBalance = 23
TokenNoTransferPermission
TokenNoTransferPermission = 22
TokenNotAdministrator
TokenNotAdministrator = 24
TokenUnsafeAllowanceChange
TokenUnsafeAllowanceChange = 23
WrongAsset
WrongAsset = 14
Errors that can be received from contracts in the Kolibri system.
IMPORTANT: Keep this file in sync with /smart_contracts/helpers/errors.py.