paoloelefante opened a new pull request, #1936: URL: https://github.com/apache/cassandra-gocql-driver/pull/1936
ErrCodeOverloaded and ErrCodeBootstrapping are currently returned as generic errorFrame values. This change introduces RequestErrOverloaded and RequestErrBootstrapping and returns them when decoding the corresponding server error codes, following the existing pattern used for other request error types. Add tests covering parsing of both error codes. Patch by Paolo Elefante; reviewed by TBD for CASSGO-113 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

