errors property
If the AccessState is UNKNOWN
, this field contains a list of errors
explaining why the result is UNKNOWN
.
If the AccessState
is GRANTED
or NOT_GRANTED
, this field is omitted.
Implementation
core.List<GoogleRpcStatus>? errors;