Exception: SecApi::ValidationError
- Inherits:
-
PermanentError
- Object
- StandardError
- Error
- PermanentError
- SecApi::ValidationError
- Defined in:
- lib/sec_api/errors/validation_error.rb
Overview
Raised when request validation fails (400, 422) or XBRL data integrity issues are detected.
Why PermanentError? The client sent invalid data - malformed query, invalid parameters, bad date format. This is a programming error or bad input that won’t fix itself. Also raised for XBRL data that fails heuristic validation.
This is a permanent error - indicates malformed or incomplete filing data. Retrying won’t help; the filing data itself has issues that require investigation.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from SecApi::Error