MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / detail

Method detail

src/environmentd/src/http/sql.rs:84–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82
83impl Error {
84 pub fn detail(&self) -> Option<String> {
85 match self {
86 Error::Adapter(err) => err.detail(),
87 _ => None,
88 }
89 }
90
91 pub fn hint(&self) -> Option<String> {
92 match self {

Callers 5

forward_noticesFunction · 0.45
fromMethod · 0.45
make_noticesFunction · 0.45
test_subscribe_basicFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_subscribe_basicFunction · 0.36