Returns a human‐readable message describing a script error code.
Synopsis
Declared in <script/script_error.h>
std::string
ScriptErrorString(ScriptError error);
Return Value
A string describing the given error code.
Parameters
Name |
Description |
error |
The script error code to describe. |
Created with MrDocs