JamResult

Inherits: RefCounted < Object

A utility class for storing return values along with descriptive errors.

Properties

bool

errored

false

String

error_msg

""

Variant

value

null

Methods

JamResult

ok ( Variant val=null ) static

JamResult

err ( String msg, Variant val=null ) static


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!