errorString property

String errorString
latefinal

Corresponding error string from the LMDB library.

This is automatically retrieved from the native LMDB library using mdb_strerror.

Implementation

late final String errorString;