ErrorCollector typedef

ErrorCollector = ({List<ArmatureError> errors, ContainerOptions options})

Paired result from collectErrors: a ContainerOptions whose errorHandler appends every error into errors.

Implementation

typedef ErrorCollector = ({
  ContainerOptions options,
  List<ArmatureError> errors,
});