public class SDKStatusCodes
extends java.lang.Object
SDKStatusCodes class defines constants representing various status codes used in the SDK.
These status codes are used to indicate different error conditions or states in the SDK operations.| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE
40000-Represents the status code for a general failure.
|
static int |
INTERNAL_SERVER_ERROR
50001-Represents the status code for an unknown exception.
|
| Constructor and Description |
|---|
SDKStatusCodes() |
public static final int INTERNAL_SERVER_ERROR
public static final int FAILURE