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 ErrorCodeAwareA common interfaces for Nessie exceptions that have an associatedErrorCode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ErrorCodegetErrorCode()default NessieErrorDetailsgetErrorDetails()
-
-
-
Method Detail
-
getErrorCode
ErrorCode getErrorCode()
-
getErrorDetails
default NessieErrorDetails getErrorDetails()
-
-