MCPcopy Create free account
hub / github.com/godbus/dbus / FormatError

TypeAlias FormatError

decoder.go:316–316  ·  view source on GitHub ↗

A FormatError is an error in the wire format.

Source from the content-addressed store, hash-verified

314
315// A FormatError is an error in the wire format.
316type FormatError string
317
318func (e FormatError) Error() string {
319 return "dbus: wire format error: " + string(e)

Callers 3

DecodeMethod · 0.85
decodeMethod · 0.85
encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected