ConnectivityIssue interface

Information about an issue encountered in the process of checking for connectivity.

Properties

context

Provides additional context on the issue.

origin

The origin of the issue.

severity

The severity of the issue.

type

The type of issue.

Property Details

context

Provides additional context on the issue.

context?: Record<string, string>[]

Property Value

Record<string, string>[]

origin

The origin of the issue.

origin?: string

Property Value

string

severity

The severity of the issue.

severity?: string

Property Value

string

type

The type of issue.

type?: string

Property Value

string