MORE
  • Introduction
  • MORE Vaults
    • Vaults Framework
      • Diamond Standard (EIP-2535)
      • Component Interactions
      • Upgrade & Governance Flow
    • Core Protocol Components
      • Factory
      • Core Facets
      • Registries
      • Internal Libraries
      • Accounting
    • Connectors
      • AMMs & DEXes
      • Staking
      • Lending
      • Leverage
      • Oracles
      • External Interfaces
      • Multicall
    • Security & Governance
      • Roles & Access Control
      • Upgrade Flow & Timelock
      • Configuration Guard Rails
      • Registries as Boundaries
      • Error & Event Catalogue
    • Developer Workflows
      • Deploying a New Vault
      • Extend with New Facets
      • Indexer Integration
    • Reference & Glossary
      • Event Index
      • Capabilities
      • Terms & Abbreviations
      • Contracts
  • MORE Markets
    • Markets Framework
      • Liquidity Protocol
      • Supply
      • Borrow
      • Repay
      • Withdraw
      • Liquidations
      • Flash Loans
      • Risks
    • Markets
      • Liquidity Pool
      • Reserve
      • Incentives
      • Oracles
    • Contracts
    • Build
  • Resources
    • Code, Licenses & Audits
    • Brand Assets
  • Privacy Policy
  • Terms of Use
Powered by GitBook
On this page
  1. MORE Vaults
  2. Security & Governance

Error & Event Catalogue

Errors and events provide public visibility into failures and state changes. This subsection maps the most important reverts and events that provide interfaces like dashboards, wallets and notification systems immediate and actionable data.

  • OnlyOwner, OnlyManager, OnlyGuardian facilitates immediate feedback for mis-scoped callers.

  • TimelockNotElapsed prevents premature execution of a batch.

  • UnsupportedAsset, UnsupportedLovToken protect storage hygiene in swap and leverage facets.

  • ActionsSubmitted / Executed / Vetoed broadcast high-signal events for off-chain monitoring.

PreviousRegistries as BoundariesNextDeveloper Workflows

Last updated 15 days ago