Class MintException
An Exception relating to the Vivox Mint Authentication service, which checks Vivox tokens against the Unity Game Gateway
Implements
Inherited Members
RequestFailedException.ErrorCode
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? |