errors property

Map<String, String>? errors
final

A dictionary of errors that communicate why the component is in an error state. For example, if AWS IoT Greengrass can't access an artifact for the component, then errors contains the artifact's URI as a key, and the error message as the value for that key.

Implementation

final Map<String, String>? errors;