Inspect.System.Error.Detail

Provides detailed information about an addon error.

Usage:

detail = Inspect.System.Error.Detail(error)
details = Inspect.System.Error.Detail(errors)
ParameterTypeDatatypeDescription
errorparametererrorThe error to be inspected.
errorsparametertableA table of errors to retrieve detail for.
detailresulttableDetail table for a single error. Member documentation can be found in Event.System.Error.
detailsresulttableDetail tables for all requested errors.