@hmcts/ccd-case-ui-toolkit 7.3.73 → 7.3.74-exui-4946-rc-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1468,7 +1468,7 @@ class HttpError {
|
|
|
1468
1468
|
this.callbackWarnings = null;
|
|
1469
1469
|
}
|
|
1470
1470
|
static DEFAULT_ERROR = 'Unknown error';
|
|
1471
|
-
static DEFAULT_MESSAGE = '
|
|
1471
|
+
static DEFAULT_MESSAGE = 'Sorry, there is a problem with this service. Please try again later.';
|
|
1472
1472
|
static DEFAULT_STATUS = 500;
|
|
1473
1473
|
static MESSAGE_ERROR_429 = 'Your request was rate limited. Please wait a few seconds before retrying your document upload';
|
|
1474
1474
|
timestamp;
|