Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Commander::Try(T)
Inherits
Reference
<
Object
Indicates the result of a dispatched call.
Constructors
new
Source
Instance methods
error
Source
error=
(error :
Exception
|
Nil
)
Source
has_error?
Source
has_result?
Source
result
Source
result=
(result :
T
|
Nil
)
Source