Skip to content

TErrorOptions object

TErrorOptions is an object representing options of the certain error and consists of the following fields:

type TErrorOptions = {
    loggersToExclude: string[] | undefined;
};