serviceNotVisible constant

ErrorReason const serviceNotVisible

Unimplemented. Do not use.

The request is calling a service that is not visible to the consumer.

Example of an ErrorInfo when the consumer "projects/123" contacting "pubsub.googleapis.com" service which is not visible to the consumer.

{ "reason": "SERVICE_NOT_VISIBLE",
  "domain": "googleapis.com",
  "metadata": {
    "consumer": "projects/123",
    "service": "pubsub.googleapis.com"
  }
}

This response indicates the "pubsub.googleapis.com" is not visible to "projects/123" (or it may not exist).

Implementation

static const serviceNotVisible = ErrorReason('SERVICE_NOT_VISIBLE');