package
0.24.0
Repository: https://github.com/statelycloud/go-sdk.git
Documentation: pkg.go.dev

# Functions

ConnectErrorInterceptor creates interceptors for connect clients.
Is checks if the error is a Stately error with the given code.

# Constants

CachedSchemaTooOld indicates that schema was recently updated and internal caches have not yet caught up.
ConcurrentModification indicates the current transaction was aborted because of a non-serializable interaction with another transaction was detected, a stale read was detected, or because attempts to resolve an otherwise serializable interaction have exceeded the maximum number of internal resolution retries.
ConditionalCheckFailed indicates that conditions provided to perform an operation were not met.
NonRecoverableTransaction indicates that conditions required for the transaction to succeed are not possible to meet with the current state of the system.
StoreInUse indicates that the underlying Store is currently in being updated and cannot be modified until the operation in progress has completed.
StoreRequestLimitExceeded indicates that an attempt to modify a Store has been temporarily rejected due to exceeding global modification limits.
StoreThroughputExceeded indicates that the underlying Store does not have resources to complete the request.

# Structs

Error is the error struct that all SDK code vends.

# Type aliases

StatelyErrorCode is a granular error code returned by Stately services.