DataConnectOperationException

open class DataConnectOperationException : DataConnectException


The exception thrown when an error occurs in the execution of a Firebase Data Connect operation (that is, a query or mutation). This exception means that a response was, indeed, received from the backend but either the response included one or more errors or the client could not successfully process the result (for example, decoding the response data failed).

Summary

Public constructors

DataConnectOperationException(
    message: String,
    cause: Throwable?,
    response: DataConnectOperationFailureResponse<*>
)

Inherited properties

From kotlin.Throwable

Public constructors

DataConnectOperationException

DataConnectOperationException(
    message: String,
    cause: Throwable? = null,
    response: DataConnectOperationFailureResponse<*>
)

Public properties