FunctionExecutionException

Exception indicating that an Atlas Function failed to execute. The exact reason for the error can be found in Throwable.message.

See also

io.realm.kotlin.mongodb.Functions.call

Properties

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