Adding in more worker errors.

This commit is contained in:
Charlton Austin 2016-11-03 14:36:17 -04:00
parent 7fc4aa7afd
commit ddcea4969f

View file

@ -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.',
}
}