Thread:getError

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Retrieves the error string from the thread if it produced a error.

Function

Synopsis

value = Thread:getError( )

Arguments

None.

Returns

string value
The error message.

See Also

Other Languages