BadRequest
class BadRequest extends Message
Describes violations in a client request. This error type focuses on the syntactic aspects of the request.
Protobuf type Google\Rpc\BadRequest
Methods
__construct()
No description
RepeatedField
getFieldViolations()
Describes all violations in a client request.
setFieldViolations(array|RepeatedField $var)
Describes all violations in a client request.
Details
at line 26
__construct()
at line 37
RepeatedField
getFieldViolations()
Describes all violations in a client request.
Generated from protobuf field repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
at line 48
setFieldViolations(array|RepeatedField $var)
Describes all violations in a client request.
Generated from protobuf field repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;