Merge pull request #2080 from charltonaustin/add_more_worker_errors
Adding in more worker errors.
This commit is contained in:
commit
029b3fe078
1 changed files with 9 additions and 0 deletions
|
@ -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.',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue