class

AI::Provider::LoadSettingError

Inherits AI::Provider::AISDKError < Exception < Reference < Object

Error thrown when a setting cannot be loaded.

This error is typically raised when the SDK cannot find or read a required configuration setting.

Constructors

new(*, message : String)

Creates a new LoadSettingError.

Parameters:

  • message: The error message describing what went wrong
Source

Class methods

instance?(error) : Bool

Checks if the given value is an instance of LoadSettingError.

Source