message property

  1. @override
String message
final

Error message.

Implementation

@override
final message =
    'The database is full. Pleas increase the maxSizeMiB parameter '
    'when opening Isar. Alternatively you can compact the database by '
    'specifying a CompactCondition when opening Isar.';