InvalidTemplateParameters

Used in the error_details field of a google.rpc.Status message, this indicates problems with the template parameter.

JSON representation
{
  "parameterViolations": [
    {
      object (ParameterViolation)
    }
  ]
}
Fields
parameterViolations[]

object (ParameterViolation)

Describes all parameter violations in a template request.

ParameterViolation

A specific template-parameter violation.

JSON representation
{
  "parameter": string,
  "description": string
}
Fields
parameter

string

The parameter that failed to validate.

description

string

A description of why the parameter failed to validate.