public final class ContentErrorString
extends Object 
Hard-coded strings that are returned as messages in exceptions and in logs.  As these
 are only for internal use, they should not need translation.
- 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
INVALID_CLOUD_URL
public static String INVALID_CLOUD_URL 
 
- 
RETROFIT_ERROR
public static String RETROFIT_ERROR 
 
- 
SDK_RESPONSE_ERROR
public static String SDK_RESPONSE_ERROR 
 
- 
SDK_INVALID_REQUEST
public static String SDK_INVALID_REQUEST 
 
- 
GET_ASSET_FIELD_NO_DATA
public static String GET_ASSET_FIELD_NO_DATA 
 
- 
GET_ASSET_FIELD_NOT_FOUND
public static String GET_ASSET_FIELD_NOT_FOUND 
 
- 
INVALID_SDK_PARAMETERS
public static String INVALID_SDK_PARAMETERS 
 
- 
INVALID_SERVER_URL
public static String INVALID_SERVER_URL 
 
- 
INVALID_DIGITAL_ASSET
public static String INVALID_DIGITAL_ASSET 
 
- 
ERROR_DOWNLOADING_ASSET
public static String ERROR_DOWNLOADING_ASSET 
 
- 
UNSUPPORTED_VERSION_REQUEST
public static String UNSUPPORTED_VERSION_REQUEST 
 
- 
RESPONSE_ERROR
public static String RESPONSE_ERROR 
 
- 
DESERIALIZATION_ERROR
public static String DESERIALIZATION_ERROR 
 
 
- 
Constructor Details
- 
ContentErrorString
public ContentErrorString()