docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)