docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MintException

    An Exception relating to the Vivox Mint Authentication service, which checks Vivox tokens against the Unity Game Gateway

    Inheritance
    object
    Exception
    RequestFailedException
    MintException
    Implements
    ISerializable
    Inherited Members
    RequestFailedException.ErrorCode
    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
    [Serializable]
    [Obsolete("The Mint service is being deprecated. MintException will be removed in a future release. Please update your code to no longer rely on this exception type. ", false)]
    public class MintException : RequestFailedException, ISerializable
    Remarks

    This exception type is deprecated as the Mint service has been removed. It is retained for binary compatibility but will not be thrown by current Vivox services.

    Properties

    Detail

    The Exception details received from the server if present. Null otherwise. (This property is now a stub as the Mint service is deprecated.)

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

    ExceptionCode

    The Exception error code enum value (This property is now a stub as the Mint service is deprecated.)

    Declaration
    public MintExceptionCode ExceptionCode { get; }
    Property Value
    Type Description
    MintExceptionCode

    ExpiresAt

    Date and time of the end of the ban if applicable. Null otherwise. (This property is now a stub as the Mint service is deprecated.)

    Declaration
    public DateTime? ExpiresAt { get; }
    Property Value
    Type Description
    DateTime?

    Implements

    ISerializable
    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)