problem property

String? problem
getter/setter pair

HTTPS latency routine problem if a problem occurred.

Output only. Possible string values are:

  • "HTTPS_LATENCY_PROBLEM_UNSPECIFIED" : HTTPS latency problem not specified.
  • "FAILED_DNS_RESOLUTIONS" : One or more DNS resolutions resulted in a failure.
  • "FAILED_HTTPS_REQUESTS" : One or more HTTPS requests resulted in a failure.
  • "HIGH_LATENCY" : Average HTTPS request latency time between 500ms and 1000ms is high.
  • "VERY_HIGH_LATENCY" : Average HTTPS request latency time greater than 1000ms is very high.

Implementation

core.String? problem;