package
1.2.0
Repository: https://github.com/qioalice/gext.git
Documentation: pkg.go.dev

# Functions

# Variables

AssertionFailed is a type for assertion error.
CommonErrors is a namespace for general purpose errors designed for universal use.
ConcurrentUpdate is a type for concurrent update error.
DataUnavailable is a type for unavailable data error.
ExternalError is a type for external error.
IllegalArgument is a type for invalid argument error.
IllegalFormat is a type for invalid format error.
IllegalState is a type for invalid state error.
InitializationFailed is a type for initialization error.
InternalError is a type for internal error.
Interrupted is a type for interruption error.
TimeoutElapsed is a type for timeout errorTimeoutElapsed = CommonErrors.NewType("timeout", Timeout()) // TODO: NotImplemented is an error type for lacking implementation.
RejectedOperation is a type for rejected operation error.
ServiceUnavailable is a type for unavailable service error.
UnsupportedOperation is a type for unsupported operation error.
UnsupportedVersion is a type for unsupported version error.

# Structs

No description provided by the author
.
.