Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
316
type
FormatError string
317
318
func
(e FormatError) Error() string {
319
return
"dbus: wire format error: "
+ string(e)
Callers
3
Decode
Method · 0.85
decode
Method · 0.85
encode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected