public final class CLSErrorCode
extends java.lang.Object
[@constant] CLSErrorCodeNone No error. [@constant] CLSErrorCodeClassKitUnavailable ClassKit is not available on this device. [@constant] CLSErrorCodeInvalidArgument An invalid argument was provided to the API. [@constant] CLSErrorCodeInvalidModification Attempted to modify a readonly object. [@constant] CLSErrorCodeAuthorizationDenied The application is not authorized to perform the requested operation. [@constant] CLSErrorCodeDatabaseInaccessible Protected ClassKit is inaccessible because the device is locked. [@constant] CLSErrorCodeLimits Limits exceeded. [@constant] CLSErrorCodeInvalidCreate Attempted to save new object that already exists in the data store. [@constant] CLSErrorCodeInvalidUpdate Failed to save updated object in the data store. [@constant] CLSErrorCodePartialFailure Returned if an operation resulted in a mix of successes and failures. [@constant] CLSErrorCodeInvalidAccountCredentials Returned if an operation failed because the user MAID account credentials are invalid.
| Modifier and Type | Field and Description |
|---|---|
static long |
AuthorizationDenied |
static long |
ClassKitUnavailable |
static long |
DatabaseInaccessible |
static long |
InvalidAccountCredentials |
static long |
InvalidArgument |
static long |
InvalidCreate |
static long |
InvalidModification |
static long |
InvalidUpdate |
static long |
Limits |
static long |
None |
static long |
PartialFailure |
public static final long None
public static final long ClassKitUnavailable
public static final long InvalidArgument
public static final long InvalidModification
public static final long AuthorizationDenied
public static final long DatabaseInaccessible
public static final long Limits
public static final long InvalidCreate
public static final long InvalidUpdate
public static final long PartialFailure
public static final long InvalidAccountCredentials