A GenerationNotSupportedError explains why a Storage value implemented the Generationer interface but failed due to a wrapped Storage value not implementing the interface.
| 209 | // value implemented the Generationer interface but failed due |
| 210 | // to a wrapped Storage value not implementing the interface. |
| 211 | type GenerationNotSupportedError string |
| 212 | |
| 213 | func (s GenerationNotSupportedError) Error() string { return string(s) } |
| 214 |
no outgoing calls
no test coverage detected