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

TypeAlias InvalidMessageError

message.go:78–78  ·  view source on GitHub ↗

An InvalidMessageError describes the reason why a D-Bus message is regarded as invalid.

Source from the content-addressed store, hash-verified

76// An InvalidMessageError describes the reason why a D-Bus message is regarded as
77// invalid.
78type InvalidMessageError string
79
80func (e InvalidMessageError) Error() string {
81 return "dbus: invalid message: " + string(e)

Callers 5

DecodeMessageWithFDsFunction · 0.85
EncodeToWithFDsMethod · 0.85
validateHeaderMethod · 0.85
ReadMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected