InApps Android
Public Member Functions | Public Attributes | List of all members
com.ludei.inapps.InAppService.Error Class Reference

A class representing an error message.

Public Member Functions

 Error (int code, String message)
 Class constructor specifying a code and a message. More...
 

Public Attributes

int code
 The numeric code of the error.
 
String message
 The string message describing the error.
 

Constructor & Destructor Documentation

com.ludei.inapps.InAppService.Error.Error ( int  code,
String  message 
)
Parameters
codeThe error code.
messageThe message describing the error.

The documentation for this class was generated from the following file: