Sha256: 0621dc286ed2dc6916d325ba0b3261519a568d3022dc155e84e49ebf90abf406

Contents?: true

Size: 657 Bytes

Versions: 2

Compression:

Stored size: 657 Bytes

Contents

module SmartyStreets

  class SmartyError < StandardError
  end

  class NotModifiedInfo < SmartyError
  end

  class BadCredentialsError < SmartyError
  end

  class ForbiddenError < SmartyError
  end

  class PaymentRequiredError < SmartyError
  end

  class RequestEntityTooLargeError < SmartyError
  end

  class BadRequestError < SmartyError
  end

  class UnprocessableEntityError < SmartyError
  end

  class TooManyRequestsError < SmartyError
  end

  class InternalServerError < SmartyError
  end

  class ServiceUnavailableError < SmartyError
  end

  class GatewayTimeoutError < SmartyError
  end

  class BatchFullError < SmartyError
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smartystreets_ruby_sdk-5.20.6 lib/smartystreets_ruby_sdk/exceptions.rb
smartystreets_ruby_sdk-5.20.4 lib/smartystreets_ruby_sdk/exceptions.rb