Uses of Enum Class
org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
Packages that use AzureServiceErrorCode
Package
Description
-
Uses of AzureServiceErrorCode in org.apache.hadoop.fs.azurebfs.contracts.exceptions
Methods in org.apache.hadoop.fs.azurebfs.contracts.exceptions that return AzureServiceErrorCode -
Uses of AzureServiceErrorCode in org.apache.hadoop.fs.azurebfs.contracts.services
Methods in org.apache.hadoop.fs.azurebfs.contracts.services that return AzureServiceErrorCodeModifier and TypeMethodDescriptionstatic AzureServiceErrorCodeAzureServiceErrorCode.getAzureServiceCode(int httpStatusCode, String errorCode) static AzureServiceErrorCodeAzureServiceErrorCode.getAzureServiceCode(int httpStatusCode, String errorCode, String errorMessage) static AzureServiceErrorCodeReturns the enum constant of this class with the specified name.static AzureServiceErrorCode[]AzureServiceErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs.azurebfs.contracts.services that return types with arguments of type AzureServiceErrorCodeModifier and TypeMethodDescriptionstatic List<AzureServiceErrorCode>AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode)