Class MintException
An Exception relating to the Vivox Mint Authentication service, which checks Vivox tokens against the Unity Game Gateway
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
[Serializable]
public class MintException : RequestFailedExceptionProperties
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? |