Constant RESOURCE_PROJECT_INVALID

Source
pub const RESOURCE_PROJECT_INVALID: ErrorReason;
Expand description

The request is denied because the provided project owning the resource which acts as the API consumer is invalid. It may be in a bad format or empty.

Example of an ErrorInfo when the request is to the Cloud Functions API, but the offered resource project in the request in a bad format which can’t perform the ListFunctions method.

{ "reason": "RESOURCE_PROJECT_INVALID",
  "domain": "googleapis.com",
  "metadata": {
    "service": "cloudfunctions.googleapis.com",
    "method":
    "google.cloud.functions.v1.CloudFunctionsService.ListFunctions"
  }
}