Class CLSErrorCode


  • public final class CLSErrorCode
    extends java.lang.Object
    [@enum] CLSErrorCode [@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.