ErrorSet
class ErrorSet extends Message
A set of errors.
The errors included depend on the context. See ExprValue.error
.
Generated from protobuf message google.api.expr.v1beta1.ErrorSet
Methods
__construct(array $data = NULL)
Constructor.
RepeatedField
getErrors()
The errors in the set.
Details
at line 36
__construct(array $data = NULL)
Constructor.
at line 47
RepeatedField
getErrors()
The errors in the set.
Generated from protobuf field repeated .google.rpc.Status errors = 1;
at line 59
$this
setErrors(Status[]|RepeatedField $var)
The errors in the set.
Generated from protobuf field repeated .google.rpc.Status errors = 1;