Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
impl 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_notices
Function · 0.45
from
Method · 0.45
make_notices
Function · 0.45
test_subscribe_basic
Function · 0.45
test_emit_timestamp_notice
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_subscribe_basic
Function · 0.36
test_emit_timestamp_notice
Function · 0.36