Uses of Class
org.projectnessie.error.ErrorCode
-
Packages that use ErrorCode Package Description org.projectnessie.error -
-
Uses of ErrorCode in org.projectnessie.error
Methods in org.projectnessie.error that return ErrorCode Modifier and Type Method Description ErrorCodeBaseNessieClientServerException. getErrorCode()ErrorCodeErrorCodeAware. getErrorCode()ErrorCodeImmutableNessieError. getErrorCode()Nessie-specific error code.ErrorCodeNessieContentNotFoundException. getErrorCode()default ErrorCodeNessieError. getErrorCode()Nessie-specific error code.ErrorCodeNessieNamespaceAlreadyExistsException. getErrorCode()ErrorCodeNessieNamespaceNotEmptyException. getErrorCode()ErrorCodeNessieNamespaceNotFoundException. getErrorCode()ErrorCodeNessieReferenceAlreadyExistsException. getErrorCode()ErrorCodeNessieReferenceConflictException. getErrorCode()ErrorCodeNessieReferenceNotFoundException. getErrorCode()ErrorCodeNessieRefLogNotFoundException. getErrorCode()ErrorCodeNessieRuntimeException. getErrorCode()static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectnessie.error with parameters of type ErrorCode Modifier and Type Method Description ImmutableNessieError.BuilderImmutableNessieError.Builder. errorCode(ErrorCode errorCode)Initializes the value for theerrorCodeattribute.ImmutableNessieErrorImmutableNessieError. withErrorCode(ErrorCode value)Copy the current immutable object by setting a value for theerrorCodeattribute.
-