| org.purl.sword.base.ErrorCodes
ErrorCodes | public interface ErrorCodes (Code) | | Definition of the error codes that will be used in
the SWORD protocol (in X-Error-Code).
author: Stuart Lewis |
ERROR_BAD_REQUEST | final public static String ERROR_BAD_REQUEST(Code) | | ErrorBadRequest - where parameters are not understood
|
ERROR_CHECKSUM_MISMATCH | final public static String ERROR_CHECKSUM_MISMATCH(Code) | | ErrorChecksumMismatch - where the checksum of the file recevied does
not match the checksum given in the header
|
ERROR_CONTENT | final public static String ERROR_CONTENT(Code) | | ErrorContent - where the supplied format is not the same as that
identified in the X-Format-Namespace and/or that supported by the
server
|
MEDIATION_NOT_ALLOWED | final public static String MEDIATION_NOT_ALLOWED(Code) | | MediationNotAllowed - where a client has attempted a mediated deposit,
but this is not supported by the server
|
TARGET_OWNER_UKNOWN | final public static String TARGET_OWNER_UKNOWN(Code) | | TargetOwnerUnknown - where the server cannot identify the specified
TargetOwner
|
|
|