description property
Returns a description of the error.
NOTE
Displaying the error description directly to the end user is not recommended.
It is advisable to handle errors in a more appropriate manner, such as providing
translations for all supported languages and simplifying the error message
to ensure it is understandable and actionable for the end-users.
Implementation
String get description => _description;