From 9fdd57b9220145c16d603c56ced5d755274e7228 Mon Sep 17 00:00:00 2001 From: Vladimir Vuksan Date: Fri, 7 Jul 2023 14:57:38 -0400 Subject: [PATCH] Change error message --- api.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api.go b/api.go index 0a5cdf2..24414d0 100644 --- a/api.go +++ b/api.go @@ -2967,9 +2967,7 @@ func (sc *Client) CreateOrUpdateEdgeDeploymentService(corpName, siteName, fastly } // If we got here linking of Fastly Service with Inspection Service has timed out - err = errors.New("timed out associating fastly service with inspection service") - - return err + return errors.New("timed out associating fastly service with inspection service. retry later.") } // DetachEdgeDeploymentService removes all backends from the Edge Deployment connected to the Fastly service