public class StringeeError
extends Object
	Defines errors thrown by the Stringee Android SDK.
Check the values returned by getCode() and getMessage() for details on the error.
| Public Constructors | |
|---|---|
| StringeeError(int code, String message)Creates a new StringeeError instance with the error code and message. | 
| Public methods | |
|---|---|
| int | getCode()Returns the error code. | 
| String | getMessage()Returns the error message. | 
StringeeError(int code, String message)
Creates a new StringeeError instance with the error code and message.
| Parameters | |
|---|---|
| code | The error code. | 
| message | The error message. | 
int getCode()
Returns the error code.
String getMessage()
Returns the error message.