Table of Contents

Class CheckpointRequestException

Namespace
PowerSync.Common.Client.Sync
Assembly
PowerSync.Common.dll

An exception related to checkpoint requests.

public class CheckpointRequestException : Exception, ISerializable
Inheritance
CheckpointRequestException
Implements
Inherited Members

Constructors

CheckpointRequestException()

Initializes a new instance of the CheckpointRequestException class.

CheckpointRequestException(string)

Initializes a new instance of the CheckpointRequestException class with a specified error message.

CheckpointRequestException(string, Exception)

Initializes a new instance of the CheckpointRequestException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Fields

Disabled

Checkpoint requests are disabled; legacy write checkpoints are enabled.

Disconnected

The sync client is disconnected.

InstanceNotSupported

The connected PowerSync Service does not support checkpoint requests.

StatusError