Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

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"