Class LevelPlayInitError
Represents an initialization error for the LevelPlay SDK.
Inherited Members
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. |