Errors
Errors
InvalidCaller
error InvalidCaller(address caller, address expectedCaller);CallerNotGovernor
error CallerNotGovernor(address governor_, address caller_);NotPoolAdminOrGovernor
error NotPoolAdminOrGovernor(address caller_);NotPoolAdmin
error NotPoolAdmin(address caller_);NotPoolConfigurator
InvalidAddressesProvider
FunctionPaused
ProtocolPaused
AddressesProviderZeroAddress
GovernorZeroAddress
ZeroAddress
ReentrancyGuardReentrantCall
PoolConfigurator_InvalidPoolAdmin
PoolConfigurator_InvalidPoolAsset
PoolConfigurator_CallerNotLoanManager
PoolConfigurator_CallerNotPoolAdminOrGovernor
PoolConfigurator_CallerNotPoolAdmin
PoolConfigurator_CallerNotGovernor
PoolConfigurator_PoolSupplyZero
PoolConfigurator_InsufficientCover
PoolConfigurator_InsufficientLiquidity
PoolConfigurator_NoAllowance
PoolConfigurator_PoolApproveWithdrawalManagerFailed
PoolConfigurator_Paused
PoolAddressesProvider_InvalidGlobals
Globals_InvalidVault
Globals_CallerNotPendingGovernor
LoanManager_InvalidReceivable
LoanManager_PrincipalRequestedTooHigh
LoanManager_Overdraw
LoanManager_NotLoan
LoanManager_LoanImpaired
LoanManager_LoanNotImpaired
LoanManager_PastDueDate
LoanManager_ReceivableAssetNotAllowed
LoanManager_NotPastDueDatePlusGracePeriod
LoanManager_CallerNotReceivableBuyer
LoanManager_AssetZeroAddress
LoanManager_LoanNotFunded
WithdrawalManager_ZeroWindow
WithdrawalManager_WindowGreaterThanCycle
WithdrawalManager_WithdrawalPending
WithdrawalManager_NoOp
WithdrawalManager_Overremove
WithdrawalManager_NoRequest
WithdrawalManager_InvalidShares
WithdrawalManager_NotInWindow
Pool_ZeroAsset
Pool_ZeroConfigurator
Pool_FailedApprove
Pool_RecipientZeroAddress
Pool_DepositGreaterThanMax
Pool_MintGreaterThanMax
Pool_InsufficientPermit
Pool_RedeemMoreThanMax
Pool_WithdrawalNotImplemented
Last updated