toggle menu
kotbase
3.0
3.1
3.0
common
jvmCommon
linuxMingw
switch theme
search in API
couchbase-lite-ee
/
kotbase
/
MessagingError
Messaging
Error
common
jvmCommon
linuxMingw
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
)
Members
Constructors
Messaging
Error
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
constructor
(
error
:
Exception
,
recoverable
:
Boolean
)
actual
constructor
(
error
:
Exception
,
recoverable
:
Boolean
)
actual
constructor
(
error
:
Exception
,
recoverable
:
Boolean
)
Properties
error
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
error
:
Exception
The error object.
actual
val
error
:
Exception
actual
val
error
:
Exception
is
Recoverable
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
isRecoverable
:
Boolean
Is the error recoverable?
actual
val
isRecoverable
:
Boolean
actual
val
isRecoverable
:
Boolean
Functions
equals
Link copied to clipboard
jvmCommon
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
jvmCommon
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
jvmCommon
open
override
fun
toString
(
)
:
String