JamResult
Inherits: RefCounted < Object
A utility class for storing return values along with descriptive errors.
Properties
|
||
|
||
|
Methods
Property Descriptions
bool errored = false
There is currently no description for this property. Please help us by contributing one!
String error_msg = ""
There is currently no description for this property. Please help us by contributing one!
Variant value = null
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
JamResult ok ( Variant val=null ) static
There is currently no description for this method. Please help us by contributing one!
JamResult err ( String msg, Variant val=null ) static
There is currently no description for this method. Please help us by contributing one!