Difference between revisions of "Thread:getError"

(Created page with "{{newin|0.9.0|090|type=function}} Retrieves the error string from the thread if it produced a error. == Function == === Synopsis === <source lang="lua"> value = Thread:getErr...")
 
m (Added love.threaderror to the 'see also' list)
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::Thread]]
 
* [[parent::Thread]]
 +
* [[love.threaderror]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Retrieves the error string from the thread.}}
 
{{#set:Description=Retrieves the error string from the thread.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Thread:getError}}
 
{{i18n|Thread:getError}}

Revision as of 22:47, 11 August 2013

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