Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2025 Changes in this version + const ErrAPINotExist + const ErrECSNotFound + const ErrELBDataConflict + const ErrVPCNotFound + type BaseErrorHandler struct + func (b BaseErrorHandler) ErrorCode(err error) string + func (b BaseErrorHandler) StatusCode(err error) int + type ECSErrorHandler struct + func (e ECSErrorHandler) IsNotFound(err error) bool + type ELBErrorHandler struct + func (e ELBErrorHandler) IsExists(err error) bool + func (e ELBErrorHandler) IsNotFound(err error) bool + type ErrorHandler interface + ErrorCode func(err error) string + IsNotFound func(err error) bool + StatusCode func(err error) int + type VPCErrorHandler struct + func (v VPCErrorHandler) IsNotFound(err error) bool