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.

$this
setErrors(Status[]|RepeatedField $var)

The errors in the set.

Details

at line 36
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Rpc\Status[]|\Google\Protobuf\Internal\RepeatedField $errors
      The errors in the set.

}

at line 47
RepeatedField getErrors()

The errors in the set.

Generated from protobuf field repeated .google.rpc.Status errors = 1;

Return Value

RepeatedField

at line 59
$this setErrors(Status[]|RepeatedField $var)

The errors in the set.

Generated from protobuf field repeated .google.rpc.Status errors = 1;

Parameters

Status[]|RepeatedField $var

Return Value

$this