docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class APIError

    An API Error returned by the Instant Games SDK

    Inheritance
    object
    JsNative
    APIError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)