<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />

Azure.Storage.StorageExceptionExtensions

Provide helpful information about errors calling Azure Storage endpoints.
namespace Azure.Storage { internal static class StorageExceptionExtensions { public static string GetErrorCode(this Response response, string errorCode); public static bool IsUnavailable<T>(this Response<T> response); public static Response<T> AsNoBodyResponse<T>(this Response rawResponse); } }