Type Alias UnhandledErrorKind

UnhandledErrorKind:
    | "process"
    | "task"
    | "middleware"
    | "resourceInit"
    | "hook"
    | "run"