Class VivoxApiException
The exception thrown when a Vivox API call fails.
Implements
Inherited Members
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
public class VivoxApiException : Exception, ISerializable
Properties
RequestId
The request ID associated with the failed API call, if available. Useful for correlating failures with Vivox service logs.
Declaration
public string RequestId { get; }
Property Value
| Type | Description |
|---|---|
| string |
StatusCode
The Vivox status code returned by the failed API call.
Declaration
public int StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| int |