Learn R Programming

googleAuthR (version 0.3.0)

checkGoogleAPIError: Get Google API errors

Description

Get Google API errors

Usage

checkGoogleAPIError(req,
  ok_content_types = getOption("googleAuthR.ok_content_types"),
  batched = FALSE)

Arguments

req
a httr request
ok_content_types
Expected content type of request
batched
called from gar_batch or not