DatabaseException

class DatabaseException : RuntimeException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.lang.RuntimeException
         โ†ณ com.google.firebase.database.DatabaseException

This error is thrown when the Firebase Database library is unable to operate on the input it has been given.

Summary