# Variables
No description provided by the author
# Structs
No description provided by the author
ClientInitMessageValidationError is the validation error returned by ClientInitMessage.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ClientMessageValidationError is the validation error returned by ClientMessage.Validate if the designated constraints aren't met.
No description provided by the author
DataValidationError is the validation error returned by Data.Validate if the designated constraints aren't met.
No description provided by the author
MessageAckValidationError is the validation error returned by MessageAck.Validate if the designated constraints aren't met.
No description provided by the author
NeedClientInitMessageValidationError is the validation error returned by NeedClientInitMessage.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerMessageValidationError is the validation error returned by ServerMessage.Validate if the designated constraints aren't met.
No description provided by the author
SyncMessageValidationError is the validation error returned by SyncMessage.Validate if the designated constraints aren't met.
# Type aliases
ClientInitMessageMultiError is an error wrapping multiple validation errors returned by ClientInitMessage.ValidateAll() if the designated constraints aren't met.
ClientMessageMultiError is an error wrapping multiple validation errors returned by ClientMessage.ValidateAll() if the designated constraints aren't met.
DataMultiError is an error wrapping multiple validation errors returned by Data.ValidateAll() if the designated constraints aren't met.
MessageAckMultiError is an error wrapping multiple validation errors returned by MessageAck.ValidateAll() if the designated constraints aren't met.
NeedClientInitMessageMultiError is an error wrapping multiple validation errors returned by NeedClientInitMessage.ValidateAll() if the designated constraints aren't met.
ServerMessageMultiError is an error wrapping multiple validation errors returned by ServerMessage.ValidateAll() if the designated constraints aren't met.
SyncMessageMultiError is an error wrapping multiple validation errors returned by SyncMessage.ValidateAll() if the designated constraints aren't met.