func()

in operationsbus/handlers.go [30:32]


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