MessagingError

expect class MessagingError(error: Exception, recoverable: Boolean)(source)

ENTERPRISE EDITION API

The messaging error.

actual class MessagingError(error: Exception, recoverable: Boolean) : DelegatedClass<<Error class: unknown class>> (source)
actual class MessagingError(val error: Exception, recoverable: Boolean)(source)

Constructors

Link copied to clipboard
expect constructor(error: Exception, recoverable: Boolean)
actual constructor(error: Exception, recoverable: Boolean)
actual constructor(error: Exception, recoverable: Boolean)

Properties

Link copied to clipboard
expect val error: Exception

The error object.

actual val error: Exception
actual val error: Exception
Link copied to clipboard

Is the error recoverable?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String