code property

String? code
final

A string representation of a single error. This can be used as a reference in conditional statements if you prefer to use your own error message instead of using the detail error attribute.

Implementation

final String? code;