func()

in operationsbus/handlers.go [22:24]


func (e *RetryError) Error() string {
	return fmt.Sprintf("RetryError: %s", e.Message)
}