files.com 1.1.17 → 1.1.19
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/PublicKey.md +4 -1
- package/lib/Errors.js +752 -739
- package/lib/Files.js +1 -1
- package/lib/models/PublicKey.js +8 -1
- package/package.json +1 -1
- package/src/Errors.js +1 -0
- package/src/Files.js +1 -1
- package/src/models/PublicKey.js +8 -1
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.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = 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.ProcessingFailure_AutomationCannotBeRunManuallyError = 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 = exports.NotFound_CodeNotFoundError = void 0;
|
5
|
+
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_FilesAgentFailedAuthorizationError = 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_InvalidFilterParamValueError = 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.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = 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.ProcessingFailure_AutomationCannotBeRunManuallyError = 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 = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = 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"));
|
@@ -455,1796 +455,1809 @@ var BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterParamEr
|
|
455
455
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamError);
|
456
456
|
}(BadRequestError);
|
457
457
|
errorClasses.BadRequest_InvalidFilterParamError = BadRequest_InvalidFilterParamError;
|
458
|
-
var
|
459
|
-
(0, _inherits2.default)(
|
460
|
-
var _super31 = _createSuper(
|
461
|
-
function
|
458
|
+
var BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamValueError = /*#__PURE__*/function (_BadRequestError16) {
|
459
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamValueError, _BadRequestError16);
|
460
|
+
var _super31 = _createSuper(BadRequest_InvalidFilterParamValueError);
|
461
|
+
function BadRequest_InvalidFilterParamValueError(message, code) {
|
462
462
|
var _this31;
|
463
|
-
(0, _classCallCheck2.default)(this,
|
463
|
+
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamValueError);
|
464
464
|
_this31 = _super31.call(this, message, code);
|
465
|
-
_this31.name = '
|
465
|
+
_this31.name = 'BadRequest_InvalidFilterParamValueError';
|
466
466
|
return _this31;
|
467
467
|
}
|
468
|
+
return (0, _createClass2.default)(BadRequest_InvalidFilterParamValueError);
|
469
|
+
}(BadRequestError);
|
470
|
+
errorClasses.BadRequest_InvalidFilterParamValueError = BadRequest_InvalidFilterParamValueError;
|
471
|
+
var BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError17) {
|
472
|
+
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError17);
|
473
|
+
var _super32 = _createSuper(BadRequest_InvalidInputEncodingError);
|
474
|
+
function BadRequest_InvalidInputEncodingError(message, code) {
|
475
|
+
var _this32;
|
476
|
+
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
477
|
+
_this32 = _super32.call(this, message, code);
|
478
|
+
_this32.name = 'BadRequest_InvalidInputEncodingError';
|
479
|
+
return _this32;
|
480
|
+
}
|
468
481
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
469
482
|
}(BadRequestError);
|
470
483
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
471
|
-
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (
|
472
|
-
(0, _inherits2.default)(BadRequest_InvalidInterfaceError,
|
473
|
-
var
|
484
|
+
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError18) {
|
485
|
+
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError18);
|
486
|
+
var _super33 = _createSuper(BadRequest_InvalidInterfaceError);
|
474
487
|
function BadRequest_InvalidInterfaceError(message, code) {
|
475
|
-
var
|
488
|
+
var _this33;
|
476
489
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
477
|
-
|
478
|
-
|
479
|
-
return
|
490
|
+
_this33 = _super33.call(this, message, code);
|
491
|
+
_this33.name = 'BadRequest_InvalidInterfaceError';
|
492
|
+
return _this33;
|
480
493
|
}
|
481
494
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
482
495
|
}(BadRequestError);
|
483
496
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
484
|
-
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (
|
485
|
-
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError,
|
486
|
-
var
|
497
|
+
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError19) {
|
498
|
+
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError19);
|
499
|
+
var _super34 = _createSuper(BadRequest_InvalidOauthProviderError);
|
487
500
|
function BadRequest_InvalidOauthProviderError(message, code) {
|
488
|
-
var
|
501
|
+
var _this34;
|
489
502
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
490
|
-
|
491
|
-
|
492
|
-
return
|
503
|
+
_this34 = _super34.call(this, message, code);
|
504
|
+
_this34.name = 'BadRequest_InvalidOauthProviderError';
|
505
|
+
return _this34;
|
493
506
|
}
|
494
507
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
495
508
|
}(BadRequestError);
|
496
509
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
497
|
-
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (
|
498
|
-
(0, _inherits2.default)(BadRequest_InvalidPathError,
|
499
|
-
var
|
510
|
+
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (_BadRequestError20) {
|
511
|
+
(0, _inherits2.default)(BadRequest_InvalidPathError, _BadRequestError20);
|
512
|
+
var _super35 = _createSuper(BadRequest_InvalidPathError);
|
500
513
|
function BadRequest_InvalidPathError(message, code) {
|
501
|
-
var
|
514
|
+
var _this35;
|
502
515
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidPathError);
|
503
|
-
|
504
|
-
|
505
|
-
return
|
516
|
+
_this35 = _super35.call(this, message, code);
|
517
|
+
_this35.name = 'BadRequest_InvalidPathError';
|
518
|
+
return _this35;
|
506
519
|
}
|
507
520
|
return (0, _createClass2.default)(BadRequest_InvalidPathError);
|
508
521
|
}(BadRequestError);
|
509
522
|
errorClasses.BadRequest_InvalidPathError = BadRequest_InvalidPathError;
|
510
|
-
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (
|
511
|
-
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError,
|
512
|
-
var
|
523
|
+
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError21) {
|
524
|
+
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError21);
|
525
|
+
var _super36 = _createSuper(BadRequest_InvalidReturnToUrlError);
|
513
526
|
function BadRequest_InvalidReturnToUrlError(message, code) {
|
514
|
-
var
|
527
|
+
var _this36;
|
515
528
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
516
|
-
|
517
|
-
|
518
|
-
return
|
529
|
+
_this36 = _super36.call(this, message, code);
|
530
|
+
_this36.name = 'BadRequest_InvalidReturnToUrlError';
|
531
|
+
return _this36;
|
519
532
|
}
|
520
533
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
521
534
|
}(BadRequestError);
|
522
535
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
523
|
-
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (
|
524
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError,
|
525
|
-
var
|
536
|
+
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError22) {
|
537
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError22);
|
538
|
+
var _super37 = _createSuper(BadRequest_InvalidUploadOffsetError);
|
526
539
|
function BadRequest_InvalidUploadOffsetError(message, code) {
|
527
|
-
var
|
540
|
+
var _this37;
|
528
541
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
529
|
-
|
530
|
-
|
531
|
-
return
|
542
|
+
_this37 = _super37.call(this, message, code);
|
543
|
+
_this37.name = 'BadRequest_InvalidUploadOffsetError';
|
544
|
+
return _this37;
|
532
545
|
}
|
533
546
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
534
547
|
}(BadRequestError);
|
535
548
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
536
|
-
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (
|
537
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError,
|
538
|
-
var
|
549
|
+
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError23) {
|
550
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError23);
|
551
|
+
var _super38 = _createSuper(BadRequest_InvalidUploadPartGapError);
|
539
552
|
function BadRequest_InvalidUploadPartGapError(message, code) {
|
540
|
-
var
|
553
|
+
var _this38;
|
541
554
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
542
|
-
|
543
|
-
|
544
|
-
return
|
555
|
+
_this38 = _super38.call(this, message, code);
|
556
|
+
_this38.name = 'BadRequest_InvalidUploadPartGapError';
|
557
|
+
return _this38;
|
545
558
|
}
|
546
559
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
547
560
|
}(BadRequestError);
|
548
561
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
549
|
-
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (
|
550
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError,
|
551
|
-
var
|
562
|
+
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError24) {
|
563
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError24);
|
564
|
+
var _super39 = _createSuper(BadRequest_InvalidUploadPartSizeError);
|
552
565
|
function BadRequest_InvalidUploadPartSizeError(message, code) {
|
553
|
-
var
|
566
|
+
var _this39;
|
554
567
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
555
|
-
|
556
|
-
|
557
|
-
return
|
568
|
+
_this39 = _super39.call(this, message, code);
|
569
|
+
_this39.name = 'BadRequest_InvalidUploadPartSizeError';
|
570
|
+
return _this39;
|
558
571
|
}
|
559
572
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
560
573
|
}(BadRequestError);
|
561
574
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
562
|
-
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (
|
563
|
-
(0, _inherits2.default)(BadRequest_MethodNotAllowedError,
|
564
|
-
var
|
575
|
+
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError25) {
|
576
|
+
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError25);
|
577
|
+
var _super40 = _createSuper(BadRequest_MethodNotAllowedError);
|
565
578
|
function BadRequest_MethodNotAllowedError(message, code) {
|
566
|
-
var
|
579
|
+
var _this40;
|
567
580
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
568
|
-
|
569
|
-
|
570
|
-
return
|
581
|
+
_this40 = _super40.call(this, message, code);
|
582
|
+
_this40.name = 'BadRequest_MethodNotAllowedError';
|
583
|
+
return _this40;
|
571
584
|
}
|
572
585
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
573
586
|
}(BadRequestError);
|
574
587
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
575
|
-
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (
|
576
|
-
(0, _inherits2.default)(BadRequest_NoValidInputParamsError,
|
577
|
-
var
|
588
|
+
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError26) {
|
589
|
+
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError26);
|
590
|
+
var _super41 = _createSuper(BadRequest_NoValidInputParamsError);
|
578
591
|
function BadRequest_NoValidInputParamsError(message, code) {
|
579
|
-
var
|
592
|
+
var _this41;
|
580
593
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
581
|
-
|
582
|
-
|
583
|
-
return
|
594
|
+
_this41 = _super41.call(this, message, code);
|
595
|
+
_this41.name = 'BadRequest_NoValidInputParamsError';
|
596
|
+
return _this41;
|
584
597
|
}
|
585
598
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
586
599
|
}(BadRequestError);
|
587
600
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
588
|
-
var BadRequest_OperationOnNonScimResourceError = exports.BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (
|
589
|
-
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError,
|
590
|
-
var
|
601
|
+
var BadRequest_OperationOnNonScimResourceError = exports.BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError27) {
|
602
|
+
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError27);
|
603
|
+
var _super42 = _createSuper(BadRequest_OperationOnNonScimResourceError);
|
591
604
|
function BadRequest_OperationOnNonScimResourceError(message, code) {
|
592
|
-
var
|
605
|
+
var _this42;
|
593
606
|
(0, _classCallCheck2.default)(this, BadRequest_OperationOnNonScimResourceError);
|
594
|
-
|
595
|
-
|
596
|
-
return
|
607
|
+
_this42 = _super42.call(this, message, code);
|
608
|
+
_this42.name = 'BadRequest_OperationOnNonScimResourceError';
|
609
|
+
return _this42;
|
597
610
|
}
|
598
611
|
return (0, _createClass2.default)(BadRequest_OperationOnNonScimResourceError);
|
599
612
|
}(BadRequestError);
|
600
613
|
errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
601
|
-
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (
|
602
|
-
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError,
|
603
|
-
var
|
614
|
+
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError28) {
|
615
|
+
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError28);
|
616
|
+
var _super43 = _createSuper(BadRequest_PartNumberTooLargeError);
|
604
617
|
function BadRequest_PartNumberTooLargeError(message, code) {
|
605
|
-
var
|
618
|
+
var _this43;
|
606
619
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
607
|
-
|
608
|
-
|
609
|
-
return
|
620
|
+
_this43 = _super43.call(this, message, code);
|
621
|
+
_this43.name = 'BadRequest_PartNumberTooLargeError';
|
622
|
+
return _this43;
|
610
623
|
}
|
611
624
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
612
625
|
}(BadRequestError);
|
613
626
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
614
|
-
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (
|
615
|
-
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError,
|
616
|
-
var
|
627
|
+
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError29) {
|
628
|
+
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError29);
|
629
|
+
var _super44 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
|
617
630
|
function BadRequest_ReauthenticationNeededFieldsError(message, code) {
|
618
|
-
var
|
631
|
+
var _this44;
|
619
632
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
620
|
-
|
621
|
-
|
622
|
-
return
|
633
|
+
_this44 = _super44.call(this, message, code);
|
634
|
+
_this44.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
635
|
+
return _this44;
|
623
636
|
}
|
624
637
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
625
638
|
}(BadRequestError);
|
626
639
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
627
|
-
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (
|
628
|
-
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError,
|
629
|
-
var
|
640
|
+
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError30) {
|
641
|
+
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError30);
|
642
|
+
var _super45 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
630
643
|
function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code) {
|
631
|
-
var
|
644
|
+
var _this45;
|
632
645
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
633
|
-
|
634
|
-
|
635
|
-
return
|
646
|
+
_this45 = _super45.call(this, message, code);
|
647
|
+
_this45.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
|
648
|
+
return _this45;
|
636
649
|
}
|
637
650
|
return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
638
651
|
}(BadRequestError);
|
639
652
|
errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
640
|
-
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (
|
641
|
-
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError,
|
642
|
-
var
|
653
|
+
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError31) {
|
654
|
+
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError31);
|
655
|
+
var _super46 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
|
643
656
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code) {
|
644
|
-
var
|
657
|
+
var _this46;
|
645
658
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
646
|
-
|
647
|
-
|
648
|
-
return
|
659
|
+
_this46 = _super46.call(this, message, code);
|
660
|
+
_this46.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
661
|
+
return _this46;
|
649
662
|
}
|
650
663
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
651
664
|
}(BadRequestError);
|
652
665
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
653
|
-
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (
|
654
|
-
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError,
|
655
|
-
var
|
666
|
+
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError32) {
|
667
|
+
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError32);
|
668
|
+
var _super47 = _createSuper(BadRequest_RequestParamsInvalidError);
|
656
669
|
function BadRequest_RequestParamsInvalidError(message, code) {
|
657
|
-
var
|
670
|
+
var _this47;
|
658
671
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
659
|
-
|
660
|
-
|
661
|
-
return
|
672
|
+
_this47 = _super47.call(this, message, code);
|
673
|
+
_this47.name = 'BadRequest_RequestParamsInvalidError';
|
674
|
+
return _this47;
|
662
675
|
}
|
663
676
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
664
677
|
}(BadRequestError);
|
665
678
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
666
|
-
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (
|
667
|
-
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError,
|
668
|
-
var
|
679
|
+
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError33) {
|
680
|
+
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError33);
|
681
|
+
var _super48 = _createSuper(BadRequest_RequestParamsRequiredError);
|
669
682
|
function BadRequest_RequestParamsRequiredError(message, code) {
|
670
|
-
var
|
683
|
+
var _this48;
|
671
684
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
672
|
-
|
673
|
-
|
674
|
-
return
|
685
|
+
_this48 = _super48.call(this, message, code);
|
686
|
+
_this48.name = 'BadRequest_RequestParamsRequiredError';
|
687
|
+
return _this48;
|
675
688
|
}
|
676
689
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
677
690
|
}(BadRequestError);
|
678
691
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
679
|
-
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (
|
680
|
-
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError,
|
681
|
-
var
|
692
|
+
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError34) {
|
693
|
+
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError34);
|
694
|
+
var _super49 = _createSuper(BadRequest_SearchAllOnChildPathError);
|
682
695
|
function BadRequest_SearchAllOnChildPathError(message, code) {
|
683
|
-
var
|
696
|
+
var _this49;
|
684
697
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
685
|
-
|
686
|
-
|
687
|
-
return
|
698
|
+
_this49 = _super49.call(this, message, code);
|
699
|
+
_this49.name = 'BadRequest_SearchAllOnChildPathError';
|
700
|
+
return _this49;
|
688
701
|
}
|
689
702
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
690
703
|
}(BadRequestError);
|
691
704
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
692
|
-
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (
|
693
|
-
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError,
|
694
|
-
var
|
705
|
+
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError35) {
|
706
|
+
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError35);
|
707
|
+
var _super50 = _createSuper(BadRequest_UnsupportedCurrencyError);
|
695
708
|
function BadRequest_UnsupportedCurrencyError(message, code) {
|
696
|
-
var
|
709
|
+
var _this50;
|
697
710
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
698
|
-
|
699
|
-
|
700
|
-
return
|
711
|
+
_this50 = _super50.call(this, message, code);
|
712
|
+
_this50.name = 'BadRequest_UnsupportedCurrencyError';
|
713
|
+
return _this50;
|
701
714
|
}
|
702
715
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
703
716
|
}(BadRequestError);
|
704
717
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
705
|
-
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (
|
706
|
-
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError,
|
707
|
-
var
|
718
|
+
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError36) {
|
719
|
+
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError36);
|
720
|
+
var _super51 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
|
708
721
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code) {
|
709
|
-
var
|
722
|
+
var _this51;
|
710
723
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
711
|
-
|
712
|
-
|
713
|
-
return
|
724
|
+
_this51 = _super51.call(this, message, code);
|
725
|
+
_this51.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
726
|
+
return _this51;
|
714
727
|
}
|
715
728
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
716
729
|
}(BadRequestError);
|
717
730
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
718
|
-
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (
|
719
|
-
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError,
|
720
|
-
var
|
731
|
+
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError37) {
|
732
|
+
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError37);
|
733
|
+
var _super52 = _createSuper(BadRequest_UnsupportedMediaTypeError);
|
721
734
|
function BadRequest_UnsupportedMediaTypeError(message, code) {
|
722
|
-
var
|
735
|
+
var _this52;
|
723
736
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
724
|
-
|
725
|
-
|
726
|
-
return
|
737
|
+
_this52 = _super52.call(this, message, code);
|
738
|
+
_this52.name = 'BadRequest_UnsupportedMediaTypeError';
|
739
|
+
return _this52;
|
727
740
|
}
|
728
741
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
729
742
|
}(BadRequestError);
|
730
743
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
731
|
-
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (
|
732
|
-
(0, _inherits2.default)(BadRequest_UserIdInvalidError,
|
733
|
-
var
|
744
|
+
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError38) {
|
745
|
+
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError38);
|
746
|
+
var _super53 = _createSuper(BadRequest_UserIdInvalidError);
|
734
747
|
function BadRequest_UserIdInvalidError(message, code) {
|
735
|
-
var
|
748
|
+
var _this53;
|
736
749
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
737
|
-
|
738
|
-
|
739
|
-
return
|
750
|
+
_this53 = _super53.call(this, message, code);
|
751
|
+
_this53.name = 'BadRequest_UserIdInvalidError';
|
752
|
+
return _this53;
|
740
753
|
}
|
741
754
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
742
755
|
}(BadRequestError);
|
743
756
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
744
|
-
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (
|
745
|
-
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError,
|
746
|
-
var
|
757
|
+
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError39) {
|
758
|
+
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError39);
|
759
|
+
var _super54 = _createSuper(BadRequest_UserIdOnUserEndpointError);
|
747
760
|
function BadRequest_UserIdOnUserEndpointError(message, code) {
|
748
|
-
var
|
761
|
+
var _this54;
|
749
762
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
750
|
-
|
751
|
-
|
752
|
-
return
|
763
|
+
_this54 = _super54.call(this, message, code);
|
764
|
+
_this54.name = 'BadRequest_UserIdOnUserEndpointError';
|
765
|
+
return _this54;
|
753
766
|
}
|
754
767
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
755
768
|
}(BadRequestError);
|
756
769
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
757
|
-
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (
|
758
|
-
(0, _inherits2.default)(BadRequest_UserRequiredError,
|
759
|
-
var
|
770
|
+
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError40) {
|
771
|
+
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError40);
|
772
|
+
var _super55 = _createSuper(BadRequest_UserRequiredError);
|
760
773
|
function BadRequest_UserRequiredError(message, code) {
|
761
|
-
var
|
774
|
+
var _this55;
|
762
775
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
763
|
-
|
764
|
-
|
765
|
-
return
|
776
|
+
_this55 = _super55.call(this, message, code);
|
777
|
+
_this55.name = 'BadRequest_UserRequiredError';
|
778
|
+
return _this55;
|
766
779
|
}
|
767
780
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
768
781
|
}(BadRequestError);
|
769
782
|
errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
770
783
|
var NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
771
784
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro);
|
772
|
-
var
|
785
|
+
var _super56 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
|
773
786
|
function NotAuthenticated_AuthenticationRequiredError(message, code) {
|
774
|
-
var
|
787
|
+
var _this56;
|
775
788
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
776
|
-
|
777
|
-
|
778
|
-
return
|
789
|
+
_this56 = _super56.call(this, message, code);
|
790
|
+
_this56.name = 'NotAuthenticated_AuthenticationRequiredError';
|
791
|
+
return _this56;
|
779
792
|
}
|
780
793
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
781
794
|
}(NotAuthenticatedError);
|
782
795
|
errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
783
796
|
var NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
784
797
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro2);
|
785
|
-
var
|
798
|
+
var _super57 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
|
786
799
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code) {
|
787
|
-
var
|
800
|
+
var _this57;
|
788
801
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
789
|
-
|
790
|
-
|
791
|
-
return
|
802
|
+
_this57 = _super57.call(this, message, code);
|
803
|
+
_this57.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
804
|
+
return _this57;
|
792
805
|
}
|
793
806
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
794
807
|
}(NotAuthenticatedError);
|
795
808
|
errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
796
809
|
var NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
797
810
|
(0, _inherits2.default)(NotAuthenticated_FilesAgentTokenFailedError, _NotAuthenticatedErro3);
|
798
|
-
var
|
811
|
+
var _super58 = _createSuper(NotAuthenticated_FilesAgentTokenFailedError);
|
799
812
|
function NotAuthenticated_FilesAgentTokenFailedError(message, code) {
|
800
|
-
var
|
813
|
+
var _this58;
|
801
814
|
(0, _classCallCheck2.default)(this, NotAuthenticated_FilesAgentTokenFailedError);
|
802
|
-
|
803
|
-
|
804
|
-
return
|
815
|
+
_this58 = _super58.call(this, message, code);
|
816
|
+
_this58.name = 'NotAuthenticated_FilesAgentTokenFailedError';
|
817
|
+
return _this58;
|
805
818
|
}
|
806
819
|
return (0, _createClass2.default)(NotAuthenticated_FilesAgentTokenFailedError);
|
807
820
|
}(NotAuthenticatedError);
|
808
821
|
errorClasses.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
|
809
822
|
var NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
810
823
|
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro4);
|
811
|
-
var
|
824
|
+
var _super59 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
|
812
825
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code) {
|
813
|
-
var
|
826
|
+
var _this59;
|
814
827
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
815
|
-
|
816
|
-
|
817
|
-
return
|
828
|
+
_this59 = _super59.call(this, message, code);
|
829
|
+
_this59.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
830
|
+
return _this59;
|
818
831
|
}
|
819
832
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
820
833
|
}(NotAuthenticatedError);
|
821
834
|
errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
822
835
|
var NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
823
836
|
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro5);
|
824
|
-
var
|
837
|
+
var _super60 = _createSuper(NotAuthenticated_InvalidCredentialsError);
|
825
838
|
function NotAuthenticated_InvalidCredentialsError(message, code) {
|
826
|
-
var
|
839
|
+
var _this60;
|
827
840
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
828
|
-
|
829
|
-
|
830
|
-
return
|
841
|
+
_this60 = _super60.call(this, message, code);
|
842
|
+
_this60.name = 'NotAuthenticated_InvalidCredentialsError';
|
843
|
+
return _this60;
|
831
844
|
}
|
832
845
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
833
846
|
}(NotAuthenticatedError);
|
834
847
|
errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
835
848
|
var NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
836
849
|
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro6);
|
837
|
-
var
|
850
|
+
var _super61 = _createSuper(NotAuthenticated_InvalidOauthError);
|
838
851
|
function NotAuthenticated_InvalidOauthError(message, code) {
|
839
|
-
var
|
852
|
+
var _this61;
|
840
853
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
841
|
-
|
842
|
-
|
843
|
-
return
|
854
|
+
_this61 = _super61.call(this, message, code);
|
855
|
+
_this61.name = 'NotAuthenticated_InvalidOauthError';
|
856
|
+
return _this61;
|
844
857
|
}
|
845
858
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
846
859
|
}(NotAuthenticatedError);
|
847
860
|
errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
848
861
|
var NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
849
862
|
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro7);
|
850
|
-
var
|
863
|
+
var _super62 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
|
851
864
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code) {
|
852
|
-
var
|
865
|
+
var _this62;
|
853
866
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
854
|
-
|
855
|
-
|
856
|
-
return
|
867
|
+
_this62 = _super62.call(this, message, code);
|
868
|
+
_this62.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
869
|
+
return _this62;
|
857
870
|
}
|
858
871
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
859
872
|
}(NotAuthenticatedError);
|
860
873
|
errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
861
874
|
var NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
862
875
|
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro8);
|
863
|
-
var
|
876
|
+
var _super63 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
|
864
877
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code) {
|
865
|
-
var
|
878
|
+
var _this63;
|
866
879
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
867
|
-
|
868
|
-
|
869
|
-
return
|
880
|
+
_this63 = _super63.call(this, message, code);
|
881
|
+
_this63.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
882
|
+
return _this63;
|
870
883
|
}
|
871
884
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
872
885
|
}(NotAuthenticatedError);
|
873
886
|
errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
874
887
|
var NotAuthenticated_LockedOutError = exports.NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
875
888
|
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro9);
|
876
|
-
var
|
889
|
+
var _super64 = _createSuper(NotAuthenticated_LockedOutError);
|
877
890
|
function NotAuthenticated_LockedOutError(message, code) {
|
878
|
-
var
|
891
|
+
var _this64;
|
879
892
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
880
|
-
|
881
|
-
|
882
|
-
return
|
893
|
+
_this64 = _super64.call(this, message, code);
|
894
|
+
_this64.name = 'NotAuthenticated_LockedOutError';
|
895
|
+
return _this64;
|
883
896
|
}
|
884
897
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
885
898
|
}(NotAuthenticatedError);
|
886
899
|
errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
887
900
|
var NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
888
901
|
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro10);
|
889
|
-
var
|
902
|
+
var _super65 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
|
890
903
|
function NotAuthenticated_LockoutRegionMismatchError(message, code) {
|
891
|
-
var
|
904
|
+
var _this65;
|
892
905
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
893
|
-
|
894
|
-
|
895
|
-
return
|
906
|
+
_this65 = _super65.call(this, message, code);
|
907
|
+
_this65.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
908
|
+
return _this65;
|
896
909
|
}
|
897
910
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
898
911
|
}(NotAuthenticatedError);
|
899
912
|
errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
900
913
|
var NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
901
914
|
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro11);
|
902
|
-
var
|
915
|
+
var _super66 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
|
903
916
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code) {
|
904
|
-
var
|
917
|
+
var _this66;
|
905
918
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
906
|
-
|
907
|
-
|
908
|
-
return
|
919
|
+
_this66 = _super66.call(this, message, code);
|
920
|
+
_this66.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
921
|
+
return _this66;
|
909
922
|
}
|
910
923
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
911
924
|
}(NotAuthenticatedError);
|
912
925
|
errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
913
926
|
var NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
914
927
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro12);
|
915
|
-
var
|
928
|
+
var _super67 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
916
929
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code) {
|
917
|
-
var
|
930
|
+
var _this67;
|
918
931
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
919
|
-
|
920
|
-
|
921
|
-
return
|
932
|
+
_this67 = _super67.call(this, message, code);
|
933
|
+
_this67.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
934
|
+
return _this67;
|
922
935
|
}
|
923
936
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
924
937
|
}(NotAuthenticatedError);
|
925
938
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
926
939
|
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro13) {
|
927
940
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro13);
|
928
|
-
var
|
941
|
+
var _super68 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
929
942
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code) {
|
930
|
-
var
|
943
|
+
var _this68;
|
931
944
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
932
|
-
|
933
|
-
|
934
|
-
return
|
945
|
+
_this68 = _super68.call(this, message, code);
|
946
|
+
_this68.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
947
|
+
return _this68;
|
935
948
|
}
|
936
949
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
937
950
|
}(NotAuthenticatedError);
|
938
951
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
939
952
|
var NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
940
953
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
941
|
-
var
|
954
|
+
var _super69 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
|
942
955
|
function NotAuthorized_ApiKeyIsDisabledError(message, code) {
|
943
|
-
var
|
956
|
+
var _this69;
|
944
957
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
945
|
-
|
946
|
-
|
947
|
-
return
|
958
|
+
_this69 = _super69.call(this, message, code);
|
959
|
+
_this69.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
960
|
+
return _this69;
|
948
961
|
}
|
949
962
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
950
963
|
}(NotAuthorizedError);
|
951
964
|
errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
952
965
|
var NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
953
966
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
954
|
-
var
|
967
|
+
var _super70 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
|
955
968
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code) {
|
956
|
-
var
|
969
|
+
var _this70;
|
957
970
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
958
|
-
|
959
|
-
|
960
|
-
return
|
971
|
+
_this70 = _super70.call(this, message, code);
|
972
|
+
_this70.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
973
|
+
return _this70;
|
961
974
|
}
|
962
975
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
963
976
|
}(NotAuthorizedError);
|
964
977
|
errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
965
978
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
966
979
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
967
|
-
var
|
980
|
+
var _super71 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
968
981
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code) {
|
969
|
-
var
|
982
|
+
var _this71;
|
970
983
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
971
|
-
|
972
|
-
|
973
|
-
return
|
984
|
+
_this71 = _super71.call(this, message, code);
|
985
|
+
_this71.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
986
|
+
return _this71;
|
974
987
|
}
|
975
988
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
976
989
|
}(NotAuthorizedError);
|
977
990
|
errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
978
991
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
979
992
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
980
|
-
var
|
993
|
+
var _super72 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
981
994
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code) {
|
982
|
-
var
|
995
|
+
var _this72;
|
983
996
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
984
|
-
|
985
|
-
|
986
|
-
return
|
997
|
+
_this72 = _super72.call(this, message, code);
|
998
|
+
_this72.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
999
|
+
return _this72;
|
987
1000
|
}
|
988
1001
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
989
1002
|
}(NotAuthorizedError);
|
990
1003
|
errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
991
1004
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
992
1005
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
993
|
-
var
|
1006
|
+
var _super73 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
994
1007
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code) {
|
995
|
-
var
|
1008
|
+
var _this73;
|
996
1009
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
997
|
-
|
998
|
-
|
999
|
-
return
|
1010
|
+
_this73 = _super73.call(this, message, code);
|
1011
|
+
_this73.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
1012
|
+
return _this73;
|
1000
1013
|
}
|
1001
1014
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1002
1015
|
}(NotAuthorizedError);
|
1003
1016
|
errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
1004
1017
|
var NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
1005
1018
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError6);
|
1006
|
-
var
|
1019
|
+
var _super74 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
|
1007
1020
|
function NotAuthorized_BillingPermissionRequiredError(message, code) {
|
1008
|
-
var
|
1021
|
+
var _this74;
|
1009
1022
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
1010
|
-
|
1011
|
-
|
1012
|
-
return
|
1023
|
+
_this74 = _super74.call(this, message, code);
|
1024
|
+
_this74.name = 'NotAuthorized_BillingPermissionRequiredError';
|
1025
|
+
return _this74;
|
1013
1026
|
}
|
1014
1027
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
1015
1028
|
}(NotAuthorizedError);
|
1016
1029
|
errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
1017
1030
|
var NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
1018
1031
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError7);
|
1019
|
-
var
|
1032
|
+
var _super75 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
|
1020
1033
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code) {
|
1021
|
-
var
|
1034
|
+
var _this75;
|
1022
1035
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
1023
|
-
|
1024
|
-
|
1025
|
-
return
|
1036
|
+
_this75 = _super75.call(this, message, code);
|
1037
|
+
_this75.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
1038
|
+
return _this75;
|
1026
1039
|
}
|
1027
1040
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
1028
1041
|
}(NotAuthorizedError);
|
1029
1042
|
errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
1030
1043
|
var NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
1031
1044
|
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError8);
|
1032
|
-
var
|
1045
|
+
var _super76 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1033
1046
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code) {
|
1034
|
-
var
|
1047
|
+
var _this76;
|
1035
1048
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
1036
|
-
|
1037
|
-
|
1038
|
-
return
|
1049
|
+
_this76 = _super76.call(this, message, code);
|
1050
|
+
_this76.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
1051
|
+
return _this76;
|
1039
1052
|
}
|
1040
1053
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1041
1054
|
}(NotAuthorizedError);
|
1042
1055
|
errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
1043
1056
|
var NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
1044
1057
|
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError9);
|
1045
|
-
var
|
1058
|
+
var _super77 = _createSuper(NotAuthorized_CantActForOtherUserError);
|
1046
1059
|
function NotAuthorized_CantActForOtherUserError(message, code) {
|
1047
|
-
var
|
1060
|
+
var _this77;
|
1048
1061
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
1049
|
-
|
1050
|
-
|
1051
|
-
return
|
1062
|
+
_this77 = _super77.call(this, message, code);
|
1063
|
+
_this77.name = 'NotAuthorized_CantActForOtherUserError';
|
1064
|
+
return _this77;
|
1052
1065
|
}
|
1053
1066
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
1054
1067
|
}(NotAuthorizedError);
|
1055
1068
|
errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
1056
1069
|
var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
1057
1070
|
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
1058
|
-
var
|
1071
|
+
var _super78 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1059
1072
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code) {
|
1060
|
-
var
|
1073
|
+
var _this78;
|
1061
1074
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1062
|
-
|
1063
|
-
|
1064
|
-
return
|
1075
|
+
_this78 = _super78.call(this, message, code);
|
1076
|
+
_this78.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
1077
|
+
return _this78;
|
1065
1078
|
}
|
1066
1079
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1067
1080
|
}(NotAuthorizedError);
|
1068
1081
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
1069
1082
|
var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
1070
1083
|
(0, _inherits2.default)(NotAuthorized_FilesAgentFailedAuthorizationError, _NotAuthorizedError11);
|
1071
|
-
var
|
1084
|
+
var _super79 = _createSuper(NotAuthorized_FilesAgentFailedAuthorizationError);
|
1072
1085
|
function NotAuthorized_FilesAgentFailedAuthorizationError(message, code) {
|
1073
|
-
var
|
1086
|
+
var _this79;
|
1074
1087
|
(0, _classCallCheck2.default)(this, NotAuthorized_FilesAgentFailedAuthorizationError);
|
1075
|
-
|
1076
|
-
|
1077
|
-
return
|
1088
|
+
_this79 = _super79.call(this, message, code);
|
1089
|
+
_this79.name = 'NotAuthorized_FilesAgentFailedAuthorizationError';
|
1090
|
+
return _this79;
|
1078
1091
|
}
|
1079
1092
|
return (0, _createClass2.default)(NotAuthorized_FilesAgentFailedAuthorizationError);
|
1080
1093
|
}(NotAuthorizedError);
|
1081
1094
|
errorClasses.NotAuthorized_FilesAgentFailedAuthorizationError = NotAuthorized_FilesAgentFailedAuthorizationError;
|
1082
1095
|
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
1083
1096
|
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError12);
|
1084
|
-
var
|
1097
|
+
var _super80 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1085
1098
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
|
1086
|
-
var
|
1099
|
+
var _this80;
|
1087
1100
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1088
|
-
|
1089
|
-
|
1090
|
-
return
|
1101
|
+
_this80 = _super80.call(this, message, code);
|
1102
|
+
_this80.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
1103
|
+
return _this80;
|
1091
1104
|
}
|
1092
1105
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1093
1106
|
}(NotAuthorizedError);
|
1094
1107
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
1095
1108
|
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
1096
1109
|
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError13);
|
1097
|
-
var
|
1110
|
+
var _super81 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
|
1098
1111
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
|
1099
|
-
var
|
1112
|
+
var _this81;
|
1100
1113
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
1101
|
-
|
1102
|
-
|
1103
|
-
return
|
1114
|
+
_this81 = _super81.call(this, message, code);
|
1115
|
+
_this81.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
1116
|
+
return _this81;
|
1104
1117
|
}
|
1105
1118
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
1106
1119
|
}(NotAuthorizedError);
|
1107
1120
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
1108
1121
|
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
1109
1122
|
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError14);
|
1110
|
-
var
|
1123
|
+
var _super82 = _createSuper(NotAuthorized_FullPermissionRequiredError);
|
1111
1124
|
function NotAuthorized_FullPermissionRequiredError(message, code) {
|
1112
|
-
var
|
1125
|
+
var _this82;
|
1113
1126
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
1114
|
-
|
1115
|
-
|
1116
|
-
return
|
1127
|
+
_this82 = _super82.call(this, message, code);
|
1128
|
+
_this82.name = 'NotAuthorized_FullPermissionRequiredError';
|
1129
|
+
return _this82;
|
1117
1130
|
}
|
1118
1131
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
1119
1132
|
}(NotAuthorizedError);
|
1120
1133
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
1121
1134
|
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
1122
1135
|
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError15);
|
1123
|
-
var
|
1136
|
+
var _super83 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
|
1124
1137
|
function NotAuthorized_HistoryPermissionRequiredError(message, code) {
|
1125
|
-
var
|
1138
|
+
var _this83;
|
1126
1139
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
1127
|
-
|
1128
|
-
|
1129
|
-
return
|
1140
|
+
_this83 = _super83.call(this, message, code);
|
1141
|
+
_this83.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
1142
|
+
return _this83;
|
1130
1143
|
}
|
1131
1144
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
1132
1145
|
}(NotAuthorizedError);
|
1133
1146
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
1134
1147
|
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
1135
1148
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError16);
|
1136
|
-
var
|
1149
|
+
var _super84 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
|
1137
1150
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
|
1138
|
-
var
|
1151
|
+
var _this84;
|
1139
1152
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
1140
|
-
|
1141
|
-
|
1142
|
-
return
|
1153
|
+
_this84 = _super84.call(this, message, code);
|
1154
|
+
_this84.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
1155
|
+
return _this84;
|
1143
1156
|
}
|
1144
1157
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
1145
1158
|
}(NotAuthorizedError);
|
1146
1159
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
1147
1160
|
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
1148
1161
|
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError17);
|
1149
|
-
var
|
1162
|
+
var _super85 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1150
1163
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
|
1151
|
-
var
|
1164
|
+
var _this85;
|
1152
1165
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
1153
|
-
|
1154
|
-
|
1155
|
-
return
|
1166
|
+
_this85 = _super85.call(this, message, code);
|
1167
|
+
_this85.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
1168
|
+
return _this85;
|
1156
1169
|
}
|
1157
1170
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1158
1171
|
}(NotAuthorizedError);
|
1159
1172
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
1160
1173
|
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
1161
1174
|
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError18);
|
1162
|
-
var
|
1175
|
+
var _super86 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
|
1163
1176
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
|
1164
|
-
var
|
1177
|
+
var _this86;
|
1165
1178
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
1166
|
-
|
1167
|
-
|
1168
|
-
return
|
1179
|
+
_this86 = _super86.call(this, message, code);
|
1180
|
+
_this86.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
1181
|
+
return _this86;
|
1169
1182
|
}
|
1170
1183
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
1171
1184
|
}(NotAuthorizedError);
|
1172
1185
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
1173
1186
|
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
1174
1187
|
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError19);
|
1175
|
-
var
|
1188
|
+
var _super87 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1176
1189
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
|
1177
|
-
var
|
1190
|
+
var _this87;
|
1178
1191
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1179
|
-
|
1180
|
-
|
1181
|
-
return
|
1192
|
+
_this87 = _super87.call(this, message, code);
|
1193
|
+
_this87.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
1194
|
+
return _this87;
|
1182
1195
|
}
|
1183
1196
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1184
1197
|
}(NotAuthorizedError);
|
1185
1198
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
1186
1199
|
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
1187
1200
|
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError20);
|
1188
|
-
var
|
1201
|
+
var _super88 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
|
1189
1202
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
|
1190
|
-
var
|
1203
|
+
var _this88;
|
1191
1204
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
1192
|
-
|
1193
|
-
|
1194
|
-
return
|
1205
|
+
_this88 = _super88.call(this, message, code);
|
1206
|
+
_this88.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
1207
|
+
return _this88;
|
1195
1208
|
}
|
1196
1209
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
1197
1210
|
}(NotAuthorizedError);
|
1198
1211
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
1199
1212
|
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
1200
1213
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError21);
|
1201
|
-
var
|
1214
|
+
var _super89 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
|
1202
1215
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
|
1203
|
-
var
|
1216
|
+
var _this89;
|
1204
1217
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
1205
|
-
|
1206
|
-
|
1207
|
-
return
|
1218
|
+
_this89 = _super89.call(this, message, code);
|
1219
|
+
_this89.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
1220
|
+
return _this89;
|
1208
1221
|
}
|
1209
1222
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
1210
1223
|
}(NotAuthorizedError);
|
1211
1224
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
1212
1225
|
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
1213
1226
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError22);
|
1214
|
-
var
|
1227
|
+
var _super90 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
|
1215
1228
|
function NotAuthorized_PasswordChangeRequiredError(message, code) {
|
1216
|
-
var
|
1229
|
+
var _this90;
|
1217
1230
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
1218
|
-
|
1219
|
-
|
1220
|
-
return
|
1231
|
+
_this90 = _super90.call(this, message, code);
|
1232
|
+
_this90.name = 'NotAuthorized_PasswordChangeRequiredError';
|
1233
|
+
return _this90;
|
1221
1234
|
}
|
1222
1235
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
1223
1236
|
}(NotAuthorizedError);
|
1224
1237
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
1225
1238
|
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
1226
1239
|
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError23);
|
1227
|
-
var
|
1240
|
+
var _super91 = _createSuper(NotAuthorized_ReadOnlySessionError);
|
1228
1241
|
function NotAuthorized_ReadOnlySessionError(message, code) {
|
1229
|
-
var
|
1242
|
+
var _this91;
|
1230
1243
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
1231
|
-
|
1232
|
-
|
1233
|
-
return
|
1244
|
+
_this91 = _super91.call(this, message, code);
|
1245
|
+
_this91.name = 'NotAuthorized_ReadOnlySessionError';
|
1246
|
+
return _this91;
|
1234
1247
|
}
|
1235
1248
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
1236
1249
|
}(NotAuthorizedError);
|
1237
1250
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
1238
1251
|
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
1239
1252
|
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError24);
|
1240
|
-
var
|
1253
|
+
var _super92 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
|
1241
1254
|
function NotAuthorized_ReadPermissionRequiredError(message, code) {
|
1242
|
-
var
|
1255
|
+
var _this92;
|
1243
1256
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
1244
|
-
|
1245
|
-
|
1246
|
-
return
|
1257
|
+
_this92 = _super92.call(this, message, code);
|
1258
|
+
_this92.name = 'NotAuthorized_ReadPermissionRequiredError';
|
1259
|
+
return _this92;
|
1247
1260
|
}
|
1248
1261
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
1249
1262
|
}(NotAuthorizedError);
|
1250
1263
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
1251
1264
|
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
1252
1265
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError25);
|
1253
|
-
var
|
1266
|
+
var _super93 = _createSuper(NotAuthorized_ReauthenticationFailedError);
|
1254
1267
|
function NotAuthorized_ReauthenticationFailedError(message, code) {
|
1255
|
-
var
|
1268
|
+
var _this93;
|
1256
1269
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
1257
|
-
|
1258
|
-
|
1259
|
-
return
|
1270
|
+
_this93 = _super93.call(this, message, code);
|
1271
|
+
_this93.name = 'NotAuthorized_ReauthenticationFailedError';
|
1272
|
+
return _this93;
|
1260
1273
|
}
|
1261
1274
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
1262
1275
|
}(NotAuthorizedError);
|
1263
1276
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
1264
1277
|
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
1265
1278
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError26);
|
1266
|
-
var
|
1279
|
+
var _super94 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
|
1267
1280
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
|
1268
|
-
var
|
1281
|
+
var _this94;
|
1269
1282
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
1270
|
-
|
1271
|
-
|
1272
|
-
return
|
1283
|
+
_this94 = _super94.call(this, message, code);
|
1284
|
+
_this94.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
1285
|
+
return _this94;
|
1273
1286
|
}
|
1274
1287
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
1275
1288
|
}(NotAuthorizedError);
|
1276
1289
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
1277
1290
|
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
1278
1291
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError27);
|
1279
|
-
var
|
1292
|
+
var _super95 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
|
1280
1293
|
function NotAuthorized_ReauthenticationNeededActionError(message, code) {
|
1281
|
-
var
|
1294
|
+
var _this95;
|
1282
1295
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
1283
|
-
|
1284
|
-
|
1285
|
-
return
|
1296
|
+
_this95 = _super95.call(this, message, code);
|
1297
|
+
_this95.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
1298
|
+
return _this95;
|
1286
1299
|
}
|
1287
1300
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
1288
1301
|
}(NotAuthorizedError);
|
1289
1302
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
1290
1303
|
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
1291
1304
|
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError28);
|
1292
|
-
var
|
1305
|
+
var _super96 = _createSuper(NotAuthorized_SelfManagedRequiredError);
|
1293
1306
|
function NotAuthorized_SelfManagedRequiredError(message, code) {
|
1294
|
-
var
|
1307
|
+
var _this96;
|
1295
1308
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
1296
|
-
|
1297
|
-
|
1298
|
-
return
|
1309
|
+
_this96 = _super96.call(this, message, code);
|
1310
|
+
_this96.name = 'NotAuthorized_SelfManagedRequiredError';
|
1311
|
+
return _this96;
|
1299
1312
|
}
|
1300
1313
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
1301
1314
|
}(NotAuthorizedError);
|
1302
1315
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
1303
1316
|
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
1304
1317
|
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError29);
|
1305
|
-
var
|
1318
|
+
var _super97 = _createSuper(NotAuthorized_SiteAdminRequiredError);
|
1306
1319
|
function NotAuthorized_SiteAdminRequiredError(message, code) {
|
1307
|
-
var
|
1320
|
+
var _this97;
|
1308
1321
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
1309
|
-
|
1310
|
-
|
1311
|
-
return
|
1322
|
+
_this97 = _super97.call(this, message, code);
|
1323
|
+
_this97.name = 'NotAuthorized_SiteAdminRequiredError';
|
1324
|
+
return _this97;
|
1312
1325
|
}
|
1313
1326
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
1314
1327
|
}(NotAuthorizedError);
|
1315
1328
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
1316
1329
|
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
1317
1330
|
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError30);
|
1318
|
-
var
|
1331
|
+
var _super98 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
|
1319
1332
|
function NotAuthorized_SiteFilesAreImmutableError(message, code) {
|
1320
|
-
var
|
1333
|
+
var _this98;
|
1321
1334
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
1322
|
-
|
1323
|
-
|
1324
|
-
return
|
1335
|
+
_this98 = _super98.call(this, message, code);
|
1336
|
+
_this98.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
1337
|
+
return _this98;
|
1325
1338
|
}
|
1326
1339
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
1327
1340
|
}(NotAuthorizedError);
|
1328
1341
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
1329
1342
|
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
1330
1343
|
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError31);
|
1331
|
-
var
|
1344
|
+
var _super99 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1332
1345
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
|
1333
|
-
var
|
1346
|
+
var _this99;
|
1334
1347
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1335
|
-
|
1336
|
-
|
1337
|
-
return
|
1348
|
+
_this99 = _super99.call(this, message, code);
|
1349
|
+
_this99.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
1350
|
+
return _this99;
|
1338
1351
|
}
|
1339
1352
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1340
1353
|
}(NotAuthorizedError);
|
1341
1354
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
1342
1355
|
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1343
1356
|
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError32);
|
1344
|
-
var
|
1357
|
+
var _super100 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
|
1345
1358
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
|
1346
|
-
var
|
1359
|
+
var _this100;
|
1347
1360
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
1348
|
-
|
1349
|
-
|
1350
|
-
return
|
1361
|
+
_this100 = _super100.call(this, message, code);
|
1362
|
+
_this100.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
1363
|
+
return _this100;
|
1351
1364
|
}
|
1352
1365
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
1353
1366
|
}(NotAuthorizedError);
|
1354
1367
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1355
1368
|
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1356
1369
|
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError, _NotAuthorizedError33);
|
1357
|
-
var
|
1370
|
+
var _super101 = _createSuper(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1358
1371
|
function NotAuthorized_WriteAndBundlePermissionRequiredError(message, code) {
|
1359
|
-
var
|
1372
|
+
var _this101;
|
1360
1373
|
(0, _classCallCheck2.default)(this, NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1361
|
-
|
1362
|
-
|
1363
|
-
return
|
1374
|
+
_this101 = _super101.call(this, message, code);
|
1375
|
+
_this101.name = 'NotAuthorized_WriteAndBundlePermissionRequiredError';
|
1376
|
+
return _this101;
|
1364
1377
|
}
|
1365
1378
|
return (0, _createClass2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1366
1379
|
}(NotAuthorizedError);
|
1367
1380
|
errorClasses.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
1368
1381
|
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError34) {
|
1369
1382
|
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError34);
|
1370
|
-
var
|
1383
|
+
var _super102 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1371
1384
|
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1372
|
-
var
|
1385
|
+
var _this102;
|
1373
1386
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1374
|
-
|
1375
|
-
|
1376
|
-
return
|
1387
|
+
_this102 = _super102.call(this, message, code);
|
1388
|
+
_this102.name = 'NotAuthorized_WritePermissionRequiredError';
|
1389
|
+
return _this102;
|
1377
1390
|
}
|
1378
1391
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
1379
1392
|
}(NotAuthorizedError);
|
1380
1393
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1381
1394
|
var NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError35) {
|
1382
1395
|
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError35);
|
1383
|
-
var
|
1396
|
+
var _super103 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1384
1397
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1385
|
-
var
|
1398
|
+
var _this103;
|
1386
1399
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1387
|
-
|
1388
|
-
|
1389
|
-
return
|
1400
|
+
_this103 = _super103.call(this, message, code);
|
1401
|
+
_this103.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1402
|
+
return _this103;
|
1390
1403
|
}
|
1391
1404
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
1392
1405
|
}(NotAuthorizedError);
|
1393
1406
|
errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1394
1407
|
var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1395
1408
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1396
|
-
var
|
1409
|
+
var _super104 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1397
1410
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1398
|
-
var
|
1411
|
+
var _this104;
|
1399
1412
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
1400
|
-
|
1401
|
-
|
1402
|
-
return
|
1413
|
+
_this104 = _super104.call(this, message, code);
|
1414
|
+
_this104.name = 'NotFound_ApiKeyNotFoundError';
|
1415
|
+
return _this104;
|
1403
1416
|
}
|
1404
1417
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
1405
1418
|
}(NotFoundError);
|
1406
1419
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
1407
1420
|
var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
1408
1421
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
1409
|
-
var
|
1422
|
+
var _super105 = _createSuper(NotFound_BundlePathNotFoundError);
|
1410
1423
|
function NotFound_BundlePathNotFoundError(message, code) {
|
1411
|
-
var
|
1424
|
+
var _this105;
|
1412
1425
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
1413
|
-
|
1414
|
-
|
1415
|
-
return
|
1426
|
+
_this105 = _super105.call(this, message, code);
|
1427
|
+
_this105.name = 'NotFound_BundlePathNotFoundError';
|
1428
|
+
return _this105;
|
1416
1429
|
}
|
1417
1430
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
1418
1431
|
}(NotFoundError);
|
1419
1432
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
1420
1433
|
var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
1421
1434
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
1422
|
-
var
|
1435
|
+
var _super106 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
1423
1436
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
1424
|
-
var
|
1437
|
+
var _this106;
|
1425
1438
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
1426
|
-
|
1427
|
-
|
1428
|
-
return
|
1439
|
+
_this106 = _super106.call(this, message, code);
|
1440
|
+
_this106.name = 'NotFound_BundleRegistrationNotFoundError';
|
1441
|
+
return _this106;
|
1429
1442
|
}
|
1430
1443
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
1431
1444
|
}(NotFoundError);
|
1432
1445
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
1433
1446
|
var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
1434
1447
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
1435
|
-
var
|
1448
|
+
var _super107 = _createSuper(NotFound_CodeNotFoundError);
|
1436
1449
|
function NotFound_CodeNotFoundError(message, code) {
|
1437
|
-
var
|
1450
|
+
var _this107;
|
1438
1451
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
1439
|
-
|
1440
|
-
|
1441
|
-
return
|
1452
|
+
_this107 = _super107.call(this, message, code);
|
1453
|
+
_this107.name = 'NotFound_CodeNotFoundError';
|
1454
|
+
return _this107;
|
1442
1455
|
}
|
1443
1456
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
1444
1457
|
}(NotFoundError);
|
1445
1458
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
1446
1459
|
var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
1447
1460
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
1448
|
-
var
|
1461
|
+
var _super108 = _createSuper(NotFound_FileNotFoundError);
|
1449
1462
|
function NotFound_FileNotFoundError(message, code) {
|
1450
|
-
var
|
1463
|
+
var _this108;
|
1451
1464
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
1452
|
-
|
1453
|
-
|
1454
|
-
return
|
1465
|
+
_this108 = _super108.call(this, message, code);
|
1466
|
+
_this108.name = 'NotFound_FileNotFoundError';
|
1467
|
+
return _this108;
|
1455
1468
|
}
|
1456
1469
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
1457
1470
|
}(NotFoundError);
|
1458
1471
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
1459
1472
|
var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
1460
1473
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
1461
|
-
var
|
1474
|
+
var _super109 = _createSuper(NotFound_FileUploadNotFoundError);
|
1462
1475
|
function NotFound_FileUploadNotFoundError(message, code) {
|
1463
|
-
var
|
1476
|
+
var _this109;
|
1464
1477
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
1465
|
-
|
1466
|
-
|
1467
|
-
return
|
1478
|
+
_this109 = _super109.call(this, message, code);
|
1479
|
+
_this109.name = 'NotFound_FileUploadNotFoundError';
|
1480
|
+
return _this109;
|
1468
1481
|
}
|
1469
1482
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
1470
1483
|
}(NotFoundError);
|
1471
1484
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
1472
1485
|
var NotFound_FolderNotFoundError = exports.NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
1473
1486
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
1474
|
-
var
|
1487
|
+
var _super110 = _createSuper(NotFound_FolderNotFoundError);
|
1475
1488
|
function NotFound_FolderNotFoundError(message, code) {
|
1476
|
-
var
|
1489
|
+
var _this110;
|
1477
1490
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
1478
|
-
|
1479
|
-
|
1480
|
-
return
|
1491
|
+
_this110 = _super110.call(this, message, code);
|
1492
|
+
_this110.name = 'NotFound_FolderNotFoundError';
|
1493
|
+
return _this110;
|
1481
1494
|
}
|
1482
1495
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
1483
1496
|
}(NotFoundError);
|
1484
1497
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
1485
1498
|
var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
1486
1499
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
1487
|
-
var
|
1500
|
+
var _super111 = _createSuper(NotFound_GroupNotFoundError);
|
1488
1501
|
function NotFound_GroupNotFoundError(message, code) {
|
1489
|
-
var
|
1502
|
+
var _this111;
|
1490
1503
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
1491
|
-
|
1492
|
-
|
1493
|
-
return
|
1504
|
+
_this111 = _super111.call(this, message, code);
|
1505
|
+
_this111.name = 'NotFound_GroupNotFoundError';
|
1506
|
+
return _this111;
|
1494
1507
|
}
|
1495
1508
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
1496
1509
|
}(NotFoundError);
|
1497
1510
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
1498
1511
|
var NotFound_InboxNotFoundError = exports.NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
1499
1512
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
1500
|
-
var
|
1513
|
+
var _super112 = _createSuper(NotFound_InboxNotFoundError);
|
1501
1514
|
function NotFound_InboxNotFoundError(message, code) {
|
1502
|
-
var
|
1515
|
+
var _this112;
|
1503
1516
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
1504
|
-
|
1505
|
-
|
1506
|
-
return
|
1517
|
+
_this112 = _super112.call(this, message, code);
|
1518
|
+
_this112.name = 'NotFound_InboxNotFoundError';
|
1519
|
+
return _this112;
|
1507
1520
|
}
|
1508
1521
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
1509
1522
|
}(NotFoundError);
|
1510
1523
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
1511
1524
|
var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
1512
1525
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
1513
|
-
var
|
1526
|
+
var _super113 = _createSuper(NotFound_NestedNotFoundError);
|
1514
1527
|
function NotFound_NestedNotFoundError(message, code) {
|
1515
|
-
var
|
1528
|
+
var _this113;
|
1516
1529
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
1517
|
-
|
1518
|
-
|
1519
|
-
return
|
1530
|
+
_this113 = _super113.call(this, message, code);
|
1531
|
+
_this113.name = 'NotFound_NestedNotFoundError';
|
1532
|
+
return _this113;
|
1520
1533
|
}
|
1521
1534
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
1522
1535
|
}(NotFoundError);
|
1523
1536
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
1524
1537
|
var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
1525
1538
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
1526
|
-
var
|
1539
|
+
var _super114 = _createSuper(NotFound_PlanNotFoundError);
|
1527
1540
|
function NotFound_PlanNotFoundError(message, code) {
|
1528
|
-
var
|
1541
|
+
var _this114;
|
1529
1542
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
1530
|
-
|
1531
|
-
|
1532
|
-
return
|
1543
|
+
_this114 = _super114.call(this, message, code);
|
1544
|
+
_this114.name = 'NotFound_PlanNotFoundError';
|
1545
|
+
return _this114;
|
1533
1546
|
}
|
1534
1547
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
1535
1548
|
}(NotFoundError);
|
1536
1549
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
1537
1550
|
var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
1538
1551
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
1539
|
-
var
|
1552
|
+
var _super115 = _createSuper(NotFound_SiteNotFoundError);
|
1540
1553
|
function NotFound_SiteNotFoundError(message, code) {
|
1541
|
-
var
|
1554
|
+
var _this115;
|
1542
1555
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
1543
|
-
|
1544
|
-
|
1545
|
-
return
|
1556
|
+
_this115 = _super115.call(this, message, code);
|
1557
|
+
_this115.name = 'NotFound_SiteNotFoundError';
|
1558
|
+
return _this115;
|
1546
1559
|
}
|
1547
1560
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
1548
1561
|
}(NotFoundError);
|
1549
1562
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
1550
1563
|
var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
1551
1564
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
1552
|
-
var
|
1565
|
+
var _super116 = _createSuper(NotFound_UserNotFoundError);
|
1553
1566
|
function NotFound_UserNotFoundError(message, code) {
|
1554
|
-
var
|
1567
|
+
var _this116;
|
1555
1568
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
1556
|
-
|
1557
|
-
|
1558
|
-
return
|
1569
|
+
_this116 = _super116.call(this, message, code);
|
1570
|
+
_this116.name = 'NotFound_UserNotFoundError';
|
1571
|
+
return _this116;
|
1559
1572
|
}
|
1560
1573
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
1561
1574
|
}(NotFoundError);
|
1562
1575
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
1563
1576
|
var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
1564
1577
|
(0, _inherits2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError, _ProcessingFailureErr);
|
1565
|
-
var
|
1578
|
+
var _super117 = _createSuper(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1566
1579
|
function ProcessingFailure_AutomationCannotBeRunManuallyError(message, code) {
|
1567
|
-
var
|
1580
|
+
var _this117;
|
1568
1581
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1569
|
-
|
1570
|
-
|
1571
|
-
return
|
1582
|
+
_this117 = _super117.call(this, message, code);
|
1583
|
+
_this117.name = 'ProcessingFailure_AutomationCannotBeRunManuallyError';
|
1584
|
+
return _this117;
|
1572
1585
|
}
|
1573
1586
|
return (0, _createClass2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1574
1587
|
}(ProcessingFailureError);
|
1575
1588
|
errorClasses.ProcessingFailure_AutomationCannotBeRunManuallyError = ProcessingFailure_AutomationCannotBeRunManuallyError;
|
1576
1589
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
1577
1590
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr2);
|
1578
|
-
var
|
1591
|
+
var _super118 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1579
1592
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
1580
|
-
var
|
1593
|
+
var _this118;
|
1581
1594
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1582
|
-
|
1583
|
-
|
1584
|
-
return
|
1595
|
+
_this118 = _super118.call(this, message, code);
|
1596
|
+
_this118.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
1597
|
+
return _this118;
|
1585
1598
|
}
|
1586
1599
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1587
1600
|
}(ProcessingFailureError);
|
1588
1601
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
1589
1602
|
var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
1590
1603
|
(0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr3);
|
1591
|
-
var
|
1604
|
+
var _super119 = _createSuper(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1592
1605
|
function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code) {
|
1593
|
-
var
|
1606
|
+
var _this119;
|
1594
1607
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1595
|
-
|
1596
|
-
|
1597
|
-
return
|
1608
|
+
_this119 = _super119.call(this, message, code);
|
1609
|
+
_this119.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
|
1610
|
+
return _this119;
|
1598
1611
|
}
|
1599
1612
|
return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1600
1613
|
}(ProcessingFailureError);
|
1601
1614
|
errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
|
1602
1615
|
var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
1603
1616
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr4);
|
1604
|
-
var
|
1617
|
+
var _super120 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
1605
1618
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
1606
|
-
var
|
1619
|
+
var _this120;
|
1607
1620
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
1608
|
-
|
1609
|
-
|
1610
|
-
return
|
1621
|
+
_this120 = _super120.call(this, message, code);
|
1622
|
+
_this120.name = 'ProcessingFailure_CouldNotCreateParentError';
|
1623
|
+
return _this120;
|
1611
1624
|
}
|
1612
1625
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
1613
1626
|
}(ProcessingFailureError);
|
1614
1627
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
1615
1628
|
var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
1616
1629
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr5);
|
1617
|
-
var
|
1630
|
+
var _super121 = _createSuper(ProcessingFailure_DestinationExistsError);
|
1618
1631
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
1619
|
-
var
|
1632
|
+
var _this121;
|
1620
1633
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
1621
|
-
|
1622
|
-
|
1623
|
-
return
|
1634
|
+
_this121 = _super121.call(this, message, code);
|
1635
|
+
_this121.name = 'ProcessingFailure_DestinationExistsError';
|
1636
|
+
return _this121;
|
1624
1637
|
}
|
1625
1638
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
1626
1639
|
}(ProcessingFailureError);
|
1627
1640
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
1628
1641
|
var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
1629
1642
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr6);
|
1630
|
-
var
|
1643
|
+
var _super122 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
1631
1644
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
1632
|
-
var
|
1645
|
+
var _this122;
|
1633
1646
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
1634
|
-
|
1635
|
-
|
1636
|
-
return
|
1647
|
+
_this122 = _super122.call(this, message, code);
|
1648
|
+
_this122.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
1649
|
+
return _this122;
|
1637
1650
|
}
|
1638
1651
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
1639
1652
|
}(ProcessingFailureError);
|
1640
1653
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
1641
1654
|
var ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
1642
1655
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr7);
|
1643
|
-
var
|
1656
|
+
var _super123 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
1644
1657
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
1645
|
-
var
|
1658
|
+
var _this123;
|
1646
1659
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
1647
|
-
|
1648
|
-
|
1649
|
-
return
|
1660
|
+
_this123 = _super123.call(this, message, code);
|
1661
|
+
_this123.name = 'ProcessingFailure_DestinationParentConflictError';
|
1662
|
+
return _this123;
|
1650
1663
|
}
|
1651
1664
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
1652
1665
|
}(ProcessingFailureError);
|
1653
1666
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
1654
1667
|
var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
1655
1668
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr8);
|
1656
|
-
var
|
1669
|
+
var _super124 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
1657
1670
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
1658
|
-
var
|
1671
|
+
var _this124;
|
1659
1672
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
1660
|
-
|
1661
|
-
|
1662
|
-
return
|
1673
|
+
_this124 = _super124.call(this, message, code);
|
1674
|
+
_this124.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
1675
|
+
return _this124;
|
1663
1676
|
}
|
1664
1677
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
1665
1678
|
}(ProcessingFailureError);
|
1666
1679
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
1667
1680
|
var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
1668
1681
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr9);
|
1669
|
-
var
|
1682
|
+
var _super125 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
1670
1683
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
1671
|
-
var
|
1684
|
+
var _this125;
|
1672
1685
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
1673
|
-
|
1674
|
-
|
1675
|
-
return
|
1686
|
+
_this125 = _super125.call(this, message, code);
|
1687
|
+
_this125.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
1688
|
+
return _this125;
|
1676
1689
|
}
|
1677
1690
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
1678
1691
|
}(ProcessingFailureError);
|
1679
1692
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
1680
1693
|
var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
1681
1694
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr10);
|
1682
|
-
var
|
1695
|
+
var _super126 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
1683
1696
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
1684
|
-
var
|
1697
|
+
var _this126;
|
1685
1698
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
1686
|
-
|
1687
|
-
|
1688
|
-
return
|
1699
|
+
_this126 = _super126.call(this, message, code);
|
1700
|
+
_this126.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
1701
|
+
return _this126;
|
1689
1702
|
}
|
1690
1703
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
1691
1704
|
}(ProcessingFailureError);
|
1692
1705
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
1693
1706
|
var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
1694
1707
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr11);
|
1695
|
-
var
|
1708
|
+
var _super127 = _createSuper(ProcessingFailure_ExportFailureError);
|
1696
1709
|
function ProcessingFailure_ExportFailureError(message, code) {
|
1697
|
-
var
|
1710
|
+
var _this127;
|
1698
1711
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
1699
|
-
|
1700
|
-
|
1701
|
-
return
|
1712
|
+
_this127 = _super127.call(this, message, code);
|
1713
|
+
_this127.name = 'ProcessingFailure_ExportFailureError';
|
1714
|
+
return _this127;
|
1702
1715
|
}
|
1703
1716
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
1704
1717
|
}(ProcessingFailureError);
|
1705
1718
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
1706
1719
|
var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
1707
1720
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr12);
|
1708
|
-
var
|
1721
|
+
var _super128 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
1709
1722
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
1710
|
-
var
|
1723
|
+
var _this128;
|
1711
1724
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
1712
|
-
|
1713
|
-
|
1714
|
-
return
|
1725
|
+
_this128 = _super128.call(this, message, code);
|
1726
|
+
_this128.name = 'ProcessingFailure_ExportNotReadyError';
|
1727
|
+
return _this128;
|
1715
1728
|
}
|
1716
1729
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
1717
1730
|
}(ProcessingFailureError);
|
1718
1731
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
1719
1732
|
var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
1720
1733
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr13);
|
1721
|
-
var
|
1734
|
+
var _super129 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
1722
1735
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
1723
|
-
var
|
1736
|
+
var _this129;
|
1724
1737
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
1725
|
-
|
1726
|
-
|
1727
|
-
return
|
1738
|
+
_this129 = _super129.call(this, message, code);
|
1739
|
+
_this129.name = 'ProcessingFailure_FailedToChangePasswordError';
|
1740
|
+
return _this129;
|
1728
1741
|
}
|
1729
1742
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
1730
1743
|
}(ProcessingFailureError);
|
1731
1744
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
1732
1745
|
var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
1733
1746
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr14);
|
1734
|
-
var
|
1747
|
+
var _super130 = _createSuper(ProcessingFailure_FileLockedError);
|
1735
1748
|
function ProcessingFailure_FileLockedError(message, code) {
|
1736
|
-
var
|
1749
|
+
var _this130;
|
1737
1750
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
1738
|
-
|
1739
|
-
|
1740
|
-
return
|
1751
|
+
_this130 = _super130.call(this, message, code);
|
1752
|
+
_this130.name = 'ProcessingFailure_FileLockedError';
|
1753
|
+
return _this130;
|
1741
1754
|
}
|
1742
1755
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
1743
1756
|
}(ProcessingFailureError);
|
1744
1757
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
1745
1758
|
var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
1746
1759
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr15);
|
1747
|
-
var
|
1760
|
+
var _super131 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
1748
1761
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
1749
|
-
var
|
1762
|
+
var _this131;
|
1750
1763
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
1751
|
-
|
1752
|
-
|
1753
|
-
return
|
1764
|
+
_this131 = _super131.call(this, message, code);
|
1765
|
+
_this131.name = 'ProcessingFailure_FileNotUploadedError';
|
1766
|
+
return _this131;
|
1754
1767
|
}
|
1755
1768
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
1756
1769
|
}(ProcessingFailureError);
|
1757
1770
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
1758
1771
|
var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
1759
1772
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr16);
|
1760
|
-
var
|
1773
|
+
var _super132 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
1761
1774
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
1762
|
-
var
|
1775
|
+
var _this132;
|
1763
1776
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
1764
|
-
|
1765
|
-
|
1766
|
-
return
|
1777
|
+
_this132 = _super132.call(this, message, code);
|
1778
|
+
_this132.name = 'ProcessingFailure_FilePendingProcessingError';
|
1779
|
+
return _this132;
|
1767
1780
|
}
|
1768
1781
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
1769
1782
|
}(ProcessingFailureError);
|
1770
1783
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
1771
1784
|
var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
1772
1785
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr17);
|
1773
|
-
var
|
1786
|
+
var _super133 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
1774
1787
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
1775
|
-
var
|
1788
|
+
var _this133;
|
1776
1789
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
1777
|
-
|
1778
|
-
|
1779
|
-
return
|
1790
|
+
_this133 = _super133.call(this, message, code);
|
1791
|
+
_this133.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
1792
|
+
return _this133;
|
1780
1793
|
}
|
1781
1794
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
1782
1795
|
}(ProcessingFailureError);
|
1783
1796
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
1784
1797
|
var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
1785
1798
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr18);
|
1786
|
-
var
|
1799
|
+
var _super134 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
1787
1800
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
1788
|
-
var
|
1801
|
+
var _this134;
|
1789
1802
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
1790
|
-
|
1791
|
-
|
1792
|
-
return
|
1803
|
+
_this134 = _super134.call(this, message, code);
|
1804
|
+
_this134.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
1805
|
+
return _this134;
|
1793
1806
|
}
|
1794
1807
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
1795
1808
|
}(ProcessingFailureError);
|
1796
1809
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
1797
1810
|
var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
1798
1811
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr19);
|
1799
|
-
var
|
1812
|
+
var _super135 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
1800
1813
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
1801
|
-
var
|
1814
|
+
var _this135;
|
1802
1815
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
1803
|
-
|
1804
|
-
|
1805
|
-
return
|
1816
|
+
_this135 = _super135.call(this, message, code);
|
1817
|
+
_this135.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
1818
|
+
return _this135;
|
1806
1819
|
}
|
1807
1820
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
1808
1821
|
}(ProcessingFailureError);
|
1809
1822
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
1810
1823
|
var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
1811
1824
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr20);
|
1812
|
-
var
|
1825
|
+
var _super136 = _createSuper(ProcessingFailure_FolderLockedError);
|
1813
1826
|
function ProcessingFailure_FolderLockedError(message, code) {
|
1814
|
-
var
|
1827
|
+
var _this136;
|
1815
1828
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
1816
|
-
|
1817
|
-
|
1818
|
-
return
|
1829
|
+
_this136 = _super136.call(this, message, code);
|
1830
|
+
_this136.name = 'ProcessingFailure_FolderLockedError';
|
1831
|
+
return _this136;
|
1819
1832
|
}
|
1820
1833
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
1821
1834
|
}(ProcessingFailureError);
|
1822
1835
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
1823
1836
|
var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
1824
1837
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr21);
|
1825
|
-
var
|
1838
|
+
var _super137 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
1826
1839
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
1827
|
-
var
|
1840
|
+
var _this137;
|
1828
1841
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
1829
|
-
|
1830
|
-
|
1831
|
-
return
|
1842
|
+
_this137 = _super137.call(this, message, code);
|
1843
|
+
_this137.name = 'ProcessingFailure_FolderNotEmptyError';
|
1844
|
+
return _this137;
|
1832
1845
|
}
|
1833
1846
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
1834
1847
|
}(ProcessingFailureError);
|
1835
1848
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
1836
1849
|
var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
1837
1850
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr22);
|
1838
|
-
var
|
1851
|
+
var _super138 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
1839
1852
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
1840
|
-
var
|
1853
|
+
var _this138;
|
1841
1854
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
1842
|
-
|
1843
|
-
|
1844
|
-
return
|
1855
|
+
_this138 = _super138.call(this, message, code);
|
1856
|
+
_this138.name = 'ProcessingFailure_HistoryUnavailableError';
|
1857
|
+
return _this138;
|
1845
1858
|
}
|
1846
1859
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
1847
1860
|
}(ProcessingFailureError);
|
1848
1861
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
1849
1862
|
var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
1850
1863
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr23);
|
1851
|
-
var
|
1864
|
+
var _super139 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
1852
1865
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
1853
|
-
var
|
1866
|
+
var _this139;
|
1854
1867
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
1855
|
-
|
1856
|
-
|
1857
|
-
return
|
1868
|
+
_this139 = _super139.call(this, message, code);
|
1869
|
+
_this139.name = 'ProcessingFailure_InvalidBundleCodeError';
|
1870
|
+
return _this139;
|
1858
1871
|
}
|
1859
1872
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
1860
1873
|
}(ProcessingFailureError);
|
1861
1874
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
1862
1875
|
var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
1863
1876
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr24);
|
1864
|
-
var
|
1877
|
+
var _super140 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
1865
1878
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
1866
|
-
var
|
1879
|
+
var _this140;
|
1867
1880
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
1868
|
-
|
1869
|
-
|
1870
|
-
return
|
1881
|
+
_this140 = _super140.call(this, message, code);
|
1882
|
+
_this140.name = 'ProcessingFailure_InvalidFileTypeError';
|
1883
|
+
return _this140;
|
1871
1884
|
}
|
1872
1885
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
1873
1886
|
}(ProcessingFailureError);
|
1874
1887
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
1875
1888
|
var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
1876
1889
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr25);
|
1877
|
-
var
|
1890
|
+
var _super141 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
1878
1891
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
1879
|
-
var
|
1892
|
+
var _this141;
|
1880
1893
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
1881
|
-
|
1882
|
-
|
1883
|
-
return
|
1894
|
+
_this141 = _super141.call(this, message, code);
|
1895
|
+
_this141.name = 'ProcessingFailure_InvalidFilenameError';
|
1896
|
+
return _this141;
|
1884
1897
|
}
|
1885
1898
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
1886
1899
|
}(ProcessingFailureError);
|
1887
1900
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
1888
1901
|
var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
1889
1902
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr26);
|
1890
|
-
var
|
1903
|
+
var _super142 = _createSuper(ProcessingFailure_InvalidRangeError);
|
1891
1904
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
1892
|
-
var
|
1905
|
+
var _this142;
|
1893
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
1894
|
-
|
1895
|
-
|
1896
|
-
return
|
1907
|
+
_this142 = _super142.call(this, message, code);
|
1908
|
+
_this142.name = 'ProcessingFailure_InvalidRangeError';
|
1909
|
+
return _this142;
|
1897
1910
|
}
|
1898
1911
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
1899
1912
|
}(ProcessingFailureError);
|
1900
1913
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
1901
1914
|
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
1902
1915
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr27);
|
1903
|
-
var
|
1916
|
+
var _super143 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
1904
1917
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
1905
|
-
var
|
1918
|
+
var _this143;
|
1906
1919
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
1907
|
-
|
1908
|
-
|
1909
|
-
return
|
1920
|
+
_this143 = _super143.call(this, message, code);
|
1921
|
+
_this143.name = 'ProcessingFailure_ModelSaveErrorError';
|
1922
|
+
return _this143;
|
1910
1923
|
}
|
1911
1924
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
1912
1925
|
}(ProcessingFailureError);
|
1913
1926
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
1914
1927
|
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
1915
1928
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr28);
|
1916
|
-
var
|
1929
|
+
var _super144 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
1917
1930
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
1918
|
-
var
|
1931
|
+
var _this144;
|
1919
1932
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
1920
|
-
|
1921
|
-
|
1922
|
-
return
|
1933
|
+
_this144 = _super144.call(this, message, code);
|
1934
|
+
_this144.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
1935
|
+
return _this144;
|
1923
1936
|
}
|
1924
1937
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
1925
1938
|
}(ProcessingFailureError);
|
1926
1939
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
1927
1940
|
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
1928
1941
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr29);
|
1929
|
-
var
|
1942
|
+
var _super145 = _createSuper(ProcessingFailure_PathTooLongError);
|
1930
1943
|
function ProcessingFailure_PathTooLongError(message, code) {
|
1931
|
-
var
|
1944
|
+
var _this145;
|
1932
1945
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
1933
|
-
|
1934
|
-
|
1935
|
-
return
|
1946
|
+
_this145 = _super145.call(this, message, code);
|
1947
|
+
_this145.name = 'ProcessingFailure_PathTooLongError';
|
1948
|
+
return _this145;
|
1936
1949
|
}
|
1937
1950
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
1938
1951
|
}(ProcessingFailureError);
|
1939
1952
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
1940
1953
|
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
1941
1954
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr30);
|
1942
|
-
var
|
1955
|
+
var _super146 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
1943
1956
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
1944
|
-
var
|
1957
|
+
var _this146;
|
1945
1958
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
1946
|
-
|
1947
|
-
|
1948
|
-
return
|
1959
|
+
_this146 = _super146.call(this, message, code);
|
1960
|
+
_this146.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
1961
|
+
return _this146;
|
1949
1962
|
}
|
1950
1963
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
1951
1964
|
}(ProcessingFailureError);
|
1952
1965
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
1953
1966
|
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
1954
1967
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr31);
|
1955
|
-
var
|
1968
|
+
var _super147 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
1956
1969
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
1957
|
-
var
|
1970
|
+
var _this147;
|
1958
1971
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
1959
|
-
|
1960
|
-
|
1961
|
-
return
|
1972
|
+
_this147 = _super147.call(this, message, code);
|
1973
|
+
_this147.name = 'ProcessingFailure_RemoteServerErrorError';
|
1974
|
+
return _this147;
|
1962
1975
|
}
|
1963
1976
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
1964
1977
|
}(ProcessingFailureError);
|
1965
1978
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
1966
1979
|
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
1967
1980
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr32);
|
1968
|
-
var
|
1981
|
+
var _super148 = _createSuper(ProcessingFailure_ResourceLockedError);
|
1969
1982
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
1970
|
-
var
|
1983
|
+
var _this148;
|
1971
1984
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
1972
|
-
|
1973
|
-
|
1974
|
-
return
|
1985
|
+
_this148 = _super148.call(this, message, code);
|
1986
|
+
_this148.name = 'ProcessingFailure_ResourceLockedError';
|
1987
|
+
return _this148;
|
1975
1988
|
}
|
1976
1989
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
1977
1990
|
}(ProcessingFailureError);
|
1978
1991
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
1979
1992
|
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
1980
1993
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr33);
|
1981
|
-
var
|
1994
|
+
var _super149 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
1982
1995
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
1983
|
-
var
|
1996
|
+
var _this149;
|
1984
1997
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
1985
|
-
|
1986
|
-
|
1987
|
-
return
|
1998
|
+
_this149 = _super149.call(this, message, code);
|
1999
|
+
_this149.name = 'ProcessingFailure_SubfolderLockedError';
|
2000
|
+
return _this149;
|
1988
2001
|
}
|
1989
2002
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
1990
2003
|
}(ProcessingFailureError);
|
1991
2004
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
1992
2005
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
1993
2006
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr34);
|
1994
|
-
var
|
2007
|
+
var _super150 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
1995
2008
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
1996
|
-
var
|
2009
|
+
var _this150;
|
1997
2010
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
1998
|
-
|
1999
|
-
|
2000
|
-
return
|
2011
|
+
_this150 = _super150.call(this, message, code);
|
2012
|
+
_this150.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2013
|
+
return _this150;
|
2001
2014
|
}
|
2002
2015
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2003
2016
|
}(ProcessingFailureError);
|
2004
2017
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
2005
2018
|
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
2006
2019
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr35);
|
2007
|
-
var
|
2020
|
+
var _super151 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
2008
2021
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code) {
|
2009
|
-
var
|
2022
|
+
var _this151;
|
2010
2023
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
2011
|
-
|
2012
|
-
|
2013
|
-
return
|
2024
|
+
_this151 = _super151.call(this, message, code);
|
2025
|
+
_this151.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
2026
|
+
return _this151;
|
2014
2027
|
}
|
2015
2028
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
2016
2029
|
}(ProcessingFailureError);
|
2017
2030
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
2018
2031
|
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
2019
2032
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr36);
|
2020
|
-
var
|
2033
|
+
var _super152 = _createSuper(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2021
2034
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code) {
|
2022
|
-
var
|
2035
|
+
var _this152;
|
2023
2036
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2024
|
-
|
2025
|
-
|
2026
|
-
return
|
2037
|
+
_this152 = _super152.call(this, message, code);
|
2038
|
+
_this152.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
2039
|
+
return _this152;
|
2027
2040
|
}
|
2028
2041
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2029
2042
|
}(ProcessingFailureError);
|
2030
2043
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
2031
2044
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
2032
2045
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr37);
|
2033
|
-
var
|
2046
|
+
var _super153 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2034
2047
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2035
|
-
var
|
2048
|
+
var _this153;
|
2036
2049
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2037
|
-
|
2038
|
-
|
2039
|
-
return
|
2050
|
+
_this153 = _super153.call(this, message, code);
|
2051
|
+
_this153.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2052
|
+
return _this153;
|
2040
2053
|
}
|
2041
2054
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2042
2055
|
}(ProcessingFailureError);
|
2043
2056
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2044
2057
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
2045
2058
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
2046
|
-
var
|
2059
|
+
var _super154 = _createSuper(RateLimited_DuplicateShareRecipientError);
|
2047
2060
|
function RateLimited_DuplicateShareRecipientError(message, code) {
|
2048
|
-
var
|
2061
|
+
var _this154;
|
2049
2062
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
2050
|
-
|
2051
|
-
|
2052
|
-
return
|
2063
|
+
_this154 = _super154.call(this, message, code);
|
2064
|
+
_this154.name = 'RateLimited_DuplicateShareRecipientError';
|
2065
|
+
return _this154;
|
2053
2066
|
}
|
2054
2067
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
2055
2068
|
}(RateLimitedError);
|
2056
2069
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
2057
2070
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
2058
2071
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
2059
|
-
var
|
2072
|
+
var _super155 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2060
2073
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2061
|
-
var
|
2074
|
+
var _this155;
|
2062
2075
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2063
|
-
|
2064
|
-
|
2065
|
-
return
|
2076
|
+
_this155 = _super155.call(this, message, code);
|
2077
|
+
_this155.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2078
|
+
return _this155;
|
2066
2079
|
}
|
2067
2080
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
2068
2081
|
}(RateLimitedError);
|
2069
2082
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2070
2083
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2071
2084
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError3);
|
2072
|
-
var
|
2085
|
+
var _super156 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2073
2086
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2074
|
-
var
|
2087
|
+
var _this156;
|
2075
2088
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2076
|
-
|
2077
|
-
|
2078
|
-
return
|
2089
|
+
_this156 = _super156.call(this, message, code);
|
2090
|
+
_this156.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2091
|
+
return _this156;
|
2079
2092
|
}
|
2080
2093
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
2081
2094
|
}(RateLimitedError);
|
2082
2095
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2083
2096
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2084
2097
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError4);
|
2085
|
-
var
|
2098
|
+
var _super157 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2086
2099
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2087
|
-
var
|
2100
|
+
var _this157;
|
2088
2101
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2089
|
-
|
2090
|
-
|
2091
|
-
return
|
2102
|
+
_this157 = _super157.call(this, message, code);
|
2103
|
+
_this157.name = 'RateLimited_TooManyLoginAttemptsError';
|
2104
|
+
return _this157;
|
2092
2105
|
}
|
2093
2106
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
2094
2107
|
}(RateLimitedError);
|
2095
2108
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2096
2109
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError5) {
|
2097
2110
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError5);
|
2098
|
-
var
|
2111
|
+
var _super158 = _createSuper(RateLimited_TooManyRequestsError);
|
2099
2112
|
function RateLimited_TooManyRequestsError(message, code) {
|
2100
|
-
var
|
2113
|
+
var _this158;
|
2101
2114
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2102
|
-
|
2103
|
-
|
2104
|
-
return
|
2115
|
+
_this158 = _super158.call(this, message, code);
|
2116
|
+
_this158.name = 'RateLimited_TooManyRequestsError';
|
2117
|
+
return _this158;
|
2105
2118
|
}
|
2106
2119
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
2107
2120
|
}(RateLimitedError);
|
2108
2121
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
2109
2122
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError6) {
|
2110
2123
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError6);
|
2111
|
-
var
|
2124
|
+
var _super159 = _createSuper(RateLimited_TooManySharesError);
|
2112
2125
|
function RateLimited_TooManySharesError(message, code) {
|
2113
|
-
var
|
2126
|
+
var _this159;
|
2114
2127
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
2115
|
-
|
2116
|
-
|
2117
|
-
return
|
2128
|
+
_this159 = _super159.call(this, message, code);
|
2129
|
+
_this159.name = 'RateLimited_TooManySharesError';
|
2130
|
+
return _this159;
|
2118
2131
|
}
|
2119
2132
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
2120
2133
|
}(RateLimitedError);
|
2121
2134
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
2122
2135
|
var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
2123
2136
|
(0, _inherits2.default)(ServiceUnavailable_AgentUnavailableError, _ServiceUnavailableEr);
|
2124
|
-
var
|
2137
|
+
var _super160 = _createSuper(ServiceUnavailable_AgentUnavailableError);
|
2125
2138
|
function ServiceUnavailable_AgentUnavailableError(message, code) {
|
2126
|
-
var
|
2139
|
+
var _this160;
|
2127
2140
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AgentUnavailableError);
|
2128
|
-
|
2129
|
-
|
2130
|
-
return
|
2141
|
+
_this160 = _super160.call(this, message, code);
|
2142
|
+
_this160.name = 'ServiceUnavailable_AgentUnavailableError';
|
2143
|
+
return _this160;
|
2131
2144
|
}
|
2132
2145
|
return (0, _createClass2.default)(ServiceUnavailable_AgentUnavailableError);
|
2133
2146
|
}(ServiceUnavailableError);
|
2134
2147
|
errorClasses.ServiceUnavailable_AgentUnavailableError = ServiceUnavailable_AgentUnavailableError;
|
2135
2148
|
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
2136
2149
|
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr2);
|
2137
|
-
var
|
2150
|
+
var _super161 = _createSuper(ServiceUnavailable_AutomationsUnavailableError);
|
2138
2151
|
function ServiceUnavailable_AutomationsUnavailableError(message, code) {
|
2139
|
-
var
|
2152
|
+
var _this161;
|
2140
2153
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
2141
|
-
|
2142
|
-
|
2143
|
-
return
|
2154
|
+
_this161 = _super161.call(this, message, code);
|
2155
|
+
_this161.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
2156
|
+
return _this161;
|
2144
2157
|
}
|
2145
2158
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
2146
2159
|
}(ServiceUnavailableError);
|
2147
2160
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
2148
2161
|
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
2149
2162
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr3);
|
2150
|
-
var
|
2163
|
+
var _super162 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
2151
2164
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
2152
|
-
var
|
2165
|
+
var _this162;
|
2153
2166
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
2154
|
-
|
2155
|
-
|
2156
|
-
return
|
2167
|
+
_this162 = _super162.call(this, message, code);
|
2168
|
+
_this162.name = 'ServiceUnavailable_UploadsUnavailableError';
|
2169
|
+
return _this162;
|
2157
2170
|
}
|
2158
2171
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
2159
2172
|
}(ServiceUnavailableError);
|
2160
2173
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
2161
2174
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
2162
2175
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
2163
|
-
var
|
2176
|
+
var _super163 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
2164
2177
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
2165
|
-
var
|
2178
|
+
var _this163;
|
2166
2179
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
2167
|
-
|
2168
|
-
|
2169
|
-
return
|
2180
|
+
_this163 = _super163.call(this, message, code);
|
2181
|
+
_this163.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
2182
|
+
return _this163;
|
2170
2183
|
}
|
2171
2184
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
2172
2185
|
}(SiteConfigurationError);
|
2173
2186
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
2174
2187
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
2175
2188
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
2176
|
-
var
|
2189
|
+
var _super164 = _createSuper(SiteConfiguration_AccountOverdueError);
|
2177
2190
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
2178
|
-
var
|
2191
|
+
var _this164;
|
2179
2192
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
2180
|
-
|
2181
|
-
|
2182
|
-
return
|
2193
|
+
_this164 = _super164.call(this, message, code);
|
2194
|
+
_this164.name = 'SiteConfiguration_AccountOverdueError';
|
2195
|
+
return _this164;
|
2183
2196
|
}
|
2184
2197
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
2185
2198
|
}(SiteConfigurationError);
|
2186
2199
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
2187
2200
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
2188
2201
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
2189
|
-
var
|
2202
|
+
var _super165 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
2190
2203
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
2191
|
-
var
|
2204
|
+
var _this165;
|
2192
2205
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
2193
|
-
|
2194
|
-
|
2195
|
-
return
|
2206
|
+
_this165 = _super165.call(this, message, code);
|
2207
|
+
_this165.name = 'SiteConfiguration_NoAccountForSiteError';
|
2208
|
+
return _this165;
|
2196
2209
|
}
|
2197
2210
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
2198
2211
|
}(SiteConfigurationError);
|
2199
2212
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
2200
2213
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
2201
2214
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
2202
|
-
var
|
2215
|
+
var _super166 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
2203
2216
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
2204
|
-
var
|
2217
|
+
var _this166;
|
2205
2218
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
2206
|
-
|
2207
|
-
|
2208
|
-
return
|
2219
|
+
_this166 = _super166.call(this, message, code);
|
2220
|
+
_this166.name = 'SiteConfiguration_SiteWasRemovedError';
|
2221
|
+
return _this166;
|
2209
2222
|
}
|
2210
2223
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
2211
2224
|
}(SiteConfigurationError);
|
2212
2225
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
2213
2226
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
2214
2227
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
2215
|
-
var
|
2228
|
+
var _super167 = _createSuper(SiteConfiguration_TrialExpiredError);
|
2216
2229
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
2217
|
-
var
|
2230
|
+
var _this167;
|
2218
2231
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
2219
|
-
|
2220
|
-
|
2221
|
-
return
|
2232
|
+
_this167 = _super167.call(this, message, code);
|
2233
|
+
_this167.name = 'SiteConfiguration_TrialExpiredError';
|
2234
|
+
return _this167;
|
2222
2235
|
}
|
2223
2236
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
2224
2237
|
}(SiteConfigurationError);
|
2225
2238
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
2226
2239
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
2227
2240
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
2228
|
-
var
|
2241
|
+
var _super168 = _createSuper(SiteConfiguration_TrialLockedError);
|
2229
2242
|
function SiteConfiguration_TrialLockedError(message, code) {
|
2230
|
-
var
|
2243
|
+
var _this168;
|
2231
2244
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
2232
|
-
|
2233
|
-
|
2234
|
-
return
|
2245
|
+
_this168 = _super168.call(this, message, code);
|
2246
|
+
_this168.name = 'SiteConfiguration_TrialLockedError';
|
2247
|
+
return _this168;
|
2235
2248
|
}
|
2236
2249
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
2237
2250
|
}(SiteConfigurationError);
|
2238
2251
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
2239
2252
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
2240
2253
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
2241
|
-
var
|
2254
|
+
var _super169 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2242
2255
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
2243
|
-
var
|
2256
|
+
var _this169;
|
2244
2257
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
2245
|
-
|
2246
|
-
|
2247
|
-
return
|
2258
|
+
_this169 = _super169.call(this, message, code);
|
2259
|
+
_this169.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
2260
|
+
return _this169;
|
2248
2261
|
}
|
2249
2262
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2250
2263
|
}(SiteConfigurationError);
|