Package com.adobe.marketing.mobile
Class AdobeError
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AdobeError implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public final static AdobeErrorUNEXPECTED_ERRORpublic final static AdobeErrorCALLBACK_TIMEOUTpublic final static AdobeErrorCALLBACK_NULLpublic final static AdobeErrorSERVER_ERRORpublic final static AdobeErrorNETWORK_ERRORpublic final static AdobeErrorINVALID_REQUESTpublic final static AdobeErrorINVALID_RESPONSEpublic final static AdobeErrorEXTENSION_NOT_INITIALIZEDpublic final StringerrorNamepublic final interrorCode
-
Method Summary
Modifier and Type Method Description StringgetErrorName()Retrieves current error's name as a String.intgetErrorCode()Retrieves current error's code as a int.-
-
Method Detail
-
getErrorName
String getErrorName()
Retrieves current error's name as a
String.- Returns:
the error name String
-
getErrorCode
int getErrorCode()
Retrieves current error's code as a
int.- Returns:
the error code
int
-
-
-
-