Package org.projectnessie.error
Interface ErrorCodeAware
- All Known Implementing Classes:
BaseNessieClientServerException,NessieBackendThrottledException,NessieBadRequestException,NessieConflictException,NessieContentNotFoundException,NessieForbiddenException,NessieNamespaceAlreadyExistsException,NessieNamespaceNotEmptyException,NessieNamespaceNotFoundException,NessieNotFoundException,NessieReferenceAlreadyExistsException,NessieReferenceConflictException,NessieReferenceNotFoundException,NessieRuntimeException,NessieUnavailableException,NessieUnsupportedMediaTypeException
public interface ErrorCodeAware
A common interfaces for Nessie exceptions that have an associated
ErrorCode.-
Method Summary
-
Method Details
-
getErrorCode
ErrorCode getErrorCode() -
getErrorDetails
-