client.on('request:fallback', function (options, res) {
  console.log('Request fallback request cycle was dispached!')
  console.log('Using the following options:', options)
  console.log('With the failed response:', res)
})