class AnnotationsClosedError
extends CheckRunsError

Error thrown when attempting to push annotations to a closed check run.

Constructors

AnnotationsClosedError(checkRunId: number)

Usage

import { AnnotationsClosedError } from ".";