Get desktop application:
View/edit binary Protocol Buffers messages
IDs of messages that can be sent from client to the server .. note:: this message is never sent on the wire. It is only used to let ``protoc`` * generate constants * check for uniqueness
(message has no fields)
generic Error message A ``severity`` of ``ERROR`` indicates the current message sequence is aborted for the given error and the session is ready for more. In case of a ``FATAL`` error message the client should not expect the server to continue handling any further messages and should close the connection. :param severity: severity of the error message :param code: error-code :param sql_state: SQL state :param msg: human readable error message
Used in:
generic Ok message
IDs of messages that can be sent from server to client .. note:: this message is never sent on the wire. It is only used to let ``protoc`` * generate constants * check for uniqueness
(message has no fields)
NOTICE has to stay at 11 forever