Variable ERRORSConst

ERRORS: { [ _category in keyof typeof RUNTIME_ERROR_RANGES]: {
    [errorName: string]: ErrorDescriptor;
} } = ...

Generated using TypeDoc