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 <>(this Response<T> response);
public static Response<T> AsNoBodyResponse<T>(this Response rawResponse);
}
}