Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosePossible transport layer erors.
Ok | Everything good so far. |
WrongHost | Host doesn't exist. |
WrongConnection | Connection doesn't exist. |
WrongChannel | Channel doesn't exist. |
NoResources | No internal resources ro acomplish request. |
BadMessage | Obsolete. |
Timeout | Timeout happened. |
MessageToLong | Sending message too long to fit internal buffers, or user doesn't present buffer with length enouf to contain receiving message. |
WrongOperation | Operation is not supported. |
VersionMismatch | Different version of protocol on ends of connection. |
CRCMismatch | Two ends of connection have different agreement about channels, channels qos and network parameters. |
DNSFailure | The address supplied to connect to was invalid or could not be resolved. |