Class: Ukiryu::Errors::ValidationError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::ValidationError
- Defined in:
- lib/ukiryu/errors.rb
Overview
Type validation errors
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Object
40 41 42 43 44 45 46 |
# File 'lib/ukiryu/errors.rb', line 40 def suggestions [ 'Check the parameter type against the tool definition', 'Verify value is within allowed range', 'Ensure value is in the allowed values list' ] end |