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

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
TypeDescription
String

ExceptionCode

The Exception error code enum value

Declaration
public MintExceptionCode ExceptionCode { get; }
Property Value
TypeDescription
MintExceptionCode

ExpiresAt

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

Declaration
public DateTime? ExpiresAt { get; }
Property Value
TypeDescription
Nullable<DateTime>