FirebaseDatabaseException.operationFailed constructor

FirebaseDatabaseException.operationFailed()

Thrown when the server indicated that this operation failed

Implementation

FirebaseDatabaseException.operationFailed()
    : this(
          code: 'failure',
          message: 'The server indicated that this operation failed');