v16.3.0
Latest
2020.3+
Class MintException
An Exception relating to the Vivox Mint Authentication service, which checks Vivox tokens against the Unity Game Gateway
Inherited Members
Namespace: Unity.Services.Vivox
Syntax
[Serializable]
public class MintException : RequestFailedException, ISerializable, _Exception
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 |
---|---|
Nullable<DateTime> |