Class APIError
An API Error returned by the Instant Games SDK
Inherited Members
Namespace: Meta.InstantGames
Assembly: Unity.Runtime.FacebookInstantGamesSdk.dll
Syntax
public class APIError : JsNative
Properties
Code
The relevant error code
Declaration
public ErrorCode Code { get; }
Property Value
| Type | Description |
|---|---|
| ErrorCode |
JsException
Represents the underlying exception
Declaration
public JsException JsException { get; }
Property Value
| Type | Description |
|---|---|
| JsException |
Message
A message describing the error
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |