Version: 2017.3

NetworkError

enumeration

マニュアルに切り替える

説明

Possible NetworkTransport errors.

変数

OkThe operation completed successfully.
WrongHostThe specified host not available.
WrongConnectionThe specified connectionId doesn't exist.
WrongChannelThe specified channel doesn't exist.
NoResourcesNot enough resources are available to process this request.
BadMessageNot a data message.
TimeoutConnection timed out.
MessageToLongThe message is too long to fit the buffer.
WrongOperationサポートされていない操作を実行します。
VersionMismatchThe protocol versions are not compatible. Check your library versions.
CRCMismatchThe ConnectionConfig does not match the other endpoint.
DNSFailure接続するために与えられたアドレスが無効だったか、アドレスの DNS 解決に失敗しました。
UsageErrorThis error will occur if any function is called with inappropriate parameter values.