ValidateProbeOutput interface

Output of the validate probe API.

Properties

errorCode

Specifies the error code when the probe url is not accepted.

isValid

Indicates whether the probe URL is accepted or not.

message

The detailed error message describing why the probe URL is not accepted.

Property Details

errorCode

Specifies the error code when the probe url is not accepted.

errorCode?: string

Property Value

string

isValid

Indicates whether the probe URL is accepted or not.

isValid?: boolean

Property Value

boolean

message

The detailed error message describing why the probe URL is not accepted.

message?: string

Property Value

string