errors.gno
0.30 Kb · 7 lines
1package pool
2
3const ErrSpoofedRealm = "rlm does not match the current crossing frame"
4
5// errUpgradeWhileLocked is returned when UpgradeImpl is invoked while the
6// pool's reentrancy lock (StoreKeyUnlocked) is held.
7const errUpgradeWhileLocked = "cannot upgrade pool implementation while pool is locked"