Skip to main content

Error

An object to represent runtime errors that occur during execution. Promises that experience an error like this will be rejected with an instance of this object.

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "Error",
    "desc": "An object to represent runtime errors that occur during execution.\nPromises that experience an error like this will be rejected with\nan instance of this object.",
    "source": {
        "line": 52,
        "path": "lib/init.lua"
    }
}