errors property

List<GoogleRpcStatus>? errors
getter/setter pair

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;