PowerSync Kotlin
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
PowerSync Kotlin
PowerSync Common
/
com.powersync.sync
/
CheckpointRequestException
Checkpoint
Request
Exception
open
class
CheckpointRequestException
:
PowerSyncException
(
source
)
An exception related to checkpoint requests.
Inheritors
InstanceNotSupported
Disconnected
Disabled
StatusError
Members
Types
Disabled
Link copied to clipboard
class
Disabled
:
CheckpointRequestException
Disconnected
Link copied to clipboard
class
Disconnected
:
CheckpointRequestException
Instance
Not
Supported
Link copied to clipboard
class
InstanceNotSupported
:
CheckpointRequestException
Status
Error
Link copied to clipboard
class
StatusError
:
CheckpointRequestException
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?