checkErrors property

List<CheckError>? checkErrors
getter/setter pair

Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

Implementation

core.List<CheckError>? checkErrors;