Class Enums.ServerCodes
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.Enums.ServerCodes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALREADY_EXISTS_UNSEALED
Already exists unsealedstatic int
ALREADY_UPLOADED
Already uploadedstatic int
BAD_REQUEST
Bad Requeststatic int
CANNOT_FIND_DOCUMENT_ANNOTATED_VERSION
Cannot find document annotated versionstatic int
CANT_UPDATE_DOCUMENT_WITH_OTHER_SEALED
Can't update document with other sealedstatic int
CIFS_INVALID_PATH
CIFS invalid path for document/folderstatic int
CIFS_UNEXPECTED_ERROR
CIFS unexpected errorstatic int
CIFS_USED_BY_ANOTHER_PROCESS
CIFS used by another processstatic int
CIFS_USER_DONT_HAVE_PERMISSIONS
CIFS user does not have permissionsstatic int
CIFS_USER_NOT_FOUND
CIFS user not foundstatic int
CONTENT_IS_EMPTY
Content is emptystatic int
DOC_ALREADY_DELETED
Document already deletedstatic int
DOCUMENT_ALREADY_SEALED
Document already sealedstatic int
DOCUMENT_DOESNT_EXIST
Documwent does not existstatic int
DOCUMENT_HAS_BEEN_PERMANENTLY_DELETED
Document has been permamently deletedstatic int
DOCUMENT_IS_LOCKED
Document is lockedstatic int
DOCUMENT_IS_UNLOCKED
Document is unlockedstatic int
DOCUMENT_NAME_ALREADY_EXISTS
Document name alredy existsstatic int
DOCUMENT_NOT_IN_A_CORRECT_ROOM
Document not in a correct roomstatic int
ENTITIES_NOT_IN_ROOM
Entities not in roomstatic int
FOLDER_ALREADY_EXISTS
Folder already existsstatic int
FOLDER_NOT_FOUND
Folder not foundstatic int
FORBIDDEN
Forbiddenstatic int
INSUFFICIENT_PRIVILEGES_ON_CLOUD_CONNECTOR
Insufficient privileges on cloud connectorstatic int
INTERNAL_SERVER_ERROR
Internal server errorstatic int
INVALID_PARAMETER
Invalid parameterstatic int
INVALID_TOKEN
Invalid tokenstatic int
METHOD_NOT_ALLOWED
Method not allowedstatic int
NO_CLOUD_UPLOAD_PERMISSIONS
No cloud upload permissionsstatic int
NO_PERMISSION_FOR_RECIPIENT
No Permission for recipientstatic int
NO_PERMISSIONS
User has no permission to perform this actionstatic int
NO_SECURE_TRANSFER_ALLOWED
No secure transfer allowedstatic int
NOT_FOUND
Not foundstatic int
PRILI_CONVERSION_FAILED
Prili conversion failedstatic int
RECIPIENT_IS_DISTRIBUTION_LIST
Recipient is distribution liststatic int
REJECTED_BY_DLP
Rejected by DLPstatic int
ROOM_DOESNT_EXIST
Room does not existstatic int
SEALED_DOCUMENT_NOT_EXIST
Sealed document doesn't existstatic int
SEALED_WITH_NOT_EXISTING_KEY
Sealed with a nonexistent keystatic int
SHAREPOINT_CREADETIALS_NOT_LOADED
SharePoint credentials not loadedstatic int
SHAREPOINT_FILE_IS_CHECKED_OUT
SharePoint file is checked outstatic int
SHAREPOINT_NO_MAJOR_FILE_VERSION
SharePoint - no major file versionstatic int
SHAREPOINT_UNEXPECTED_ERROR
SharePoint unexpected errorstatic int
SHAREPOINT_USER_DONT_HAVE_PERMISSIONS
SharePoint user does not have permissionsstatic int
SHAREPOINT_USER_NOT_FOUND
SharePoint user not foundstatic int
STATUS_UNAUTHORIZED
Status unauthorizedstatic int
UNAUTHORIZED
Unauthorizedstatic int
UNSUPPORTED_MEDIA_TYPE
Unsupported media typestatic int
USER_NOT_ROOM_ADMIN
User not room adminstatic int
VERSION_CONFLICT
Version conflict
-
Constructor Summary
Constructors Constructor Description ServerCodes()
-
-
-
Field Detail
-
INVALID_PARAMETER
public static final int INVALID_PARAMETER
Invalid parameter- See Also:
- Constant Field Values
-
NO_PERMISSIONS
public static final int NO_PERMISSIONS
User has no permission to perform this action- See Also:
- Constant Field Values
-
STATUS_UNAUTHORIZED
public static final int STATUS_UNAUTHORIZED
Status unauthorized- See Also:
- Constant Field Values
-
INVALID_TOKEN
public static final int INVALID_TOKEN
Invalid token- See Also:
- Constant Field Values
-
NO_PERMISSION_FOR_RECIPIENT
public static final int NO_PERMISSION_FOR_RECIPIENT
No Permission for recipient- See Also:
- Constant Field Values
-
ENTITIES_NOT_IN_ROOM
public static final int ENTITIES_NOT_IN_ROOM
Entities not in room- See Also:
- Constant Field Values
-
DOCUMENT_DOESNT_EXIST
public static final int DOCUMENT_DOESNT_EXIST
Documwent does not exist- See Also:
- Constant Field Values
-
ALREADY_UPLOADED
public static final int ALREADY_UPLOADED
Already uploaded- See Also:
- Constant Field Values
-
DOCUMENT_ALREADY_SEALED
public static final int DOCUMENT_ALREADY_SEALED
Document already sealed- See Also:
- Constant Field Values
-
DOCUMENT_NAME_ALREADY_EXISTS
public static final int DOCUMENT_NAME_ALREADY_EXISTS
Document name alredy exists- See Also:
- Constant Field Values
-
DOCUMENT_NOT_IN_A_CORRECT_ROOM
public static final int DOCUMENT_NOT_IN_A_CORRECT_ROOM
Document not in a correct room- See Also:
- Constant Field Values
-
SEALED_DOCUMENT_NOT_EXIST
public static final int SEALED_DOCUMENT_NOT_EXIST
Sealed document doesn't exist- See Also:
- Constant Field Values
-
CANT_UPDATE_DOCUMENT_WITH_OTHER_SEALED
public static final int CANT_UPDATE_DOCUMENT_WITH_OTHER_SEALED
Can't update document with other sealed- See Also:
- Constant Field Values
-
DOCUMENT_HAS_BEEN_PERMANENTLY_DELETED
public static final int DOCUMENT_HAS_BEEN_PERMANENTLY_DELETED
Document has been permamently deleted- See Also:
- Constant Field Values
-
DOC_ALREADY_DELETED
public static final int DOC_ALREADY_DELETED
Document already deleted- See Also:
- Constant Field Values
-
NO_SECURE_TRANSFER_ALLOWED
public static final int NO_SECURE_TRANSFER_ALLOWED
No secure transfer allowed- See Also:
- Constant Field Values
-
SEALED_WITH_NOT_EXISTING_KEY
public static final int SEALED_WITH_NOT_EXISTING_KEY
Sealed with a nonexistent key- See Also:
- Constant Field Values
-
ALREADY_EXISTS_UNSEALED
public static final int ALREADY_EXISTS_UNSEALED
Already exists unsealed- See Also:
- Constant Field Values
-
CONTENT_IS_EMPTY
public static final int CONTENT_IS_EMPTY
Content is empty- See Also:
- Constant Field Values
-
RECIPIENT_IS_DISTRIBUTION_LIST
public static final int RECIPIENT_IS_DISTRIBUTION_LIST
Recipient is distribution list- See Also:
- Constant Field Values
-
VERSION_CONFLICT
public static final int VERSION_CONFLICT
Version conflict- See Also:
- Constant Field Values
-
USER_NOT_ROOM_ADMIN
public static final int USER_NOT_ROOM_ADMIN
User not room admin- See Also:
- Constant Field Values
-
ROOM_DOESNT_EXIST
public static final int ROOM_DOESNT_EXIST
Room does not exist- See Also:
- Constant Field Values
-
FOLDER_NOT_FOUND
public static final int FOLDER_NOT_FOUND
Folder not found- See Also:
- Constant Field Values
-
FOLDER_ALREADY_EXISTS
public static final int FOLDER_ALREADY_EXISTS
Folder already exists- See Also:
- Constant Field Values
-
BAD_REQUEST
public static final int BAD_REQUEST
Bad Request- See Also:
- Constant Field Values
-
UNAUTHORIZED
public static final int UNAUTHORIZED
Unauthorized- See Also:
- Constant Field Values
-
FORBIDDEN
public static final int FORBIDDEN
Forbidden- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
Not found- See Also:
- Constant Field Values
-
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED
Method not allowed- See Also:
- Constant Field Values
-
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE
Unsupported media type- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
Internal server error- See Also:
- Constant Field Values
-
CANNOT_FIND_DOCUMENT_ANNOTATED_VERSION
public static final int CANNOT_FIND_DOCUMENT_ANNOTATED_VERSION
Cannot find document annotated version- See Also:
- Constant Field Values
-
PRILI_CONVERSION_FAILED
public static final int PRILI_CONVERSION_FAILED
Prili conversion failed- See Also:
- Constant Field Values
-
SHAREPOINT_UNEXPECTED_ERROR
public static final int SHAREPOINT_UNEXPECTED_ERROR
SharePoint unexpected error- See Also:
- Constant Field Values
-
SHAREPOINT_CREADETIALS_NOT_LOADED
public static final int SHAREPOINT_CREADETIALS_NOT_LOADED
SharePoint credentials not loaded- See Also:
- Constant Field Values
-
SHAREPOINT_USER_NOT_FOUND
public static final int SHAREPOINT_USER_NOT_FOUND
SharePoint user not found- See Also:
- Constant Field Values
-
SHAREPOINT_USER_DONT_HAVE_PERMISSIONS
public static final int SHAREPOINT_USER_DONT_HAVE_PERMISSIONS
SharePoint user does not have permissions- See Also:
- Constant Field Values
-
SHAREPOINT_FILE_IS_CHECKED_OUT
public static final int SHAREPOINT_FILE_IS_CHECKED_OUT
SharePoint file is checked out- See Also:
- Constant Field Values
-
SHAREPOINT_NO_MAJOR_FILE_VERSION
public static final int SHAREPOINT_NO_MAJOR_FILE_VERSION
SharePoint - no major file version- See Also:
- Constant Field Values
-
REJECTED_BY_DLP
public static final int REJECTED_BY_DLP
Rejected by DLP- See Also:
- Constant Field Values
-
INSUFFICIENT_PRIVILEGES_ON_CLOUD_CONNECTOR
public static final int INSUFFICIENT_PRIVILEGES_ON_CLOUD_CONNECTOR
Insufficient privileges on cloud connector- See Also:
- Constant Field Values
-
NO_CLOUD_UPLOAD_PERMISSIONS
public static final int NO_CLOUD_UPLOAD_PERMISSIONS
No cloud upload permissions- See Also:
- Constant Field Values
-
CIFS_UNEXPECTED_ERROR
public static final int CIFS_UNEXPECTED_ERROR
CIFS unexpected error- See Also:
- Constant Field Values
-
CIFS_USER_NOT_FOUND
public static final int CIFS_USER_NOT_FOUND
CIFS user not found- See Also:
- Constant Field Values
-
CIFS_USER_DONT_HAVE_PERMISSIONS
public static final int CIFS_USER_DONT_HAVE_PERMISSIONS
CIFS user does not have permissions- See Also:
- Constant Field Values
-
CIFS_USED_BY_ANOTHER_PROCESS
public static final int CIFS_USED_BY_ANOTHER_PROCESS
CIFS used by another process- See Also:
- Constant Field Values
-
CIFS_INVALID_PATH
public static final int CIFS_INVALID_PATH
CIFS invalid path for document/folder- See Also:
- Constant Field Values
-
DOCUMENT_IS_LOCKED
public static final int DOCUMENT_IS_LOCKED
Document is locked- See Also:
- Constant Field Values
-
DOCUMENT_IS_UNLOCKED
public static final int DOCUMENT_IS_UNLOCKED
Document is unlocked- See Also:
- Constant Field Values
-
-