Package com.tapjoy
Class TJError
java.lang.Object
com.tapjoy.TJError
The error object returned by Tapjoy. Used to indicate the error code and error message.
The code could be one of the following: TJC_ERROR_INTEGRATION, TJC_ERROR_SDK, TJC_ERROR_SERVER.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
code
public int codeThe error code. -
message
The message of the error.
-
-
Constructor Details
-
TJError
User to construct a TJError object.- Parameters:
errorCode
- The error code.errorMessage
- The error message.
-