errorDetails property
dynamic
get
errorDetails
Retrieves the error message details associated with the error message.
Returns the error message if an exception is thrown during the operation; otherwise, returns an null.
Implementation
dynamic get errorDetails => exception?.throwable;