docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum WireErrorCode

    WireErrorCode lists the error codes to expect from RequestFailedException. The error code range is: 23000 to 23999.

    Namespace: Unity.Services.Wire.Internal
    Assembly: Unity.Services.Wire.Internal.dll
    Syntax
    public enum WireErrorCode

    Fields

    Name Description
    AlreadySubscribed

    Thrown when trying to subscribe to an IChannel that is already in a subscribed state.

    AlreadyUnsubscribed

    Thrown when trying to unsubscribe from an IChannel that is already in an unsubscribed state.

    CommandFailed

    The command failed for unknown reason.

    ConnectionFailed

    The connection to the Wire service failed.

    InvalidChannelName

    The channel name provided by the IChannelTokenProvider is not valid.

    InvalidToken

    The token provided by the IChannelTokenProvider is invalid.

    TokenRetrieverFailed

    The GetTokenAsync() method of IChannelTokenProvider threw an exception. It is provided as inner exception.

    Unauthorized

    The Wire service refused the subscription.

    Unknown

    Unknown error

    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)