Chroma:getErrorText

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2020.7
Class: chroma

Description

Returns the text representation of the error number. <syntaxhighlight lang="lua"> (text) = Chroma:getErrorText(number) </source>

Parameters

number: (number) Error number you want the text for.

Return values

Returns (text) The text for the error number.