validationError property

String? validationError
getter/setter pair

The first validation which failed. Possible string values are:

  • "VALIDATION_ERROR_UNSPECIFIED"
  • "VALIDATION_NOT_REQUESTED" : In case none of the validations are requested.
  • "SERVICE_NETWORKING_NOT_ENABLED"
  • "NETWORK_NOT_FOUND" : The network provided by the consumer does not exist.
  • "NETWORK_NOT_PEERED" : The network has not been peered with the producer org.
  • "NETWORK_PEERING_DELETED" : The peering was created and later deleted.
  • "NETWORK_NOT_IN_CONSUMERS_PROJECT" : The network is a regular VPC but the network is not in the consumer's project.
  • "NETWORK_NOT_IN_CONSUMERS_HOST_PROJECT" : The consumer project is a service project, and network is a shared VPC, but the network is not in the host project of this consumer project.
  • "HOST_PROJECT_NOT_FOUND" : The host project associated with the consumer project was not found.
  • "CONSUMER_PROJECT_NOT_SERVICE_PROJECT" : The consumer project is not a service project for the specified host project.
  • "RANGES_EXHAUSTED" : The reserved IP ranges do not have enough space to create a subnet of desired size.
  • "RANGES_NOT_RESERVED" : The IP ranges were not reserved.
  • "RANGES_DELETED_LATER" : The IP ranges were reserved but deleted later.
  • "COMPUTE_API_NOT_ENABLED" : The consumer project does not have the compute api enabled.
  • "USE_PERMISSION_NOT_FOUND" : The consumer project does not have the permission from the host project.

Implementation

core.String? validationError;