Db Replication

Types

Types

ReplicationEventType

type ReplicationEventType = "error" | "received" | "sent" | "active" | "cancelled" | "conflict" | "retry"

ReplicationState

type ReplicationState = "error" | "active" | "cancelled" | "initializing" | "inactive" | "never-synced"

ReplicationErrorType

type ReplicationErrorType = "network_connection" | "network_timeout" | "network_unavailable" | "auth_invalid_token" | "auth_expired_token" | "auth_insufficient_permissions" | "conflict_document" | "conflict_schema" | "conflict_version" | "server_internal" | "server_unavailable" | "server_overloaded" | "client_storage_full" | "client_validation" | "rxdb_collection_error" | "rxdb_subscription_error" | "rxdb_document_error" | "rate_limit_exceeded" | "quota_exceeded" | "data_corruption" | "data_format_invalid" | "configuration_error" | "unknown"

ReplicationErrorSeverity

type ReplicationErrorSeverity = "error" | "warning" | "info" | "critical" | "fatal"
Previous
Interfaces