Class IronSourceError
Represents an error received from LevelPlay
Inherited Members
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public class IronSourceError
Methods
ToString()
Returns a string that represents the error
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String representation of the error |
Overrides
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 |