webrtc_error_e class abstract
@brief Enumeration for WebRTC error. @since_tizen 6.5
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- WEBRTC_ERROR_CONNECTION_FAILED → const int
- < Connection failed
- WEBRTC_ERROR_INVALID_OPERATION → const int
- < Invalid operation
- WEBRTC_ERROR_INVALID_PARAMETER → const int
- < Invalid parameter
- WEBRTC_ERROR_INVALID_STATE → const int
- < Invalid state
- WEBRTC_ERROR_NONE → const int
- < Successful
- WEBRTC_ERROR_NOT_SUPPORTED → const int
- < Not supported
- WEBRTC_ERROR_PERMISSION_DENIED → const int
- < Permission denied
- WEBRTC_ERROR_RESOURCE_CONFLICT → const int
- < Resource conflict
- WEBRTC_ERROR_RESOURCE_FAILED → const int
- < Resource failed
- WEBRTC_ERROR_STREAM_FAILED → const int
- < Stream failed