org.dspace.sword
Interface DSpaceSWORDErrorCodes


public interface DSpaceSWORDErrorCodes

Some URIs for DSpace specific errors which may be reported through the SWORDErrorException


Field Summary
static String BAD_URL
          if the url of the request does not resolve to something meaningful
static String COLLECTION_LINK_ERROR
          Invalid collection for linking
static String CROSSWALK_ERROR
          Crosswalk error
static String MEDIA_UNAVAILABLE
          if the media requested is unavailable
static String PACKAGE_ERROR
          Invalid package
static String PACKAGE_VALIDATION_ERROR
          Missing resources in package
static String REPOSITORY_ERROR
          Database or IO Error when installing new item
static String UNPACKAGE_FAIL
          if unpackaging the package fails
 

Field Detail

UNPACKAGE_FAIL

static final String UNPACKAGE_FAIL
if unpackaging the package fails

See Also:
Constant Field Values

BAD_URL

static final String BAD_URL
if the url of the request does not resolve to something meaningful

See Also:
Constant Field Values

MEDIA_UNAVAILABLE

static final String MEDIA_UNAVAILABLE
if the media requested is unavailable

See Also:
Constant Field Values

PACKAGE_ERROR

static final String PACKAGE_ERROR
Invalid package

See Also:
Constant Field Values

PACKAGE_VALIDATION_ERROR

static final String PACKAGE_VALIDATION_ERROR
Missing resources in package

See Also:
Constant Field Values

CROSSWALK_ERROR

static final String CROSSWALK_ERROR
Crosswalk error

See Also:
Constant Field Values

COLLECTION_LINK_ERROR

static final String COLLECTION_LINK_ERROR
Invalid collection for linking

See Also:
Constant Field Values

REPOSITORY_ERROR

static final String REPOSITORY_ERROR
Database or IO Error when installing new item

See Also:
Constant Field Values


Copyright © 2011 DuraSpace. All Rights Reserved.