abortCause property

String? abortCause
getter/setter pair

The reason probing was aborted. Possible string values are:

  • "PROBING_ABORT_CAUSE_UNSPECIFIED" : No reason was specified.
  • "PERMISSION_DENIED" : The user lacks permission to access some of the network resources required to run the test.
  • "NO_SOURCE_LOCATION" : No valid source endpoint could be derived from the request.

Implementation

core.String? abortCause;