class Bandwidth::Errors::MissingCredentialsError

Missing Credentials error class

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/bandwidth/errors.rb, line 45
def initialize
  super """
  Missing credentials.
  Use Bandwidth::Client.new(<userId>, <apiToken>, <apiSecret>) or Bandwidth::Client.global_options to set up them.
  """
end