Exception: Supercast::APIConnectionError

Inherits:
SupercastError show all
Defined in:
lib/supercast/errors.rb

Overview

APIConnectionError is raised in the event that the SDK can’t connect to Supercast’s servers. That can be for a variety of different reasons such as a downed network

Instance Attribute Summary

Attributes inherited from SupercastError

#code, #http_body, #http_headers, #http_status, #json_body, #message, #response

Method Summary

Methods inherited from SupercastError

#initialize, #to_s

Constructor Details

This class inherits a constructor from Supercast::SupercastError