class AzureBlob::Http

def error_from_response

def error_from_response
  ERROR_MAPPINGS[status] || ERROR_CODE_MAPPINGS[azure_error_code] || Error
end