Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
icr
v0.9.0
Top Level Namespace
Icr
Command
CommandStack
Console
Executer
ExecutionResult
Highlighter
Highlight
SyntaxCheckResult
Readline
Built with Crystal 1.9.2
2023-10-08 10:31:56 UTC
class
Icr::SyntaxCheckResult
Icr::SyntaxCheckResult
Reference
Object
Defined in:
icr/syntax_check_result.cr
Constructors
.new
(status : Symbol, error_message : String =
""
)
Instance Method Summary
#error_message
: String
#status
: Symbol
Constructor Detail
def self.
new
(status : Symbol, error_message : String =
""
)
#
[
View source
]
Instance Method Detail
def
error_message
: String
#
[
View source
]
def
status
: Symbol
#
[
View source
]