DatabaseException constructor Null safety
- String message,
- DatabaseErrorCode code,
- {String? queryString,
- int? errorPosition}
Creates an exception which is thrown when there is a failure interacting with a Couchbase Lite database.
Implementation
DatabaseException(
this.message,
this.code, {
this.queryString,
this.errorPosition,
});