com.webct.platform.sdk.filemanager
Class FileManagerSDKErrorCodes

java.lang.Object
  extended by com.webct.platform.sdk.filemanager.FileManagerSDKErrorCodes

public final class FileManagerSDKErrorCodes
extends java.lang.Object

Defines constants for different errors related to the FileManager SDK.


Field Summary
static java.lang.String AUTHORIZATION_ERROR
           
static java.lang.String CONTENT_LOCKED_ERROR
           
static java.lang.String CONVERSION_ERROR
          An error occured converting input operation arguments for use with backend services.
static java.lang.String DUPLICATE_NAME_ERROR
           
static java.lang.String FILE_NOT_FOUND
          Unable to resolve a path to a specific file.
static java.lang.String FM_LICENSE_ERROR
          An error occured in License
static java.lang.String FOLDER_NOT_FOUND
          Unable to resolve a path to a specified folder.
static java.lang.String GENERIC
          The generic failure occured in the file manager service.
static java.lang.String ITEM_NOT_FOUND
          Unable to resolve a path to a specific item (file or folder).
static java.lang.String QUOTA_EXCEEDED_ERROR
           
static java.lang.String REQUIRED_PARAMETER
          Error indicating that a required input parameter value was not specified.
static java.lang.String SERVICE_EXCEPTION
          Failure occured in, or locating, the back-end file manager service.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static final java.lang.String GENERIC
Description copied from class: FileManagerSDKErrorCodes
The generic failure occured in the file manager service. The failure cause should be identified from exception data.

See Also:
Constant Field Values

SERVICE_EXCEPTION

public static final java.lang.String SERVICE_EXCEPTION
Description copied from class: FileManagerSDKErrorCodes
Failure occured in, or locating, the back-end file manager service.

See Also:
Constant Field Values

FILE_NOT_FOUND

public static final java.lang.String FILE_NOT_FOUND
Description copied from class: FileManagerSDKErrorCodes
Unable to resolve a path to a specific file.

See Also:
Constant Field Values

ITEM_NOT_FOUND

public static final java.lang.String ITEM_NOT_FOUND
Description copied from class: FileManagerSDKErrorCodes
Unable to resolve a path to a specific item (file or folder).

See Also:
Constant Field Values

FOLDER_NOT_FOUND

public static final java.lang.String FOLDER_NOT_FOUND
Description copied from class: FileManagerSDKErrorCodes
Unable to resolve a path to a specified folder.

See Also:
Constant Field Values

CONVERSION_ERROR

public static final java.lang.String CONVERSION_ERROR
Description copied from class: FileManagerSDKErrorCodes
An error occured converting input operation arguments for use with backend services.

See Also:
Constant Field Values

REQUIRED_PARAMETER

public static final java.lang.String REQUIRED_PARAMETER
Description copied from class: FileManagerSDKErrorCodes
Error indicating that a required input parameter value was not specified.

See Also:
Constant Field Values

FM_LICENSE_ERROR

public static final java.lang.String FM_LICENSE_ERROR
Description copied from class: FileManagerSDKErrorCodes
An error occured in License

See Also:
Constant Field Values

DUPLICATE_NAME_ERROR

public static final java.lang.String DUPLICATE_NAME_ERROR
See Also:
Constant Field Values

QUOTA_EXCEEDED_ERROR

public static final java.lang.String QUOTA_EXCEEDED_ERROR
See Also:
Constant Field Values

AUTHORIZATION_ERROR

public static final java.lang.String AUTHORIZATION_ERROR
See Also:
Constant Field Values

CONTENT_LOCKED_ERROR

public static final java.lang.String CONTENT_LOCKED_ERROR
See Also:
Constant Field Values


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.