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

Class ErrorResponse

src/protocol/messages.rs:100–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99#[derive(Debug, Clone)]
100pub struct ErrorResponse {
101 pub severity: String,
102 pub code: String,
103 pub message: String,
104 pub detail: Option<String>,
105 pub hint: Option<String>,
106 pub position: Option<i32>,
107 pub internal_position: Option<i32>,
108 pub internal_query: Option<String>,
109 pub where_: Option<String>,
110 pub schema: Option<String>,
111 pub table: Option<String>,
112 pub column: Option<String>,
113 pub datatype: Option<String>,
114 pub constraint: Option<String>,
115 pub file: Option<String>,
116 pub line: Option<i32>,
117 pub routine: Option<String>,
118}
119
120#[derive(Debug, Clone)]
121pub struct NoticeResponse {

Callers 5

execute_dmlMethod · 0.85
handle_executeMethod · 0.85

Calls

no outgoing calls

Tested by 1