Adding in more worker errors.
This commit is contained in:
parent
7fc4aa7afd
commit
ddcea4969f
1 changed files with 9 additions and 0 deletions
|
@ -77,6 +77,15 @@ class WorkerError(object):
|
||||||
'io.quay.builder.cachelookupissue': {
|
'io.quay.builder.cachelookupissue': {
|
||||||
'message': 'Error checking for a cached tag',
|
'message': 'Error checking for a cached tag',
|
||||||
'is_internal': True
|
'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