class

Anthropic::MalformedResultsURLError

Inherits Anthropic::Error < Exception < Reference < Object

Raised when a results_url is malformed or uses a disallowed format. This includes protocol-relative URLs (//host/path), non-absolute paths, and empty values.

Constructors

new(url : String, reason : String)
Source

Instance methods