package
1.28.2
Repository: https://github.com/momentohq/client-sdk-go.git
Documentation: pkg.go.dev

# Functions

ConvertSvcErr converts gRPC error to MomentoSvcErr.
No description provided by the author
NewMomentoSvcErr returns a new Momento service error.

# Constants

AlreadyExistsError occurs when a cache with specified name already exists.
AuthenticationError occurs when invalid authentication credentials to connect to cache service are provided.
BadRequestError occurs when a request was invalid.
CacheNotFoundError occurs when a cache with specified name doesn't exist.
CanceledError occurs when a request was cancelled by the server.
ClientSdkError occurs when a client side error happens.
ClientSdkErrorMessage is the message for when SDK Failed to process the request.
ConnectionError occurs when there is an error connecting to Momento servers.
FailedPreconditionError occurs when the system is not in a state required for the operation's execution.
InternalServerError occurs when an unexpected error is encountered trying to fulfill the request.
InternalServerErrorMessage is the message for an unexpected error occurring while trying to fulfill the request.
InvalidArgumentError occurs when an invalid argument is passed to Momento client.
ItemNotFoundError occurs when an item with specified key doesn't exist.
LimitExceededError occurs when request rate, bandwidth, or object size exceeded the limits for the account.
NotFoundError occurs when a cache with specified name doesn't exist.
PermissionError occurs when there are insufficient permissions to perform operation.
ServerUnavailableError occurs when the server was unable to handle the request.
StoreNotFoundError occurs when a store with specified name doesn't exist.
TimeoutError occurs when an operation did not complete in time.
UnknownServiceError occurs when an unknown error has occurred.

# Interfaces

No description provided by the author