SatelliteErrorCode enum
Values
- connectionCancelledByDisconnect → const SatelliteErrorCode
- connectionFailedAfterRetry → const SatelliteErrorCode
- internal → const SatelliteErrorCode
- timeout → const SatelliteErrorCode
- replicationNotStarted → const SatelliteErrorCode
- replicationAlreadyStarted → const SatelliteErrorCode
- unexpectedState → const SatelliteErrorCode
- unexpectedMessageType → const SatelliteErrorCode
- protocolViolation → const SatelliteErrorCode
- unknownDataType → const SatelliteErrorCode
- socketError → const SatelliteErrorCode
- unrecognized → const SatelliteErrorCode
- fatalError → const SatelliteErrorCode
- authError → const SatelliteErrorCode
- authFailed → const SatelliteErrorCode
- authRequired → const SatelliteErrorCode
- authExpired → const SatelliteErrorCode
- invalidRequest → const SatelliteErrorCode
- protoVersionMismatch → const SatelliteErrorCode
- replicationFailed → const SatelliteErrorCode
- behindWindow → const SatelliteErrorCode
- invalidPosition → const SatelliteErrorCode
- subscriptionNotFound → const SatelliteErrorCode
- subscriptionError → const SatelliteErrorCode
- malformedLsn → const SatelliteErrorCode
- unknownSchemaVersion → const SatelliteErrorCode
- shapeRequestError → const SatelliteErrorCode
- subscriptionIdAlreadyExists → const SatelliteErrorCode
- subscriptionAlreadyExists → const SatelliteErrorCode
- unexpectedSubscriptionState → const SatelliteErrorCode
- tableNotFound → const SatelliteErrorCode
- referentialIntegrityViolation → const SatelliteErrorCode
- emptyShapeDefinition → const SatelliteErrorCode
- duplicateTableInShapeDefinition → const SatelliteErrorCode
- invalidWhereClauseInShapeDefinition → const SatelliteErrorCode
- invalidIncludeTreeInShapeDefinition → const SatelliteErrorCode
- shapeDeliveryError → const SatelliteErrorCode
- shapeSizeLimitExceeded → const SatelliteErrorCode
- replicationTransformError → const SatelliteErrorCode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SatelliteErrorCode> - A constant List of the values in this enum, in order of their declaration.