|
|
@@ -137,6 +137,10 @@ async function getFailures() {
|
|
|
'Error: bad response from filestore: 404': 'filestore-404',
|
|
|
'Error: bad response from filestore: 500': 'filestore-500',
|
|
|
'NotFoundError: got a 404 from web api': 'web-api-404',
|
|
|
+ 'OError: history store a non-success status code: 413': 'history-store-413',
|
|
|
+ 'OError: history store a non-success status code: 422': 'history-store-422',
|
|
|
+ 'OError: history store a non-success status code: 500': 'history-store-500',
|
|
|
+ 'OError: history store a non-success status code: 503': 'history-store-503',
|
|
|
'Error: history store a non-success status code: 413': 'history-store-413',
|
|
|
'Error: history store a non-success status code: 422': 'history-store-422',
|
|
|
'Error: history store a non-success status code: 500': 'history-store-500',
|