class
AzuCLI::Validators::JinjaValidator::ValidationError
- AzuCLI::Validators::JinjaValidator::ValidationError
- Reference
- Object
Overview
Validation error with line number and suggestion
Defined in:
azu_cli/validators/jinja_validator.crConstructors
Instance Method Summary
- #column : Int32
- #line : Int32
- #message : String
- #suggestion : String | Nil
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
def self.new(line : Int32, column : Int32, message : String, suggestion : String | Nil = nil)
#
Instance Method Detail
def to_s : String
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.