Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crommand
v0.3.2
Crommand
Command
Error
Exception
Nothing
Optional
OptionalError
Result
Something
Built with Crystal 1.9.2
2023-10-08 13:24:06 UTC
struct
Crommand::Error
Crommand::Error
Struct
Value
Object
Overview
A struct representing an error that occurred during the execution of a Command instance.
Defined in:
result.cr
Constructors
.new
(message : String)
Instance Method Summary
#message
: String
Constructor Detail
def self.
new
(message : String)
#
[
View source
]
Instance Method Detail
def
message
: String
#
[
View source
]