code property

String? get code
inherited

For some errors that could be handled programmatically, a short string indicating the error code reported.

Implementation

String? get type;/// For some errors that could be handled programmatically,
/// a short string indicating the error code reported.
String? get code;