From 05cb708af990b8bef9628c0a83c26e352ef5e147 Mon Sep 17 00:00:00 2001 From: Christopher Hotchkiss Date: Sat, 28 Aug 2021 10:42:43 -0400 Subject: [PATCH] Made a github issue out of my error handling --- src/codec/network_frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codec/network_frame.rs b/src/codec/network_frame.rs index 91aaf37..d993655 100644 --- a/src/codec/network_frame.rs +++ b/src/codec/network_frame.rs @@ -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,