kotbase
Toggle table of contents
3.2
Select version
3.2
3.1
3.0
apple
common
jvmCommon
native
Platform filter
apple
common
jvmCommon
native
Switch theme
Search in API
kotbase
couchbase-lite
/
kotbase
/
CouchbaseLiteError
Couchbase
Lite
Error
common
jvmCommon
native
expect
class
CouchbaseLiteError
(
msg
:
String
,
e
:
Exception
?
)
:
IllegalStateException
(
source
)
actual
typealias
CouchbaseLiteError
=
<Error class: unknown class>
(
source
)
actual
class
CouchbaseLiteError
(
msg
:
String
,
e
:
Exception
?
)
:
IllegalStateException
(
source
)
Members
Members & Extensions
Constructors
Couchbase
Lite
Error
Link copied to clipboard
common
native
expect
constructor
(
msg
:
String
)
expect
constructor
(
msg
:
String
,
e
:
Exception
?
)
actual
constructor
(
msg
:
String
)
actual
constructor
(
msg
:
String
,
e
:
Exception
?
)
Properties
cause
Link copied to clipboard
common
native
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
native
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
NSError
Link copied to clipboard
apple
fun
Exception
.
toNSError
(
)
:
NSError