interface CheckRunsErrorDetails

Additional details included with CheckRuns errors.

Index Signatures

[key: string] : unknown

Properties

optional
checkRunId: number

ID of the affected check run.

optional
status: number

HTTP status code from the API response.

optional
rateLimitRemaining: number

Remaining rate limit quota.

optional
rateLimitReset: Date

Time when rate limit resets.

Usage

import { type CheckRunsErrorDetails } from ".";