ValidateProbeOutput Class
Output of the validate probe API.
Constructor
ValidateProbeOutput(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
is_valid
|
Indicates whether the probe URL is accepted or not. |
|
error_code
|
Specifies the error code when the probe url is not accepted. |
|
message
|
The detailed error message describing why the probe URL is not accepted. |
Attributes
error_code
Specifies the error code when the probe url is not accepted.
error_code: str | None
is_valid
Indicates whether the probe URL is accepted or not.
is_valid: bool | None
message
The detailed error message describing why the probe URL is not accepted.
message: str | None