Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Made a github issue out of my error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Aug 28, 2021
1 parent a67e8f7 commit 05cb708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codec/network_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl NetworkFrame {

//Valid severities can be found here: https://www.postgresql.org/docs/current/protocol-error-fields.html
//Valid error codes can be found here: https://www.postgresql.org/docs/current/errcodes-appendix.html
//TODO need to figure out a better error method to show errors
//TODO #26 need to figure out a better error method to show errors
pub fn error_response(
severity: PgErrorLevels,
code: PgErrorCodes,
Expand Down

0 comments on commit 05cb708

Please sign in to comment.