Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
Status
A command status
Parameters
Name Type Description

documentState

DocumentStatusForApi

Representing status: completed, in progress, error.

Possible values: [IN_PROGRESS, READY, COMPLETED, ERROR].

errorText

String

String with explanatory text in case of error.

statusCode

Integer

Integer representation of the status. Following is the list of possible values: 0 - COMPLETED 1 - CREATED 2 - CONVERTED_ONLY 3 - SEALED_ONLY 10 - UPLOAD_STARTED 11 - UPLOAD_FAILED 20 - CONVERSION_STARTED 21 - CONVERSION_FAILED 22 - CONVERSION_FINISHED 24 - SUBMISSION_STARTED 25 - SUBMISSION_FAILED 30 - SEAL_STARTED 31 - SEALING_FAILED 32 - SEAL_FINISHED 41 - DOCUMENT_ALREADY_SEALED

Json Format
{
documentState: DocumentStatusForApi,
statusCode: Integer,
errorText: String
}