class CheckRunAlreadyCompleted
extends CheckRunsError

Error thrown when attempting to modify a completed check run.

Constructors

CheckRunAlreadyCompleted(checkRunId: number)

Usage

import { CheckRunAlreadyCompleted } from ".";