Thread:getError
EditReturns the message for the error that occurred on the Thread, or nil if no error has occurred.
error = Thread:getError()
Arguments
None
Returns
Name | Type | Description |
error | string |
The error message, or nil if no error has occurred on the Thread.
|