MCPcopy Create free account
hub / github.com/apache/fory / DeserializationErrorf

Function DeserializationErrorf

go/fory/errors.go:232–237  ·  view source on GitHub ↗

DeserializationErrorf creates a formatted deserialization error go:noinline

(format string, args ...any)

Source from the content-addressed store, hash-verified

230//
231//go:noinline
232func DeserializationErrorf(format string, args ...any) Error {
233 return panicIfEnabled(Error{
234 kind: ErrKindDeserializationFailed,
235 message: fmt.Sprintf(format, args...),
236 })
237}
238
239// MaxDepthExceededError creates a max depth exceeded error
240//

Callers 15

ReadTypeInfoMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
readDataMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85
ReadMethod · 0.85

Calls 1

panicIfEnabledFunction · 0.85

Tested by

no test coverage detected