Exception: ReductoAI::ServerError

Inherits:
Error
  • Object
show all
Defined in:
lib/reducto_ai/errors.rb

Overview

Raised on 5xx server errors.

Indicates Reducto API internal errors or temporary failures.

Examples:

# Raised on API server issues
client.parse.sync(input: "https://example.com/doc.pdf")
# => ReductoAI::ServerError: HTTP 500: Internal server error

Instance Attribute Summary

Attributes inherited from Error

#body, #status

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from ReductoAI::Error