Enum RTCErrorType
Represents the type of error returned from a WebRTC operation.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCErrorType
Fields
| Name | Description |
|---|---|
| InternalError | An internal error occurred. |
| InvalidModification | The operation is not allowed in the current context. |
| InvalidParameter | The parameter is invalid. |
| InvalidRange | The object is in an invalid state for the requested operation. |
| InvalidState | The object is in an invalid state for the requested operation. |
| NetworkError | The network connection has failed. |
| None | No error occurred. |
| OperationErrorWithData | The operation failed. |
| ResourceExhausted | The operation was aborted. |
| SyntaxError | The syntax of the operation is incorrect. |
| UnsupportedOperation | The operation is not supported. |
| UnsupportedParameter | The parameter is not supported. |