IGeneralErrors
Interface for errors potentially used in all libraries (general names)
InitError
error InitError()
InvalidAddresses
error InvalidAddresses()
InvalidInputLength
error InvalidInputLength()
InvalidCollateralIndex
error InvalidCollateralIndex()
WrongParams
error WrongParams()
WrongLength
error WrongLength()
WrongOrder
error WrongOrder()
WrongIndex
error WrongIndex()
BlockOrder
error BlockOrder()
Overflow
error Overflow()
ZeroAddress
error ZeroAddress()
ZeroValue
error ZeroValue()
AlreadyExists
error AlreadyExists()
DoesntExist
error DoesntExist()
Paused
error Paused()
BelowMin
error BelowMin()
AboveMax
error AboveMax()
NotAuthorized
error NotAuthorized()
WrongTradeType
error WrongTradeType()
WrongOrderType
error WrongOrderType()
InsufficientBalance
error InsufficientBalance()
Was this helpful?