Adobe DPS - Library and Store SDK 2.32

Namespace adobeDPS-FolioActivityErrorCodes

Platforms:
iOS, Windows

This is an enumeration object defining all the supported adobeDPS-FolioActivityService error codes.

Static Fields

Field Defined By
adobeDPS-FolioActivityErrorCodes.STORAGE_OUT_OF_SPACE
Value: 1
The storage has run out of space.
FolioActivityErrorCodes
adobeDPS-FolioActivityErrorCodes.STORAGE_IO_ERROR
Value: 2
The storage operation encountered a I/O error.
FolioActivityErrorCodes
adobeDPS-FolioActivityErrorCodes.RECORDING_ALREADY_STARTED
Value: 11
The recording already started.
FolioActivityErrorCodes
adobeDPS-FolioActivityErrorCodes.RECORDING_NOT_STARTED
Value: 12
The recording is not started.
FolioActivityErrorCodes
adobeDPS-FolioActivityErrorCodes.RECORDING_INVALID_ID
Value: 13
The recording ID is invalid.
FolioActivityErrorCodes
adobeDPS-FolioActivityErrorCodes.RECORDING_INVALID_ARGUMENT
Value: 14
The function parameter is invalid.
FolioActivityErrorCodes
Namespace Detail
adobeDPS-FolioActivityErrorCodes
[inner]
Static Field Details
adobeDPS-FolioActivityErrorCodes.STORAGE_OUT_OF_SPACE
Value: 1
The storage has run out of space. This error occurs when the internal storage runs out of space during event insertions. This is considered a critical error which will result in the recording being stopped. The user must get the existing events from the storage by calling getEvents(), use them for the app purpose (upload to a server) and delete the events from storage.
adobeDPS-FolioActivityErrorCodes.STORAGE_IO_ERROR
Value: 2
The storage operation encountered a I/O error. This error occurs when the internal storage encounters an I/O error during an event insertion, retrieval or deletion. The user must retry the operation that caused this error (in the case of getEvents or deleteEvents) or retrieve the events, use them for the app purpose and delete storage (in the case of insertions)
adobeDPS-FolioActivityErrorCodes.RECORDING_ALREADY_STARTED
Value: 11
The recording already started. This error indicates that a recording is already in progress. Only one recording is allowed at a time. It occurs when 2 or more subsequent startRecording() calls are made without explicitly stop the recording in between. The user must stop the current recording prior to calling startRecording.
adobeDPS-FolioActivityErrorCodes.RECORDING_NOT_STARTED
Value: 12
The recording is not started. This error indicates that there is no recording in progress. It occurs when 2 or more subsequent stopRecording() calls are made without starting the recording in between. The user must start a recording prior to calling stopRecording.
adobeDPS-FolioActivityErrorCodes.RECORDING_INVALID_ID
Value: 13
The recording ID is invalid. This error indicates an invalid recording Id provided to startRecording. The user must ensure the recording id is a reference to a non-empty JavaScript string of no more than 64 printable characters. The special characters \' \" \\ \n \r \t \b \f are not allowed in the recording identifier.
adobeDPS-FolioActivityErrorCodes.RECORDING_INVALID_ARGUMENT
Value: 14
The function parameter is invalid. This error indicates that an invalid argument has been provided.
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:26 GMT-0700 (PDT)