DataConnectException

open class DataConnectException : Exception

Known direct subclasses
DataConnectOperationException

The exception thrown when an error occurs in the execution of a Firebase Data Connect operation (that is, a query or mutation).


The exception thrown when an error occurs in Firebase Data Connect.

Summary

Public constructors

DataConnectException(message: String, cause: Throwable?)

Inherited properties

From kotlin.Throwable

Public constructors

DataConnectException

DataConnectException(message: String, cause: Throwable? = null)