Possible 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. |