Exception | Description |
---|---|
AuthenticationTimeout |
The DataONE AuthenticationTimeout exception, raised when authentication
operations exceed pre-established limits.
|
BaseException |
A BaseException is the root of all DataONE service class exception messages.
|
IdentifierNotUnique |
The DataONE IdentifierNotUnique exception, raised when a requested
identifier has already been used or reserved.
|
InsufficientResources |
The DataONE InsufficientResources exception, raised when insufficient space,
bandwidth, or other resources are available to complete a request.
|
InvalidCredentials |
The DataONE InvalidCredentials exception, raised when a request
is issued for which the credentials were not validated.
|
InvalidRequest |
The DataONE InvalidRequest exception, raised when a request
is issued for which one or more parameters provided in the call were invalid.
|
InvalidSystemMetadata |
The DataONE InvalidSystemMetadata exception, raised when a request
is issued and the supplied system metadata is invalid.
|
InvalidToken |
The DataONE InvalidToken exception, raised when supplied authentication
token could not be verified as being valid.
|
NotAuthorized |
The DataONE NotAuthorized exception, raised when the supplied identity
information is not authorized for the requested operation.
|
NotFound |
The DataONE NotFound exception, raised when an object is not present
on the node where the exception was raised.
|
NotImplemented |
The DataONE NotImplemented exception, raised when a request
is issued for a service that is not implemented by this node.
|
ServiceFailure |
The DataONE ServiceFailure exception, raised when a requested
service was called but failed to execute the service request due to an
internal error, such as misconfiguration, or a missing resource such as
a missing data connection, etc.
|
SynchronizationFailed |
The DataONE SynchronizationFailed exception, used as a callback message
to a Member Node from a Coordinating Node when an attempt to synchronize
some object fails.
|
UnsupportedMetadataType |
The DataONE UnsupportedMetadataType exception, raised when the science
metadata document submitted is not of a type that is recognized by
the DataONE system.
|
UnsupportedType |
The DataONE UnsupportedType exception, raised when the information
presented appears to be unsupported.
|
VersionMismatch |
The DataONE VersionMismatch exception, raised when the serialVersion
supplied with the request does not match the serialVersion of the target
|
Copyright © 2020. All Rights Reserved.