JamError

Inherits: RefCounted < Object

A utility class for storing error states with descriptive strings. Useful as a function return value.

Properties

bool

errored

false

String

error_msg

""

Methods

JamError

ok ( ) static

JamError

err ( String msg ) 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!


Method Descriptions

JamError ok ( ) static

There is currently no description for this method. Please help us by contributing one!


JamError err ( String msg ) static

There is currently no description for this method. Please help us by contributing one!