@hmcts/ccd-case-ui-toolkit 7.3.75 → 7.3.76
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.
|
@@ -1466,7 +1466,7 @@ class HttpError {
|
|
|
1466
1466
|
this.callbackWarnings = null;
|
|
1467
1467
|
}
|
|
1468
1468
|
static DEFAULT_ERROR = 'Unknown error';
|
|
1469
|
-
static DEFAULT_MESSAGE = '
|
|
1469
|
+
static DEFAULT_MESSAGE = 'Sorry, there is a problem with this service. Please try again later.';
|
|
1470
1470
|
static DEFAULT_STATUS = 500;
|
|
1471
1471
|
static MESSAGE_ERROR_429 = 'Your request was rate limited. Please wait a few seconds before retrying your document upload';
|
|
1472
1472
|
timestamp;
|