ConnectivityIssue interface

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

Properties

context

Provides additional context on the issue. NOTE: This property will not be serialized. It can only be populated by the server.

origin

The origin of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

severity

The severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of issue. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

context

Provides additional context on the issue. NOTE: This property will not be serialized. It can only be populated by the server.

context?: {[propertyName: string]: string}[]

Property Value

{[propertyName: string]: string}[]

origin

The origin of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

Property Value

string

severity

The severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Property Value

string

type

The type of issue. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string