Describes the error that occurred when retrieving data for a particular issue.

interface IssueError {
    errorMessage?: string;
    id?: string;
}

Properties

Properties

errorMessage?: string

The error that occurred when fetching this issue.

id?: string

The ID of the issue.