docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LevelPlayInitError

    Represents an initialization error for the LevelPlay SDK.

    Inheritance
    object
    LevelPlayInitError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: com.unity3d.mediation
    Assembly: Unity.LevelPlay.dll
    Syntax
    public class LevelPlayInitError

    Properties

    ErrorCode

    Declaration
    public int ErrorCode { get; }
    Property Value
    Type Description
    int

    ErrorMessage

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    string

    Methods

    ToString()

    Returns a string that represents the current LevelPlayInitError.

    Declaration
    public string ToString()
    Returns
    Type Description
    string

    A string that contains the error code and message.

    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)