type property

String? type
getter/setter pair

A string that uniquely identifies the type of error.

This provides a more reliable means to deduplicate errors across revisions and instances.

Implementation

core.String? type;