Error thrown when a requested functionality is not supported.
This error indicates that a feature or capability is not available
for the current provider or model.
Constructors
new(*, functionality :
String, message :
String |
Nil = nil)
Creates a new UnsupportedFunctionalityError.
Parameters:
- functionality: The name of the unsupported functionality
- message: Optional custom message (defaults to "'<functionality>' functionality not supported.")
SourceClass methods
Checks if the given value is an instance of UnsupportedFunctionalityError.
SourceInstance methods
functionality
The name of the unsupported functionality.
Source