docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IronSourceError

    Represents an error received from LevelPlay

    Inheritance
    object
    IronSourceError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: Unity.LevelPlay.dll
    Syntax
    public class IronSourceError

    Constructors

    IronSourceError(int, string)

    Constructs an IronSourceError

    Declaration
    [Obsolete("This function will be made private in a future version.", false)]
    public IronSourceError(int errorCode, string errorDescription)
    Parameters
    Type Name Description
    int errorCode

    Numerical error code

    string errorDescription

    Description of the error

    Methods

    ToString()

    Returns a string that represents the error

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String representation of the error

    Overrides
    object.ToString()

    getCode()

    Returns the numerical error code.

    Declaration
    public int getCode()
    Returns
    Type Description
    int

    Error code

    getDescription()

    Returns the error description

    Declaration
    public string getDescription()
    Returns
    Type Description
    string

    Description of the error

    getErrorCode()

    Returns the numerical error code.

    Declaration
    public int getErrorCode()
    Returns
    Type Description
    int

    Error code

    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)