From ddcea4969f53f88aeb98dcd107da209ca74533af Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Thu, 3 Nov 2016 14:36:17 -0400 Subject: [PATCH] Adding in more worker errors. --- buildman/jobutil/workererror.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/buildman/jobutil/workererror.py b/buildman/jobutil/workererror.py index 047140e8e..44b96fb0a 100644 --- a/buildman/jobutil/workererror.py +++ b/buildman/jobutil/workererror.py @@ -77,6 +77,15 @@ class WorkerError(object): 'io.quay.builder.cachelookupissue': { 'message': 'Error checking for a cached tag', 'is_internal': True + }, + + 'io.quay.builder.errorduringphasetransition': { + 'message': 'Error during phase transition. If this problem persists please contact customer support.', + 'is_internal': True + }, + + 'io.quay.builder.clientrejectedtransition': { + 'message': 'Build can not be finished due to user cancellation.', } }