toString method

  1. @override
String toString()
override

Returns a formatted string representation of the exception.

The string includes the message, error string, and error code for comprehensive error reporting.

Implementation

@override
String toString() =>
    'LMDBException: $message (error: $errorString, code: $errorCode)';