MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / message

Method message

crates/bindings-sys/src/lib.rs:1000–1002  ·  view source on GitHub ↗

Returns a description of the errno value, if any.

(self)

Source from the content-addressed store, hash-verified

998impl Errno {
999 /// Returns a description of the errno value, if any.
1000 pub const fn message(self) -> Option<&'static str> {
1001 errno::strerror(self.0)
1002 }
1003
1004 /// Converts the given `code` to an error number in `Errno`'s representation.
1005 #[inline]

Callers 3

fetch_ws_tokenFunction · 0.45
from_caughtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected