docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VivoxApiException

    The exception thrown when a Vivox API call fails.

    Inheritance
    object
    Exception
    VivoxApiException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.Vivox
    Assembly: Unity.Services.Vivox.dll
    Syntax
    public class VivoxApiException : Exception, ISerializable

    Properties

    RequestId

    The request ID associated with the failed API call, if available. Useful for correlating failures with Vivox service logs.

    Declaration
    public string RequestId { get; }
    Property Value
    Type Description
    string

    StatusCode

    The Vivox status code returned by the failed API call.

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2026 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)