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 MEDIA_UNAVAILABLE
          if the media requested is unavailable
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


Copyright © 2010 DuraSpace. All Rights Reserved.