Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + const ErrConfigInvalid + const ErrConfigNotFound + const ErrContainerFailed + const ErrDockerConnection + const ErrDockerFailed + const ErrInvalidArgument + const ErrProcessFailed + const ErrServiceFailed + const ErrServiceNotReady + const ErrServiceNotRunning + const ErrServiceTimeout + const ErrTestFailed + func Is(err error, code string) bool + type GTError struct + Cause error + Code string + Context map[string]interface{} + Message string + func New(code, message string) *GTError + func Wrap(err error, code, message string) *GTError + func (e *GTError) Error() string + func (e *GTError) Unwrap() error + func (e *GTError) WithContext(key string, value interface{}) *GTError