Exception: SecApi::PaginationError
- Inherits:
-
PermanentError
- Object
- StandardError
- Error
- PermanentError
- SecApi::PaginationError
- Defined in:
- lib/sec_api/errors/pagination_error.rb
Overview
Raised when a pagination operation cannot be completed.
This error is raised when attempting to fetch the next page of results when no more pages are available. It inherits from PermanentError because retrying the operation will not resolve the issue.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from SecApi::Error