Package | Description |
---|---|
org.apache.hadoop.fs.azurebfs.contracts.exceptions | |
org.apache.hadoop.fs.azurebfs.contracts.services |
Modifier and Type | Method and Description |
---|---|
AzureServiceErrorCode |
AbfsRestOperationException.getErrorCode() |
Modifier and Type | Method and Description |
---|---|
static AzureServiceErrorCode |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode,
String errorCode) |
static AzureServiceErrorCode |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode,
String errorCode,
String errorMessage) |
static AzureServiceErrorCode |
AzureServiceErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureServiceErrorCode[] |
AzureServiceErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<AzureServiceErrorCode> |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode) |
Copyright © 2022 Apache Software Foundation. All rights reserved.