Suggestions

close search

StringeeError

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.



Summary


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.


Public constructors


StringeeError

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.



Public methods


getCode

int getCode()

Returns the error code.



getMessage

String getMessage()

Returns the error message.