Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Generates textual error logs for any current Lua error.

ProcessExceptionClient(description)

Arguments[]

description
string - The description of the error being processed.

Details[]

  • This function is invoked by the default global error handler to trigger the generation of textual error logs when a Lua error occurs in a secure execution path.
  • The luaErrorExceptions console variable must be enabled for this function to have any effect.

Patch changes[]

Dragonflight Patch 10.0.0 (2022-10-25): Added description parameter.
Shadowlands Patch 9.0.1 (2020-10-13): Added.

Advertisement