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.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
ClosePossible NetworkTransport errors.
Ok | The operation completed successfully. |
WrongHost | The specified host not available. |
WrongConnection | The specified connectionId doesn't exist. |
WrongChannel | The specified channel doesn't exist. |
NoResources | Not enough resources are available to process this request. |
BadMessage | Not a data message. |
Timeout | Connection timed out. |
MessageToLong | The message is too long to fit the buffer. |
WrongOperation | Operation is not supported. |
VersionMismatch | The protocol versions are not compatible. Check your library versions. |
CRCMismatch | The ConnectionConfig does not match the other endpoint. |
DNSFailure | The address supplied to connect to was invalid or could not be resolved. |
UsageError | This error will occur if any function is called with inappropriate parameter values. |