Difference between revisions of "Thread:getError"

m (Added love.threaderror to the 'see also' list)
m
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function}}
 
{{newin|[[0.9.0]]|090|type=function}}
Retrieves the error string from the thread if it produced a error.
+
Retrieves the error string from the thread if it produced an error.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 18:46, 14 September 2015

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 an error.

Function

Synopsis

value = Thread:getError( )

Arguments

None.

Returns

string value
The error message.

See Also

Other Languages