Exception: ExperianConsumerView::Errors::ApiBadCredentialsError

Inherits:
ApiHttpError
  • Object
show all
Defined in:
lib/experian_consumer_view/errors.rb

Overview

Thrown for HTTP 401 codes. This means there is a problem with some of the supplied credentials. Race conditions may lead to out-of-date or invalid API tokens occasionally. These errors may be auto-retried.

Instance Attribute Summary

Attributes inherited from ApiHttpError

#code, #response

Method Summary

Methods inherited from ApiHttpError

#initialize, #message

Constructor Details

This class inherits a constructor from ExperianConsumerView::Errors::ApiHttpError