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.

Last updated