MCPcopy Index your code
hub / github.com/perkeep/perkeep / GenerationNotSupportedError

TypeAlias GenerationNotSupportedError

pkg/blobserver/interface.go:211–211  ·  view source on GitHub ↗

A GenerationNotSupportedError explains why a Storage value implemented the Generationer interface but failed due to a wrapped Storage value not implementing the interface.

Source from the content-addressed store, hash-verified

209// value implemented the Generationer interface but failed due
210// to a wrapped Storage value not implementing the interface.
211type GenerationNotSupportedError string
212
213func (s GenerationNotSupportedError) Error() string { return string(s) }
214

Callers 5

StorageGenerationMethod · 0.92
StorageGenerationMethod · 0.92
StorageGenerationMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected