class CheckRunAlreadyStarted
extends CheckRunsError

Error thrown when attempting to start an already in-progress check run.

Constructors

CheckRunAlreadyStarted(checkRunId: number)

Usage

import { CheckRunAlreadyStarted } from ".";