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
    MintException
    Namespace: Unity.Services.Vivox
    Assembly: Unity.Services.Vivox.dll
    Syntax
    [Serializable]
    public class MintException : RequestFailedException

    Properties

    Detail

    The Exception details received from the server if present. Null otherwise.

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

    ExceptionCode

    The Exception error code enum value

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

    ExpiresAt

    Date and time of the end of the ban if applicable. Null otherwise.

    Declaration
    public DateTime? ExpiresAt { get; }
    Property Value
    Type Description
    DateTime?
    In This Article
    Back to top
    Copyright © 2024 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)