Click or drag to resize
ServerCodes Class
WatchDox server responnse codes
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.CoreServerCodes

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class ServerCodes

The ServerCodes type exposes the following members.

Constructors
  NameDescription
Public methodServerCodes
Initializes a new instance of the ServerCodes class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberALREADY_EXISTS_UNSEALED
Already exists unsealed
Public fieldStatic memberALREADY_UPLOADED
Already uploaded
Public fieldStatic memberBAD_REQUEST
Bad Request
Public fieldStatic memberCANNOT_FIND_DOCUMENT_ANNOTATED_VERSION
Cannot find document annotated version
Public fieldStatic memberCANT_UPDATE_DOCUMENT_WITH_OTHER_SEALED
Can't update document with other sealed
Public fieldStatic memberCIFS_INVALID_PATH
CIFS invalid path for document/folder
Public fieldStatic memberCIFS_UNEXPECTED_ERROR
CIFS unexpected error
Public fieldStatic memberCIFS_USED_BY_ANOTHER_PROCESS
CIFS used by another process
Public fieldStatic memberCIFS_USER_DONT_HAVE_PERMISSIONS
CIFS user does not have permissions
Public fieldStatic memberCIFS_USER_NOT_FOUND
CIFS user not found
Public fieldStatic memberCONTENT_IS_EMPTY
Content is empty
Public fieldStatic memberDOC_ALREADY_DELETED
Document already deleted
Public fieldStatic memberDOCUMENT_ALREADY_SEALED
Document already sealed
Public fieldStatic memberDOCUMENT_DOESNT_EXIST
Documwent does not exist
Public fieldStatic memberDOCUMENT_FORMAT_ERROR
Public fieldStatic memberDOCUMENT_HAS_BEEN_PERMANENTLY_DELETED
Document has been permamently deleted
Public fieldStatic memberDOCUMENT_IS_LOCKED
Document is locked
Public fieldStatic memberDOCUMENT_IS_UNLOCKED
Document is unlocked
Public fieldStatic memberDOCUMENT_NAME_ALREADY_EXISTS
Document name alredy exists
Public fieldStatic memberDOCUMENT_NOT_IN_A_CORRECT_ROOM
Document not in a correct room
Public fieldStatic memberEXPIRED_SERVER_LICENSE
Unsupported media type
Public fieldStatic memberFOLDER_ALREADY_EXISTS
Folder already exists
Public fieldStatic memberFOLDER_NOT_FOUND
Folder not found
Public fieldStatic memberFORBIDDEN
Forbidden
Public fieldStatic memberINSUFFICIENT_PRIVILEGES_ON_CLOUD_CONNECTOR
Insufficient privileges on cloud connector
Public fieldStatic memberINTERNAL_SERVER_ERROR
Internal server error
Public fieldStatic memberINVALID_PARAMETER
Invalid parameter
Public fieldStatic memberINVALID_TOKEN
Invalid token
Public fieldStatic memberMETHOD_NOT_ALLOWED
Method not allowed
Public fieldStatic memberNO_CLOUD_UPLOAD_PERMISSIONS
No cloud upload permissions
Public fieldStatic memberNO_PERMISSIONS
User has no permission to perform this action
Public fieldStatic memberNO_SECURE_TRANSFER_ALLOWED
No secure transfer allowed
Public fieldStatic memberNOT_FOUND
Not found
Public fieldStatic memberPRILI_CONVERSION_FAILED
Prili conversion failed
Public fieldStatic memberRECIPIENT_IS_DISTRIBUTION_LIST
Recipient is distribution list
Public fieldStatic memberREJECTED_BY_DLP
Rejected by DLP
Public fieldStatic memberROOM_DOESNT_EXIST
Room does not exist
Public fieldStatic memberSEALED_DOCUMENT_NOT_EXIST
Sealed document doesn't exist
Public fieldStatic memberSEALED_WITH_NOT_EXISTING_KEY
Sealed with a nonexistent key
Public fieldStatic memberSHAREPOINT_CREADETIALS_NOT_LOADED
SharePoint credentials not loaded
Public fieldStatic memberSHAREPOINT_FILE_IS_CHECKED_OUT
SharePoint file is checked out
Public fieldStatic memberSHAREPOINT_NO_MAJOR_FILE_VERSION
SharePoint - no major file version
Public fieldStatic memberSHAREPOINT_UNEXPECTED_ERROR
SharePoint unexpected error
Public fieldStatic memberSHAREPOINT_USER_DONT_HAVE_PERMISSIONS
SharePoint user does not have permissions
Public fieldStatic memberSHAREPOINT_USER_NOT_FOUND
SharePoint user not found
Public fieldStatic memberSTATUS_UNAUTHORIZED
Status unauthorized
Public fieldStatic memberUNAUTHORIZED
Unauthorized
Public fieldStatic memberUNSUPPORTED_MEDIA_TYPE
Unsupported media type
Public fieldStatic memberUSER_NOT_ROOM_ADMIN
User not room admin
Public fieldStatic memberVERSION_CONFLICT
Version conflict
Top
See Also