files.com 1.0.273 → 1.0.275
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.
- package/_VERSION +1 -1
- package/docs/Errors.md +1 -0
- package/docs/models/Site.md +4 -0
- package/lib/Errors.js +329 -315
- package/lib/models/Site.js +5 -0
- package/package.json +1 -1
- package/src/Errors.js +1 -0
- package/src/models/Site.js +4 -0
package/lib/Errors.js
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
exports.__esModule = true;
|
5
|
-
exports.
|
6
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = void 0;
|
5
|
+
exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_OperationOnNonScimResourceError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidPathError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
|
6
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = void 0;
|
7
7
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
8
8
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
9
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
@@ -1436,29 +1436,43 @@ var NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAutho
|
|
1436
1436
|
}(NotAuthorizedError);
|
1437
1437
|
exports.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1438
1438
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1439
|
-
var
|
1440
|
-
(0, _inherits2.default)(
|
1441
|
-
var _super99 = _createSuper(
|
1442
|
-
function
|
1439
|
+
var NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1440
|
+
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError, _NotAuthorizedError32);
|
1441
|
+
var _super99 = _createSuper(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1442
|
+
function NotAuthorized_WriteAndBundlePermissionRequiredError(message, code) {
|
1443
1443
|
var _this99;
|
1444
|
-
(0, _classCallCheck2.default)(this,
|
1444
|
+
(0, _classCallCheck2.default)(this, NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1445
1445
|
_this99 = _super99.call(this, message, code);
|
1446
|
-
_this99.name = '
|
1446
|
+
_this99.name = 'NotAuthorized_WriteAndBundlePermissionRequiredError';
|
1447
1447
|
return _this99;
|
1448
1448
|
}
|
1449
|
+
return (0, _createClass2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1450
|
+
}(NotAuthorizedError);
|
1451
|
+
exports.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
1452
|
+
errorClasses.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
1453
|
+
var NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1454
|
+
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError33);
|
1455
|
+
var _super100 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1456
|
+
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1457
|
+
var _this100;
|
1458
|
+
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1459
|
+
_this100 = _super100.call(this, message, code);
|
1460
|
+
_this100.name = 'NotAuthorized_WritePermissionRequiredError';
|
1461
|
+
return _this100;
|
1462
|
+
}
|
1449
1463
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
1450
1464
|
}(NotAuthorizedError);
|
1451
1465
|
exports.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1452
1466
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1453
|
-
var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (
|
1454
|
-
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError,
|
1455
|
-
var
|
1467
|
+
var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError34) {
|
1468
|
+
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError34);
|
1469
|
+
var _super101 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1456
1470
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1457
|
-
var
|
1471
|
+
var _this101;
|
1458
1472
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1459
|
-
|
1460
|
-
|
1461
|
-
return
|
1473
|
+
_this101 = _super101.call(this, message, code);
|
1474
|
+
_this101.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1475
|
+
return _this101;
|
1462
1476
|
}
|
1463
1477
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
1464
1478
|
}(NotAuthorizedError);
|
@@ -1466,13 +1480,13 @@ exports.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMi
|
|
1466
1480
|
errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1467
1481
|
var NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1468
1482
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1469
|
-
var
|
1483
|
+
var _super102 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1470
1484
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1471
|
-
var
|
1485
|
+
var _this102;
|
1472
1486
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
1473
|
-
|
1474
|
-
|
1475
|
-
return
|
1487
|
+
_this102 = _super102.call(this, message, code);
|
1488
|
+
_this102.name = 'NotFound_ApiKeyNotFoundError';
|
1489
|
+
return _this102;
|
1476
1490
|
}
|
1477
1491
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
1478
1492
|
}(NotFoundError);
|
@@ -1480,13 +1494,13 @@ exports.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
|
1480
1494
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
1481
1495
|
var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
1482
1496
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
1483
|
-
var
|
1497
|
+
var _super103 = _createSuper(NotFound_BundlePathNotFoundError);
|
1484
1498
|
function NotFound_BundlePathNotFoundError(message, code) {
|
1485
|
-
var
|
1499
|
+
var _this103;
|
1486
1500
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
1487
|
-
|
1488
|
-
|
1489
|
-
return
|
1501
|
+
_this103 = _super103.call(this, message, code);
|
1502
|
+
_this103.name = 'NotFound_BundlePathNotFoundError';
|
1503
|
+
return _this103;
|
1490
1504
|
}
|
1491
1505
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
1492
1506
|
}(NotFoundError);
|
@@ -1494,13 +1508,13 @@ exports.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
|
1494
1508
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
1495
1509
|
var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
1496
1510
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
1497
|
-
var
|
1511
|
+
var _super104 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
1498
1512
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
1499
|
-
var
|
1513
|
+
var _this104;
|
1500
1514
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
1501
|
-
|
1502
|
-
|
1503
|
-
return
|
1515
|
+
_this104 = _super104.call(this, message, code);
|
1516
|
+
_this104.name = 'NotFound_BundleRegistrationNotFoundError';
|
1517
|
+
return _this104;
|
1504
1518
|
}
|
1505
1519
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
1506
1520
|
}(NotFoundError);
|
@@ -1508,13 +1522,13 @@ exports.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNo
|
|
1508
1522
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
1509
1523
|
var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
1510
1524
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
1511
|
-
var
|
1525
|
+
var _super105 = _createSuper(NotFound_CodeNotFoundError);
|
1512
1526
|
function NotFound_CodeNotFoundError(message, code) {
|
1513
|
-
var
|
1527
|
+
var _this105;
|
1514
1528
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
1515
|
-
|
1516
|
-
|
1517
|
-
return
|
1529
|
+
_this105 = _super105.call(this, message, code);
|
1530
|
+
_this105.name = 'NotFound_CodeNotFoundError';
|
1531
|
+
return _this105;
|
1518
1532
|
}
|
1519
1533
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
1520
1534
|
}(NotFoundError);
|
@@ -1522,13 +1536,13 @@ exports.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
|
1522
1536
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
1523
1537
|
var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
1524
1538
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
1525
|
-
var
|
1539
|
+
var _super106 = _createSuper(NotFound_FileNotFoundError);
|
1526
1540
|
function NotFound_FileNotFoundError(message, code) {
|
1527
|
-
var
|
1541
|
+
var _this106;
|
1528
1542
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
1529
|
-
|
1530
|
-
|
1531
|
-
return
|
1543
|
+
_this106 = _super106.call(this, message, code);
|
1544
|
+
_this106.name = 'NotFound_FileNotFoundError';
|
1545
|
+
return _this106;
|
1532
1546
|
}
|
1533
1547
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
1534
1548
|
}(NotFoundError);
|
@@ -1536,13 +1550,13 @@ exports.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
|
1536
1550
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
1537
1551
|
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
1538
1552
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
1539
|
-
var
|
1553
|
+
var _super107 = _createSuper(NotFound_FileUploadNotFoundError);
|
1540
1554
|
function NotFound_FileUploadNotFoundError(message, code) {
|
1541
|
-
var
|
1555
|
+
var _this107;
|
1542
1556
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
1543
|
-
|
1544
|
-
|
1545
|
-
return
|
1557
|
+
_this107 = _super107.call(this, message, code);
|
1558
|
+
_this107.name = 'NotFound_FileUploadNotFoundError';
|
1559
|
+
return _this107;
|
1546
1560
|
}
|
1547
1561
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
1548
1562
|
}(NotFoundError);
|
@@ -1550,13 +1564,13 @@ exports.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
|
1550
1564
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
1551
1565
|
var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
1552
1566
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
1553
|
-
var
|
1567
|
+
var _super108 = _createSuper(NotFound_FolderNotFoundError);
|
1554
1568
|
function NotFound_FolderNotFoundError(message, code) {
|
1555
|
-
var
|
1569
|
+
var _this108;
|
1556
1570
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
1557
|
-
|
1558
|
-
|
1559
|
-
return
|
1571
|
+
_this108 = _super108.call(this, message, code);
|
1572
|
+
_this108.name = 'NotFound_FolderNotFoundError';
|
1573
|
+
return _this108;
|
1560
1574
|
}
|
1561
1575
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
1562
1576
|
}(NotFoundError);
|
@@ -1564,13 +1578,13 @@ exports.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
|
1564
1578
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
1565
1579
|
var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
1566
1580
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
1567
|
-
var
|
1581
|
+
var _super109 = _createSuper(NotFound_GroupNotFoundError);
|
1568
1582
|
function NotFound_GroupNotFoundError(message, code) {
|
1569
|
-
var
|
1583
|
+
var _this109;
|
1570
1584
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
1571
|
-
|
1572
|
-
|
1573
|
-
return
|
1585
|
+
_this109 = _super109.call(this, message, code);
|
1586
|
+
_this109.name = 'NotFound_GroupNotFoundError';
|
1587
|
+
return _this109;
|
1574
1588
|
}
|
1575
1589
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
1576
1590
|
}(NotFoundError);
|
@@ -1578,13 +1592,13 @@ exports.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
|
1578
1592
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
1579
1593
|
var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
1580
1594
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
1581
|
-
var
|
1595
|
+
var _super110 = _createSuper(NotFound_InboxNotFoundError);
|
1582
1596
|
function NotFound_InboxNotFoundError(message, code) {
|
1583
|
-
var
|
1597
|
+
var _this110;
|
1584
1598
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
1585
|
-
|
1586
|
-
|
1587
|
-
return
|
1599
|
+
_this110 = _super110.call(this, message, code);
|
1600
|
+
_this110.name = 'NotFound_InboxNotFoundError';
|
1601
|
+
return _this110;
|
1588
1602
|
}
|
1589
1603
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
1590
1604
|
}(NotFoundError);
|
@@ -1592,13 +1606,13 @@ exports.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
|
1592
1606
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
1593
1607
|
var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
1594
1608
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
1595
|
-
var
|
1609
|
+
var _super111 = _createSuper(NotFound_NestedNotFoundError);
|
1596
1610
|
function NotFound_NestedNotFoundError(message, code) {
|
1597
|
-
var
|
1611
|
+
var _this111;
|
1598
1612
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
1599
|
-
|
1600
|
-
|
1601
|
-
return
|
1613
|
+
_this111 = _super111.call(this, message, code);
|
1614
|
+
_this111.name = 'NotFound_NestedNotFoundError';
|
1615
|
+
return _this111;
|
1602
1616
|
}
|
1603
1617
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
1604
1618
|
}(NotFoundError);
|
@@ -1606,13 +1620,13 @@ exports.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
|
1606
1620
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
1607
1621
|
var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
1608
1622
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
1609
|
-
var
|
1623
|
+
var _super112 = _createSuper(NotFound_PlanNotFoundError);
|
1610
1624
|
function NotFound_PlanNotFoundError(message, code) {
|
1611
|
-
var
|
1625
|
+
var _this112;
|
1612
1626
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
1613
|
-
|
1614
|
-
|
1615
|
-
return
|
1627
|
+
_this112 = _super112.call(this, message, code);
|
1628
|
+
_this112.name = 'NotFound_PlanNotFoundError';
|
1629
|
+
return _this112;
|
1616
1630
|
}
|
1617
1631
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
1618
1632
|
}(NotFoundError);
|
@@ -1620,13 +1634,13 @@ exports.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
|
1620
1634
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
1621
1635
|
var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
1622
1636
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
1623
|
-
var
|
1637
|
+
var _super113 = _createSuper(NotFound_SiteNotFoundError);
|
1624
1638
|
function NotFound_SiteNotFoundError(message, code) {
|
1625
|
-
var
|
1639
|
+
var _this113;
|
1626
1640
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
1627
|
-
|
1628
|
-
|
1629
|
-
return
|
1641
|
+
_this113 = _super113.call(this, message, code);
|
1642
|
+
_this113.name = 'NotFound_SiteNotFoundError';
|
1643
|
+
return _this113;
|
1630
1644
|
}
|
1631
1645
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
1632
1646
|
}(NotFoundError);
|
@@ -1634,13 +1648,13 @@ exports.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
|
1634
1648
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
1635
1649
|
var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
1636
1650
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
1637
|
-
var
|
1651
|
+
var _super114 = _createSuper(NotFound_UserNotFoundError);
|
1638
1652
|
function NotFound_UserNotFoundError(message, code) {
|
1639
|
-
var
|
1653
|
+
var _this114;
|
1640
1654
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
1641
|
-
|
1642
|
-
|
1643
|
-
return
|
1655
|
+
_this114 = _super114.call(this, message, code);
|
1656
|
+
_this114.name = 'NotFound_UserNotFoundError';
|
1657
|
+
return _this114;
|
1644
1658
|
}
|
1645
1659
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
1646
1660
|
}(NotFoundError);
|
@@ -1648,13 +1662,13 @@ exports.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
1648
1662
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
1649
1663
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
1650
1664
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
|
1651
|
-
var
|
1665
|
+
var _super115 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1652
1666
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
1653
|
-
var
|
1667
|
+
var _this115;
|
1654
1668
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1655
|
-
|
1656
|
-
|
1657
|
-
return
|
1669
|
+
_this115 = _super115.call(this, message, code);
|
1670
|
+
_this115.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
1671
|
+
return _this115;
|
1658
1672
|
}
|
1659
1673
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1660
1674
|
}(ProcessingFailureError);
|
@@ -1662,13 +1676,13 @@ exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_Bund
|
|
1662
1676
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
1663
1677
|
var ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
1664
1678
|
(0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr2);
|
1665
|
-
var
|
1679
|
+
var _super116 = _createSuper(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1666
1680
|
function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code) {
|
1667
|
-
var
|
1681
|
+
var _this116;
|
1668
1682
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1669
|
-
|
1670
|
-
|
1671
|
-
return
|
1683
|
+
_this116 = _super116.call(this, message, code);
|
1684
|
+
_this116.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
|
1685
|
+
return _this116;
|
1672
1686
|
}
|
1673
1687
|
return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1674
1688
|
}(ProcessingFailureError);
|
@@ -1676,13 +1690,13 @@ exports.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFail
|
|
1676
1690
|
errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
|
1677
1691
|
var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
1678
1692
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr3);
|
1679
|
-
var
|
1693
|
+
var _super117 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
1680
1694
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
1681
|
-
var
|
1695
|
+
var _this117;
|
1682
1696
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
1683
|
-
|
1684
|
-
|
1685
|
-
return
|
1697
|
+
_this117 = _super117.call(this, message, code);
|
1698
|
+
_this117.name = 'ProcessingFailure_CouldNotCreateParentError';
|
1699
|
+
return _this117;
|
1686
1700
|
}
|
1687
1701
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
1688
1702
|
}(ProcessingFailureError);
|
@@ -1690,13 +1704,13 @@ exports.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNot
|
|
1690
1704
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
1691
1705
|
var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
1692
1706
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr4);
|
1693
|
-
var
|
1707
|
+
var _super118 = _createSuper(ProcessingFailure_DestinationExistsError);
|
1694
1708
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
1695
|
-
var
|
1709
|
+
var _this118;
|
1696
1710
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
1697
|
-
|
1698
|
-
|
1699
|
-
return
|
1711
|
+
_this118 = _super118.call(this, message, code);
|
1712
|
+
_this118.name = 'ProcessingFailure_DestinationExistsError';
|
1713
|
+
return _this118;
|
1700
1714
|
}
|
1701
1715
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
1702
1716
|
}(ProcessingFailureError);
|
@@ -1704,13 +1718,13 @@ exports.ProcessingFailure_DestinationExistsError = ProcessingFailure_Destination
|
|
1704
1718
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
1705
1719
|
var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
1706
1720
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr5);
|
1707
|
-
var
|
1721
|
+
var _super119 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
1708
1722
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
1709
|
-
var
|
1723
|
+
var _this119;
|
1710
1724
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
1711
|
-
|
1712
|
-
|
1713
|
-
return
|
1725
|
+
_this119 = _super119.call(this, message, code);
|
1726
|
+
_this119.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
1727
|
+
return _this119;
|
1714
1728
|
}
|
1715
1729
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
1716
1730
|
}(ProcessingFailureError);
|
@@ -1718,13 +1732,13 @@ exports.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_Dest
|
|
1718
1732
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
1719
1733
|
var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
1720
1734
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr6);
|
1721
|
-
var
|
1735
|
+
var _super120 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
1722
1736
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
1723
|
-
var
|
1737
|
+
var _this120;
|
1724
1738
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
1725
|
-
|
1726
|
-
|
1727
|
-
return
|
1739
|
+
_this120 = _super120.call(this, message, code);
|
1740
|
+
_this120.name = 'ProcessingFailure_DestinationParentConflictError';
|
1741
|
+
return _this120;
|
1728
1742
|
}
|
1729
1743
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
1730
1744
|
}(ProcessingFailureError);
|
@@ -1732,13 +1746,13 @@ exports.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_Des
|
|
1732
1746
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
1733
1747
|
var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
1734
1748
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr7);
|
1735
|
-
var
|
1749
|
+
var _super121 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
1736
1750
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
1737
|
-
var
|
1751
|
+
var _this121;
|
1738
1752
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
1739
|
-
|
1740
|
-
|
1741
|
-
return
|
1753
|
+
_this121 = _super121.call(this, message, code);
|
1754
|
+
_this121.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
1755
|
+
return _this121;
|
1742
1756
|
}
|
1743
1757
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
1744
1758
|
}(ProcessingFailureError);
|
@@ -1746,13 +1760,13 @@ exports.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure
|
|
1746
1760
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
1747
1761
|
var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
1748
1762
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr8);
|
1749
|
-
var
|
1763
|
+
var _super122 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
1750
1764
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
1751
|
-
var
|
1765
|
+
var _this122;
|
1752
1766
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
1753
|
-
|
1754
|
-
|
1755
|
-
return
|
1767
|
+
_this122 = _super122.call(this, message, code);
|
1768
|
+
_this122.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
1769
|
+
return _this122;
|
1756
1770
|
}
|
1757
1771
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
1758
1772
|
}(ProcessingFailureError);
|
@@ -1760,13 +1774,13 @@ exports.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPriv
|
|
1760
1774
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
1761
1775
|
var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
1762
1776
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr9);
|
1763
|
-
var
|
1777
|
+
var _super123 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
1764
1778
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
1765
|
-
var
|
1779
|
+
var _this123;
|
1766
1780
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
1767
|
-
|
1768
|
-
|
1769
|
-
return
|
1781
|
+
_this123 = _super123.call(this, message, code);
|
1782
|
+
_this123.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
1783
|
+
return _this123;
|
1770
1784
|
}
|
1771
1785
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
1772
1786
|
}(ProcessingFailureError);
|
@@ -1774,13 +1788,13 @@ exports.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPubli
|
|
1774
1788
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
1775
1789
|
var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
1776
1790
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr10);
|
1777
|
-
var
|
1791
|
+
var _super124 = _createSuper(ProcessingFailure_ExportFailureError);
|
1778
1792
|
function ProcessingFailure_ExportFailureError(message, code) {
|
1779
|
-
var
|
1793
|
+
var _this124;
|
1780
1794
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
1781
|
-
|
1782
|
-
|
1783
|
-
return
|
1795
|
+
_this124 = _super124.call(this, message, code);
|
1796
|
+
_this124.name = 'ProcessingFailure_ExportFailureError';
|
1797
|
+
return _this124;
|
1784
1798
|
}
|
1785
1799
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
1786
1800
|
}(ProcessingFailureError);
|
@@ -1788,13 +1802,13 @@ exports.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureEr
|
|
1788
1802
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
1789
1803
|
var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
1790
1804
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr11);
|
1791
|
-
var
|
1805
|
+
var _super125 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
1792
1806
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
1793
|
-
var
|
1807
|
+
var _this125;
|
1794
1808
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
1795
|
-
|
1796
|
-
|
1797
|
-
return
|
1809
|
+
_this125 = _super125.call(this, message, code);
|
1810
|
+
_this125.name = 'ProcessingFailure_ExportNotReadyError';
|
1811
|
+
return _this125;
|
1798
1812
|
}
|
1799
1813
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
1800
1814
|
}(ProcessingFailureError);
|
@@ -1802,13 +1816,13 @@ exports.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReady
|
|
1802
1816
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
1803
1817
|
var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
1804
1818
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr12);
|
1805
|
-
var
|
1819
|
+
var _super126 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
1806
1820
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
1807
|
-
var
|
1821
|
+
var _this126;
|
1808
1822
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
1809
|
-
|
1810
|
-
|
1811
|
-
return
|
1823
|
+
_this126 = _super126.call(this, message, code);
|
1824
|
+
_this126.name = 'ProcessingFailure_FailedToChangePasswordError';
|
1825
|
+
return _this126;
|
1812
1826
|
}
|
1813
1827
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
1814
1828
|
}(ProcessingFailureError);
|
@@ -1816,13 +1830,13 @@ exports.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_Failed
|
|
1816
1830
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
1817
1831
|
var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
1818
1832
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr13);
|
1819
|
-
var
|
1833
|
+
var _super127 = _createSuper(ProcessingFailure_FileLockedError);
|
1820
1834
|
function ProcessingFailure_FileLockedError(message, code) {
|
1821
|
-
var
|
1835
|
+
var _this127;
|
1822
1836
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
1823
|
-
|
1824
|
-
|
1825
|
-
return
|
1837
|
+
_this127 = _super127.call(this, message, code);
|
1838
|
+
_this127.name = 'ProcessingFailure_FileLockedError';
|
1839
|
+
return _this127;
|
1826
1840
|
}
|
1827
1841
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
1828
1842
|
}(ProcessingFailureError);
|
@@ -1830,13 +1844,13 @@ exports.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
|
1830
1844
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
1831
1845
|
var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
1832
1846
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr14);
|
1833
|
-
var
|
1847
|
+
var _super128 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
1834
1848
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
1835
|
-
var
|
1849
|
+
var _this128;
|
1836
1850
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
1837
|
-
|
1838
|
-
|
1839
|
-
return
|
1851
|
+
_this128 = _super128.call(this, message, code);
|
1852
|
+
_this128.name = 'ProcessingFailure_FileNotUploadedError';
|
1853
|
+
return _this128;
|
1840
1854
|
}
|
1841
1855
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
1842
1856
|
}(ProcessingFailureError);
|
@@ -1844,13 +1858,13 @@ exports.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUpload
|
|
1844
1858
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
1845
1859
|
var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
1846
1860
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr15);
|
1847
|
-
var
|
1861
|
+
var _super129 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
1848
1862
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
1849
|
-
var
|
1863
|
+
var _this129;
|
1850
1864
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
1851
|
-
|
1852
|
-
|
1853
|
-
return
|
1865
|
+
_this129 = _super129.call(this, message, code);
|
1866
|
+
_this129.name = 'ProcessingFailure_FilePendingProcessingError';
|
1867
|
+
return _this129;
|
1854
1868
|
}
|
1855
1869
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
1856
1870
|
}(ProcessingFailureError);
|
@@ -1858,13 +1872,13 @@ exports.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePen
|
|
1858
1872
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
1859
1873
|
var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
1860
1874
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr16);
|
1861
|
-
var
|
1875
|
+
var _super130 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
1862
1876
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
1863
|
-
var
|
1877
|
+
var _this130;
|
1864
1878
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
1865
|
-
|
1866
|
-
|
1867
|
-
return
|
1879
|
+
_this130 = _super130.call(this, message, code);
|
1880
|
+
_this130.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
1881
|
+
return _this130;
|
1868
1882
|
}
|
1869
1883
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
1870
1884
|
}(ProcessingFailureError);
|
@@ -1872,13 +1886,13 @@ exports.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBi
|
|
1872
1886
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
1873
1887
|
var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
1874
1888
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr17);
|
1875
|
-
var
|
1889
|
+
var _super131 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
1876
1890
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
1877
|
-
var
|
1891
|
+
var _this131;
|
1878
1892
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
1879
|
-
|
1880
|
-
|
1881
|
-
return
|
1893
|
+
_this131 = _super131.call(this, message, code);
|
1894
|
+
_this131.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
1895
|
+
return _this131;
|
1882
1896
|
}
|
1883
1897
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
1884
1898
|
}(ProcessingFailureError);
|
@@ -1886,13 +1900,13 @@ exports.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBi
|
|
1886
1900
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
1887
1901
|
var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
1888
1902
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr18);
|
1889
|
-
var
|
1903
|
+
var _super132 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
1890
1904
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
1891
|
-
var
|
1905
|
+
var _this132;
|
1892
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
1893
|
-
|
1894
|
-
|
1895
|
-
return
|
1907
|
+
_this132 = _super132.call(this, message, code);
|
1908
|
+
_this132.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
1909
|
+
return _this132;
|
1896
1910
|
}
|
1897
1911
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
1898
1912
|
}(ProcessingFailureError);
|
@@ -1900,13 +1914,13 @@ exports.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_Fil
|
|
1900
1914
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
1901
1915
|
var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
1902
1916
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr19);
|
1903
|
-
var
|
1917
|
+
var _super133 = _createSuper(ProcessingFailure_FolderLockedError);
|
1904
1918
|
function ProcessingFailure_FolderLockedError(message, code) {
|
1905
|
-
var
|
1919
|
+
var _this133;
|
1906
1920
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
1907
|
-
|
1908
|
-
|
1909
|
-
return
|
1921
|
+
_this133 = _super133.call(this, message, code);
|
1922
|
+
_this133.name = 'ProcessingFailure_FolderLockedError';
|
1923
|
+
return _this133;
|
1910
1924
|
}
|
1911
1925
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
1912
1926
|
}(ProcessingFailureError);
|
@@ -1914,13 +1928,13 @@ exports.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedErro
|
|
1914
1928
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
1915
1929
|
var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
1916
1930
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr20);
|
1917
|
-
var
|
1931
|
+
var _super134 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
1918
1932
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
1919
|
-
var
|
1933
|
+
var _this134;
|
1920
1934
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
1921
|
-
|
1922
|
-
|
1923
|
-
return
|
1935
|
+
_this134 = _super134.call(this, message, code);
|
1936
|
+
_this134.name = 'ProcessingFailure_FolderNotEmptyError';
|
1937
|
+
return _this134;
|
1924
1938
|
}
|
1925
1939
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
1926
1940
|
}(ProcessingFailureError);
|
@@ -1928,13 +1942,13 @@ exports.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmpty
|
|
1928
1942
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
1929
1943
|
var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
1930
1944
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr21);
|
1931
|
-
var
|
1945
|
+
var _super135 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
1932
1946
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
1933
|
-
var
|
1947
|
+
var _this135;
|
1934
1948
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
1935
|
-
|
1936
|
-
|
1937
|
-
return
|
1949
|
+
_this135 = _super135.call(this, message, code);
|
1950
|
+
_this135.name = 'ProcessingFailure_HistoryUnavailableError';
|
1951
|
+
return _this135;
|
1938
1952
|
}
|
1939
1953
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
1940
1954
|
}(ProcessingFailureError);
|
@@ -1942,13 +1956,13 @@ exports.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUna
|
|
1942
1956
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
1943
1957
|
var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
1944
1958
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr22);
|
1945
|
-
var
|
1959
|
+
var _super136 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
1946
1960
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
1947
|
-
var
|
1961
|
+
var _this136;
|
1948
1962
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
1949
|
-
|
1950
|
-
|
1951
|
-
return
|
1963
|
+
_this136 = _super136.call(this, message, code);
|
1964
|
+
_this136.name = 'ProcessingFailure_InvalidBundleCodeError';
|
1965
|
+
return _this136;
|
1952
1966
|
}
|
1953
1967
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
1954
1968
|
}(ProcessingFailureError);
|
@@ -1956,13 +1970,13 @@ exports.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBund
|
|
1956
1970
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
1957
1971
|
var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
1958
1972
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr23);
|
1959
|
-
var
|
1973
|
+
var _super137 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
1960
1974
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
1961
|
-
var
|
1975
|
+
var _this137;
|
1962
1976
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
1963
|
-
|
1964
|
-
|
1965
|
-
return
|
1977
|
+
_this137 = _super137.call(this, message, code);
|
1978
|
+
_this137.name = 'ProcessingFailure_InvalidFileTypeError';
|
1979
|
+
return _this137;
|
1966
1980
|
}
|
1967
1981
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
1968
1982
|
}(ProcessingFailureError);
|
@@ -1970,13 +1984,13 @@ exports.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTy
|
|
1970
1984
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
1971
1985
|
var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
1972
1986
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr24);
|
1973
|
-
var
|
1987
|
+
var _super138 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
1974
1988
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
1975
|
-
var
|
1989
|
+
var _this138;
|
1976
1990
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
1977
|
-
|
1978
|
-
|
1979
|
-
return
|
1991
|
+
_this138 = _super138.call(this, message, code);
|
1992
|
+
_this138.name = 'ProcessingFailure_InvalidFilenameError';
|
1993
|
+
return _this138;
|
1980
1994
|
}
|
1981
1995
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
1982
1996
|
}(ProcessingFailureError);
|
@@ -1984,13 +1998,13 @@ exports.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilena
|
|
1984
1998
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
1985
1999
|
var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
1986
2000
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr25);
|
1987
|
-
var
|
2001
|
+
var _super139 = _createSuper(ProcessingFailure_InvalidRangeError);
|
1988
2002
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
1989
|
-
var
|
2003
|
+
var _this139;
|
1990
2004
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
1991
|
-
|
1992
|
-
|
1993
|
-
return
|
2005
|
+
_this139 = _super139.call(this, message, code);
|
2006
|
+
_this139.name = 'ProcessingFailure_InvalidRangeError';
|
2007
|
+
return _this139;
|
1994
2008
|
}
|
1995
2009
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
1996
2010
|
}(ProcessingFailureError);
|
@@ -1998,13 +2012,13 @@ exports.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeErro
|
|
1998
2012
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
1999
2013
|
var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
2000
2014
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr26);
|
2001
|
-
var
|
2015
|
+
var _super140 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
2002
2016
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
2003
|
-
var
|
2017
|
+
var _this140;
|
2004
2018
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
2005
|
-
|
2006
|
-
|
2007
|
-
return
|
2019
|
+
_this140 = _super140.call(this, message, code);
|
2020
|
+
_this140.name = 'ProcessingFailure_ModelSaveErrorError';
|
2021
|
+
return _this140;
|
2008
2022
|
}
|
2009
2023
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
2010
2024
|
}(ProcessingFailureError);
|
@@ -2012,13 +2026,13 @@ exports.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveError
|
|
2012
2026
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
2013
2027
|
var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
2014
2028
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
|
2015
|
-
var
|
2029
|
+
var _super141 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
2016
2030
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
2017
|
-
var
|
2031
|
+
var _this141;
|
2018
2032
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
2019
|
-
|
2020
|
-
|
2021
|
-
return
|
2033
|
+
_this141 = _super141.call(this, message, code);
|
2034
|
+
_this141.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
2035
|
+
return _this141;
|
2022
2036
|
}
|
2023
2037
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
2024
2038
|
}(ProcessingFailureError);
|
@@ -2026,13 +2040,13 @@ exports.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_Mult
|
|
2026
2040
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
2027
2041
|
var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
2028
2042
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
|
2029
|
-
var
|
2043
|
+
var _super142 = _createSuper(ProcessingFailure_PathTooLongError);
|
2030
2044
|
function ProcessingFailure_PathTooLongError(message, code) {
|
2031
|
-
var
|
2045
|
+
var _this142;
|
2032
2046
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
2033
|
-
|
2034
|
-
|
2035
|
-
return
|
2047
|
+
_this142 = _super142.call(this, message, code);
|
2048
|
+
_this142.name = 'ProcessingFailure_PathTooLongError';
|
2049
|
+
return _this142;
|
2036
2050
|
}
|
2037
2051
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
2038
2052
|
}(ProcessingFailureError);
|
@@ -2040,13 +2054,13 @@ exports.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
2040
2054
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
2041
2055
|
var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
2042
2056
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
|
2043
|
-
var
|
2057
|
+
var _super143 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
2044
2058
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
2045
|
-
var
|
2059
|
+
var _this143;
|
2046
2060
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
2047
|
-
|
2048
|
-
|
2049
|
-
return
|
2061
|
+
_this143 = _super143.call(this, message, code);
|
2062
|
+
_this143.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
2063
|
+
return _this143;
|
2050
2064
|
}
|
2051
2065
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
2052
2066
|
}(ProcessingFailureError);
|
@@ -2054,13 +2068,13 @@ exports.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_Recipi
|
|
2054
2068
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
2055
2069
|
var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
2056
2070
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
|
2057
|
-
var
|
2071
|
+
var _super144 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
2058
2072
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
2059
|
-
var
|
2073
|
+
var _this144;
|
2060
2074
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
2061
|
-
|
2062
|
-
|
2063
|
-
return
|
2075
|
+
_this144 = _super144.call(this, message, code);
|
2076
|
+
_this144.name = 'ProcessingFailure_RemoteServerErrorError';
|
2077
|
+
return _this144;
|
2064
2078
|
}
|
2065
2079
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
2066
2080
|
}(ProcessingFailureError);
|
@@ -2068,13 +2082,13 @@ exports.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServe
|
|
2068
2082
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
2069
2083
|
var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
2070
2084
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
|
2071
|
-
var
|
2085
|
+
var _super145 = _createSuper(ProcessingFailure_ResourceLockedError);
|
2072
2086
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
2073
|
-
var
|
2087
|
+
var _this145;
|
2074
2088
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
2075
|
-
|
2076
|
-
|
2077
|
-
return
|
2089
|
+
_this145 = _super145.call(this, message, code);
|
2090
|
+
_this145.name = 'ProcessingFailure_ResourceLockedError';
|
2091
|
+
return _this145;
|
2078
2092
|
}
|
2079
2093
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
2080
2094
|
}(ProcessingFailureError);
|
@@ -2082,13 +2096,13 @@ exports.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLocked
|
|
2082
2096
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
2083
2097
|
var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
2084
2098
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
|
2085
|
-
var
|
2099
|
+
var _super146 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
2086
2100
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
2087
|
-
var
|
2101
|
+
var _this146;
|
2088
2102
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
2089
|
-
|
2090
|
-
|
2091
|
-
return
|
2103
|
+
_this146 = _super146.call(this, message, code);
|
2104
|
+
_this146.name = 'ProcessingFailure_SubfolderLockedError';
|
2105
|
+
return _this146;
|
2092
2106
|
}
|
2093
2107
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
2094
2108
|
}(ProcessingFailureError);
|
@@ -2096,13 +2110,13 @@ exports.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLock
|
|
2096
2110
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
2097
2111
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
2098
2112
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
|
2099
|
-
var
|
2113
|
+
var _super147 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2100
2114
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
2101
|
-
var
|
2115
|
+
var _this147;
|
2102
2116
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2103
|
-
|
2104
|
-
|
2105
|
-
return
|
2117
|
+
_this147 = _super147.call(this, message, code);
|
2118
|
+
_this147.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2119
|
+
return _this147;
|
2106
2120
|
}
|
2107
2121
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2108
2122
|
}(ProcessingFailureError);
|
@@ -2110,13 +2124,13 @@ exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = Processi
|
|
2110
2124
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
2111
2125
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
2112
2126
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
|
2113
|
-
var
|
2127
|
+
var _super148 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2114
2128
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2115
|
-
var
|
2129
|
+
var _this148;
|
2116
2130
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2117
|
-
|
2118
|
-
|
2119
|
-
return
|
2131
|
+
_this148 = _super148.call(this, message, code);
|
2132
|
+
_this148.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2133
|
+
return _this148;
|
2120
2134
|
}
|
2121
2135
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2122
2136
|
}(ProcessingFailureError);
|
@@ -2124,13 +2138,13 @@ exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_U
|
|
2124
2138
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2125
2139
|
var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
|
2126
2140
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
|
2127
|
-
var
|
2141
|
+
var _super149 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2128
2142
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2129
|
-
var
|
2143
|
+
var _this149;
|
2130
2144
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2131
|
-
|
2132
|
-
|
2133
|
-
return
|
2145
|
+
_this149 = _super149.call(this, message, code);
|
2146
|
+
_this149.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2147
|
+
return _this149;
|
2134
2148
|
}
|
2135
2149
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
2136
2150
|
}(RateLimitedError);
|
@@ -2138,13 +2152,13 @@ exports.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthenticat
|
|
2138
2152
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2139
2153
|
var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
|
2140
2154
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
|
2141
|
-
var
|
2155
|
+
var _super150 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2142
2156
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2143
|
-
var
|
2157
|
+
var _this150;
|
2144
2158
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2145
|
-
|
2146
|
-
|
2147
|
-
return
|
2159
|
+
_this150 = _super150.call(this, message, code);
|
2160
|
+
_this150.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2161
|
+
return _this150;
|
2148
2162
|
}
|
2149
2163
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
2150
2164
|
}(RateLimitedError);
|
@@ -2152,13 +2166,13 @@ exports.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurre
|
|
2152
2166
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2153
2167
|
var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2154
2168
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
|
2155
|
-
var
|
2169
|
+
var _super151 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2156
2170
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2157
|
-
var
|
2171
|
+
var _this151;
|
2158
2172
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2159
|
-
|
2160
|
-
|
2161
|
-
return
|
2173
|
+
_this151 = _super151.call(this, message, code);
|
2174
|
+
_this151.name = 'RateLimited_TooManyLoginAttemptsError';
|
2175
|
+
return _this151;
|
2162
2176
|
}
|
2163
2177
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
2164
2178
|
}(RateLimitedError);
|
@@ -2166,13 +2180,13 @@ exports.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttempts
|
|
2166
2180
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2167
2181
|
var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2168
2182
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
|
2169
|
-
var
|
2183
|
+
var _super152 = _createSuper(RateLimited_TooManyRequestsError);
|
2170
2184
|
function RateLimited_TooManyRequestsError(message, code) {
|
2171
|
-
var
|
2185
|
+
var _this152;
|
2172
2186
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2173
|
-
|
2174
|
-
|
2175
|
-
return
|
2187
|
+
_this152 = _super152.call(this, message, code);
|
2188
|
+
_this152.name = 'RateLimited_TooManyRequestsError';
|
2189
|
+
return _this152;
|
2176
2190
|
}
|
2177
2191
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
2178
2192
|
}(RateLimitedError);
|
@@ -2180,13 +2194,13 @@ exports.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2180
2194
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
2181
2195
|
var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
|
2182
2196
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
|
2183
|
-
var
|
2197
|
+
var _super153 = _createSuper(RateLimited_TooManySharesError);
|
2184
2198
|
function RateLimited_TooManySharesError(message, code) {
|
2185
|
-
var
|
2199
|
+
var _this153;
|
2186
2200
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
2187
|
-
|
2188
|
-
|
2189
|
-
return
|
2201
|
+
_this153 = _super153.call(this, message, code);
|
2202
|
+
_this153.name = 'RateLimited_TooManySharesError';
|
2203
|
+
return _this153;
|
2190
2204
|
}
|
2191
2205
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
2192
2206
|
}(RateLimitedError);
|
@@ -2194,13 +2208,13 @@ exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2194
2208
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
2195
2209
|
var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
2196
2210
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
|
2197
|
-
var
|
2211
|
+
var _super154 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
2198
2212
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
2199
|
-
var
|
2213
|
+
var _this154;
|
2200
2214
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
2201
|
-
|
2202
|
-
|
2203
|
-
return
|
2215
|
+
_this154 = _super154.call(this, message, code);
|
2216
|
+
_this154.name = 'ServiceUnavailable_UploadsUnavailableError';
|
2217
|
+
return _this154;
|
2204
2218
|
}
|
2205
2219
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
2206
2220
|
}(ServiceUnavailableError);
|
@@ -2208,13 +2222,13 @@ exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsU
|
|
2208
2222
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
2209
2223
|
var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
2210
2224
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
2211
|
-
var
|
2225
|
+
var _super155 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
2212
2226
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
2213
|
-
var
|
2227
|
+
var _this155;
|
2214
2228
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
2215
|
-
|
2216
|
-
|
2217
|
-
return
|
2229
|
+
_this155 = _super155.call(this, message, code);
|
2230
|
+
_this155.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
2231
|
+
return _this155;
|
2218
2232
|
}
|
2219
2233
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
2220
2234
|
}(SiteConfigurationError);
|
@@ -2222,13 +2236,13 @@ exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountA
|
|
2222
2236
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
2223
2237
|
var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
2224
2238
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
2225
|
-
var
|
2239
|
+
var _super156 = _createSuper(SiteConfiguration_AccountOverdueError);
|
2226
2240
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
2227
|
-
var
|
2241
|
+
var _this156;
|
2228
2242
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
2229
|
-
|
2230
|
-
|
2231
|
-
return
|
2243
|
+
_this156 = _super156.call(this, message, code);
|
2244
|
+
_this156.name = 'SiteConfiguration_AccountOverdueError';
|
2245
|
+
return _this156;
|
2232
2246
|
}
|
2233
2247
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
2234
2248
|
}(SiteConfigurationError);
|
@@ -2236,13 +2250,13 @@ exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdue
|
|
2236
2250
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
2237
2251
|
var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
2238
2252
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
2239
|
-
var
|
2253
|
+
var _super157 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
2240
2254
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
2241
|
-
var
|
2255
|
+
var _this157;
|
2242
2256
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
2243
|
-
|
2244
|
-
|
2245
|
-
return
|
2257
|
+
_this157 = _super157.call(this, message, code);
|
2258
|
+
_this157.name = 'SiteConfiguration_NoAccountForSiteError';
|
2259
|
+
return _this157;
|
2246
2260
|
}
|
2247
2261
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
2248
2262
|
}(SiteConfigurationError);
|
@@ -2250,13 +2264,13 @@ exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountFor
|
|
2250
2264
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
2251
2265
|
var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
2252
2266
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
2253
|
-
var
|
2267
|
+
var _super158 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
2254
2268
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
2255
|
-
var
|
2269
|
+
var _this158;
|
2256
2270
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
2257
|
-
|
2258
|
-
|
2259
|
-
return
|
2271
|
+
_this158 = _super158.call(this, message, code);
|
2272
|
+
_this158.name = 'SiteConfiguration_SiteWasRemovedError';
|
2273
|
+
return _this158;
|
2260
2274
|
}
|
2261
2275
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
2262
2276
|
}(SiteConfigurationError);
|
@@ -2264,13 +2278,13 @@ exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemoved
|
|
2264
2278
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
2265
2279
|
var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
2266
2280
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
2267
|
-
var
|
2281
|
+
var _super159 = _createSuper(SiteConfiguration_TrialExpiredError);
|
2268
2282
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
2269
|
-
var
|
2283
|
+
var _this159;
|
2270
2284
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
2271
|
-
|
2272
|
-
|
2273
|
-
return
|
2285
|
+
_this159 = _super159.call(this, message, code);
|
2286
|
+
_this159.name = 'SiteConfiguration_TrialExpiredError';
|
2287
|
+
return _this159;
|
2274
2288
|
}
|
2275
2289
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
2276
2290
|
}(SiteConfigurationError);
|
@@ -2278,13 +2292,13 @@ exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredErro
|
|
2278
2292
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
2279
2293
|
var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
2280
2294
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
2281
|
-
var
|
2295
|
+
var _super160 = _createSuper(SiteConfiguration_TrialLockedError);
|
2282
2296
|
function SiteConfiguration_TrialLockedError(message, code) {
|
2283
|
-
var
|
2297
|
+
var _this160;
|
2284
2298
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
2285
|
-
|
2286
|
-
|
2287
|
-
return
|
2299
|
+
_this160 = _super160.call(this, message, code);
|
2300
|
+
_this160.name = 'SiteConfiguration_TrialLockedError';
|
2301
|
+
return _this160;
|
2288
2302
|
}
|
2289
2303
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
2290
2304
|
}(SiteConfigurationError);
|
@@ -2292,13 +2306,13 @@ exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2292
2306
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
2293
2307
|
var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
2294
2308
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
2295
|
-
var
|
2309
|
+
var _super161 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2296
2310
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
2297
|
-
var
|
2311
|
+
var _this161;
|
2298
2312
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
2299
|
-
|
2300
|
-
|
2301
|
-
return
|
2313
|
+
_this161 = _super161.call(this, message, code);
|
2314
|
+
_this161.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
2315
|
+
return _this161;
|
2302
2316
|
}
|
2303
2317
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2304
2318
|
}(SiteConfigurationError);
|