Reference documentation and code samples for the Network Management V1 API module Google::Cloud::NetworkManagement::V1::AbortInfo::Cause.
Abort cause types:
Constants
CAUSE_UNSPECIFIED
value: 0
Cause is unspecified.
UNKNOWN_NETWORK
value: 1
Aborted due to unknown network.
The reachability analysis cannot proceed because the user does not have
access to the host project's network configurations, including firewall
rules and routes. This happens when the project is a service project and
the endpoints being traced are in the host project's network.
UNKNOWN_IP
value: 2
Aborted because the IP address(es) are unknown.
UNKNOWN_PROJECT
value: 3
Aborted because no project information can be derived from the test
input.
PERMISSION_DENIED
value: 4
Aborted because the user lacks the permission to access all or part of
the network configurations required to run the test.
NO_SOURCE_LOCATION
value: 5
Aborted because no valid source endpoint is derived from the input test
request.
INVALID_ARGUMENT
value: 6
Aborted because the source and/or destination endpoint specified in
the test are invalid. The possible reasons that an endpoint is
invalid include: malformed IP address; nonexistent instance or
network URI; IP address not in the range of specified network URI; and
instance not owning the network interface in the specified network.
NO_EXTERNAL_IP
value: 7
Aborted because traffic is sent from a public IP to an instance without
an external IP.
UNINTENDED_DESTINATION
value: 8
Aborted because none of the traces matches destination information
specified in the input test request.
TRACE_TOO_LONG
value: 9
Aborted because the number of steps in the trace exceeding a certain
limit which may be caused by routing loop.
INTERNAL_ERROR
value: 10
Aborted due to internal server error.
SOURCE_ENDPOINT_NOT_FOUND
value: 11
Aborted because the source endpoint could not be found.
MISMATCHED_SOURCE_NETWORK
value: 12
Aborted because the source network does not match the source endpoint.
DESTINATION_ENDPOINT_NOT_FOUND
value: 13
Aborted because the destination endpoint could not be found.
MISMATCHED_DESTINATION_NETWORK
value: 14
Aborted because the destination network does not match the destination
endpoint.
UNSUPPORTED
value: 15
Aborted because the test scenario is not supported.