errors.gno
0.31 Kb · 6 lines
1package staker
2
3// ErrSpoofedRealm is returned by store Set* methods when the supplied realm
4// token does not match the current crossing frame (rlm.IsCurrent() is false),
5// rejecting spoofed or stale realm tokens before any write is performed.
6const ErrSpoofedRealm = "rlm does not match the current crossing frame"