MCPcopy Create free account
hub / github.com/containers/image / Error

Method Error

signature/internal/json.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type JSONFormatError string
14
15func (err JSONFormatError) Error() string {
16 return string(err)
17}
18
19// ParanoidUnmarshalJSONObject unmarshals data as a JSON object, but failing on the slightest unexpected aspect
20// (including duplicated keys, unrecognized keys, and non-matching types). Uses fieldResolver to

Calls

no outgoing calls