Exception: Nfe::ConfigurationError

Inherits:
Error
  • Object
show all
Defined in:
lib/nfe/errors.rb,
sig/nfe/errors.rbs

Overview

Raised when the SDK is misconfigured: a required API key is missing for a family, or an invalid environment was supplied. Raised client-side, before any HTTP request is issued.

Instance Attribute Summary

Attributes inherited from Error

#error_code, #request_id, #response_body, #response_headers, #status_code

Method Summary

Methods inherited from Error

#initialize, #to_h

Constructor Details

This class inherits a constructor from Nfe::Error