MCPcopy Create free account
hub / github.com/erans/pgsqlite / NoticeResponse

Class NoticeResponse

src/protocol/messages.rs:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120#[derive(Debug, Clone)]
121pub struct NoticeResponse {
122 pub severity: String,
123 pub code: String,
124 pub message: String,
125 pub detail: Option<String>,
126 pub hint: Option<String>,
127 pub position: Option<i32>,
128 pub where_: Option<String>,
129}
130
131impl ErrorResponse {
132 pub fn new(severity: String, code: String, message: String) -> Self {

Callers 1

execute_transactionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected