MCPcopy Create free account
hub / github.com/HFQR/xitca-web / code

Method code

postgres/src/error.rs:536–538  ·  view source on GitHub ↗

The SQLSTATE code for the error.

(&self)

Source from the content-addressed store, hash-verified

534
535 /// The SQLSTATE code for the error.
536 pub fn code(&self) -> &SqlState {
537 &self.code
538 }
539
540 /// The primary human-readable error message.
541 ///

Callers 8

typeinfo_statementMethod · 0.45
handshakeMethod · 0.45
tls_shutdownMethod · 0.45
connect_or_acceptMethod · 0.45
poll_shutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected