FirebaseFunctionsException

actual typealias FirebaseFunctionsException = com.google.firebase.functions.FirebaseFunctionsException(source)

Exception that gets thrown when an operation on Firebase Functions fails.

actual typealias FirebaseFunctionsException = com.google.firebase.functions.FirebaseFunctionsException

Constructors

Link copied to clipboard
constructor(message: String, code: FunctionsExceptionCode, details: Any?)
constructor(cause: Throwable, code: FunctionsExceptionCode, details: Any?)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val details: Any?
val details: Any?
Link copied to clipboard

Returns the message for this exception.

message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String