Exception: ExperianConsumerView::Errors::ApiServerRefreshingError

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

Overview

Thrown for HTTP 503 codes where the text response is “Internal refresh in progress”. This means the server is temporarily down while data is being refreshed, but the request should complete successfully once the refresh operation is complete. 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