package Polarx

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClientMessages

polarx.proto:53

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)

enum ClientMessages.Type

polarx.proto:54

message Error

polarx.proto:155

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

enum Error.Severity

polarx.proto:161

Used in: Error

message Ok

polarx.proto:137

generic Ok message

message ServerMessages

polarx.proto:102

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)

enum ServerMessages.Type

polarx.proto:103