| 1234567891011121314151617 |
- return {
- summary = 'Get the Thread\'s error message.',
- description = [[
- Returns the message for the error that occurred on the Thread, or nil if no error has occurred.
- ]],
- arguments = {},
- returns = {
- {
- name = 'error',
- type = 'string',
- description = 'The error message, or `nil` if no error has occurred on the Thread.'
- }
- },
- related = {
- 'lovr.threaderror'
- }
- }
|