files.com 1.0.212 → 1.0.214
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/lib/Api.js +9 -3
- package/lib/Errors.js +728 -708
- package/lib/Files.js +7 -0
- package/lib/models/File.js +35 -33
- package/package.json +1 -1
- package/src/Api.js +10 -3
- package/src/Errors.js +1 -0
- package/src/Files.js +4 -0
- package/src/models/File.js +20 -20
- package/test/src/index.js +2 -0
package/lib/Errors.js
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
|
5
5
|
exports.__esModule = true;
|
6
|
-
exports.
|
7
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipartUploadsRequiredForRemotesError = 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_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = void 0;
|
6
|
+
exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_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_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = 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.BadRequestError = void 0;
|
7
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipartUploadsRequiredForRemotesError = 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_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = void 0;
|
8
8
|
|
9
9
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
10
10
|
|
@@ -548,38 +548,58 @@ var BadRequest_InvalidCursorError = /*#__PURE__*/function (_BadRequestError8) {
|
|
548
548
|
exports.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
549
549
|
errorClasses.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
550
550
|
|
551
|
-
var
|
552
|
-
(0, _inherits2.default)(
|
551
|
+
var BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (_BadRequestError9) {
|
552
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError, _BadRequestError9);
|
553
553
|
|
554
|
-
var _super24 = _createSuper(
|
554
|
+
var _super24 = _createSuper(BadRequest_InvalidCursorTypeForSortError);
|
555
555
|
|
556
|
-
function
|
556
|
+
function BadRequest_InvalidCursorTypeForSortError(message, code) {
|
557
557
|
var _this24;
|
558
558
|
|
559
|
-
(0, _classCallCheck2.default)(this,
|
559
|
+
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorTypeForSortError);
|
560
560
|
_this24 = _super24.call(this, message, code);
|
561
|
-
_this24.name = '
|
561
|
+
_this24.name = 'BadRequest_InvalidCursorTypeForSortError';
|
562
562
|
return _this24;
|
563
563
|
}
|
564
564
|
|
565
|
+
return (0, _createClass2.default)(BadRequest_InvalidCursorTypeForSortError);
|
566
|
+
}(BadRequestError);
|
567
|
+
|
568
|
+
exports.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
569
|
+
errorClasses.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
570
|
+
|
571
|
+
var BadRequest_InvalidEtagsError = /*#__PURE__*/function (_BadRequestError10) {
|
572
|
+
(0, _inherits2.default)(BadRequest_InvalidEtagsError, _BadRequestError10);
|
573
|
+
|
574
|
+
var _super25 = _createSuper(BadRequest_InvalidEtagsError);
|
575
|
+
|
576
|
+
function BadRequest_InvalidEtagsError(message, code) {
|
577
|
+
var _this25;
|
578
|
+
|
579
|
+
(0, _classCallCheck2.default)(this, BadRequest_InvalidEtagsError);
|
580
|
+
_this25 = _super25.call(this, message, code);
|
581
|
+
_this25.name = 'BadRequest_InvalidEtagsError';
|
582
|
+
return _this25;
|
583
|
+
}
|
584
|
+
|
565
585
|
return (0, _createClass2.default)(BadRequest_InvalidEtagsError);
|
566
586
|
}(BadRequestError);
|
567
587
|
|
568
588
|
exports.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
569
589
|
errorClasses.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
570
590
|
|
571
|
-
var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (
|
572
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterCombinationError,
|
591
|
+
var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (_BadRequestError11) {
|
592
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterCombinationError, _BadRequestError11);
|
573
593
|
|
574
|
-
var
|
594
|
+
var _super26 = _createSuper(BadRequest_InvalidFilterCombinationError);
|
575
595
|
|
576
596
|
function BadRequest_InvalidFilterCombinationError(message, code) {
|
577
|
-
var
|
597
|
+
var _this26;
|
578
598
|
|
579
599
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterCombinationError);
|
580
|
-
|
581
|
-
|
582
|
-
return
|
600
|
+
_this26 = _super26.call(this, message, code);
|
601
|
+
_this26.name = 'BadRequest_InvalidFilterCombinationError';
|
602
|
+
return _this26;
|
583
603
|
}
|
584
604
|
|
585
605
|
return (0, _createClass2.default)(BadRequest_InvalidFilterCombinationError);
|
@@ -588,18 +608,18 @@ var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (_BadReques
|
|
588
608
|
exports.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
589
609
|
errorClasses.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
590
610
|
|
591
|
-
var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (
|
592
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError,
|
611
|
+
var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError12) {
|
612
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError, _BadRequestError12);
|
593
613
|
|
594
|
-
var
|
614
|
+
var _super27 = _createSuper(BadRequest_InvalidFilterFieldError);
|
595
615
|
|
596
616
|
function BadRequest_InvalidFilterFieldError(message, code) {
|
597
|
-
var
|
617
|
+
var _this27;
|
598
618
|
|
599
619
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterFieldError);
|
600
|
-
|
601
|
-
|
602
|
-
return
|
620
|
+
_this27 = _super27.call(this, message, code);
|
621
|
+
_this27.name = 'BadRequest_InvalidFilterFieldError';
|
622
|
+
return _this27;
|
603
623
|
}
|
604
624
|
|
605
625
|
return (0, _createClass2.default)(BadRequest_InvalidFilterFieldError);
|
@@ -608,18 +628,18 @@ var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError
|
|
608
628
|
exports.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
609
629
|
errorClasses.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
610
630
|
|
611
|
-
var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (
|
612
|
-
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError,
|
631
|
+
var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError13) {
|
632
|
+
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError13);
|
613
633
|
|
614
|
-
var
|
634
|
+
var _super28 = _createSuper(BadRequest_InvalidInputEncodingError);
|
615
635
|
|
616
636
|
function BadRequest_InvalidInputEncodingError(message, code) {
|
617
|
-
var
|
637
|
+
var _this28;
|
618
638
|
|
619
639
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
620
|
-
|
621
|
-
|
622
|
-
return
|
640
|
+
_this28 = _super28.call(this, message, code);
|
641
|
+
_this28.name = 'BadRequest_InvalidInputEncodingError';
|
642
|
+
return _this28;
|
623
643
|
}
|
624
644
|
|
625
645
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
@@ -628,18 +648,18 @@ var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestErr
|
|
628
648
|
exports.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
629
649
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
630
650
|
|
631
|
-
var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (
|
632
|
-
(0, _inherits2.default)(BadRequest_InvalidInterfaceError,
|
651
|
+
var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError14) {
|
652
|
+
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError14);
|
633
653
|
|
634
|
-
var
|
654
|
+
var _super29 = _createSuper(BadRequest_InvalidInterfaceError);
|
635
655
|
|
636
656
|
function BadRequest_InvalidInterfaceError(message, code) {
|
637
|
-
var
|
657
|
+
var _this29;
|
638
658
|
|
639
659
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
640
|
-
|
641
|
-
|
642
|
-
return
|
660
|
+
_this29 = _super29.call(this, message, code);
|
661
|
+
_this29.name = 'BadRequest_InvalidInterfaceError';
|
662
|
+
return _this29;
|
643
663
|
}
|
644
664
|
|
645
665
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
@@ -648,18 +668,18 @@ var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError13
|
|
648
668
|
exports.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
649
669
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
650
670
|
|
651
|
-
var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (
|
652
|
-
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError,
|
671
|
+
var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError15) {
|
672
|
+
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError15);
|
653
673
|
|
654
|
-
var
|
674
|
+
var _super30 = _createSuper(BadRequest_InvalidOauthProviderError);
|
655
675
|
|
656
676
|
function BadRequest_InvalidOauthProviderError(message, code) {
|
657
|
-
var
|
677
|
+
var _this30;
|
658
678
|
|
659
679
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
660
|
-
|
661
|
-
|
662
|
-
return
|
680
|
+
_this30 = _super30.call(this, message, code);
|
681
|
+
_this30.name = 'BadRequest_InvalidOauthProviderError';
|
682
|
+
return _this30;
|
663
683
|
}
|
664
684
|
|
665
685
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
@@ -668,18 +688,18 @@ var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestErr
|
|
668
688
|
exports.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
669
689
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
670
690
|
|
671
|
-
var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (
|
672
|
-
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError,
|
691
|
+
var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError16) {
|
692
|
+
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError16);
|
673
693
|
|
674
|
-
var
|
694
|
+
var _super31 = _createSuper(BadRequest_InvalidReturnToUrlError);
|
675
695
|
|
676
696
|
function BadRequest_InvalidReturnToUrlError(message, code) {
|
677
|
-
var
|
697
|
+
var _this31;
|
678
698
|
|
679
699
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
680
|
-
|
681
|
-
|
682
|
-
return
|
700
|
+
_this31 = _super31.call(this, message, code);
|
701
|
+
_this31.name = 'BadRequest_InvalidReturnToUrlError';
|
702
|
+
return _this31;
|
683
703
|
}
|
684
704
|
|
685
705
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
@@ -688,18 +708,18 @@ var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError
|
|
688
708
|
exports.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
689
709
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
690
710
|
|
691
|
-
var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (
|
692
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError,
|
711
|
+
var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError17) {
|
712
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError17);
|
693
713
|
|
694
|
-
var
|
714
|
+
var _super32 = _createSuper(BadRequest_InvalidUploadOffsetError);
|
695
715
|
|
696
716
|
function BadRequest_InvalidUploadOffsetError(message, code) {
|
697
|
-
var
|
717
|
+
var _this32;
|
698
718
|
|
699
719
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
700
|
-
|
701
|
-
|
702
|
-
return
|
720
|
+
_this32 = _super32.call(this, message, code);
|
721
|
+
_this32.name = 'BadRequest_InvalidUploadOffsetError';
|
722
|
+
return _this32;
|
703
723
|
}
|
704
724
|
|
705
725
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
@@ -708,18 +728,18 @@ var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestErro
|
|
708
728
|
exports.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
709
729
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
710
730
|
|
711
|
-
var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (
|
712
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError,
|
731
|
+
var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError18) {
|
732
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError18);
|
713
733
|
|
714
|
-
var
|
734
|
+
var _super33 = _createSuper(BadRequest_InvalidUploadPartGapError);
|
715
735
|
|
716
736
|
function BadRequest_InvalidUploadPartGapError(message, code) {
|
717
|
-
var
|
737
|
+
var _this33;
|
718
738
|
|
719
739
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
720
|
-
|
721
|
-
|
722
|
-
return
|
740
|
+
_this33 = _super33.call(this, message, code);
|
741
|
+
_this33.name = 'BadRequest_InvalidUploadPartGapError';
|
742
|
+
return _this33;
|
723
743
|
}
|
724
744
|
|
725
745
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
@@ -728,18 +748,18 @@ var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestErr
|
|
728
748
|
exports.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
729
749
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
730
750
|
|
731
|
-
var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (
|
732
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError,
|
751
|
+
var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError19) {
|
752
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError19);
|
733
753
|
|
734
|
-
var
|
754
|
+
var _super34 = _createSuper(BadRequest_InvalidUploadPartSizeError);
|
735
755
|
|
736
756
|
function BadRequest_InvalidUploadPartSizeError(message, code) {
|
737
|
-
var
|
757
|
+
var _this34;
|
738
758
|
|
739
759
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
740
|
-
|
741
|
-
|
742
|
-
return
|
760
|
+
_this34 = _super34.call(this, message, code);
|
761
|
+
_this34.name = 'BadRequest_InvalidUploadPartSizeError';
|
762
|
+
return _this34;
|
743
763
|
}
|
744
764
|
|
745
765
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
@@ -748,18 +768,18 @@ var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestEr
|
|
748
768
|
exports.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
749
769
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
750
770
|
|
751
|
-
var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (
|
752
|
-
(0, _inherits2.default)(BadRequest_MethodNotAllowedError,
|
771
|
+
var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError20) {
|
772
|
+
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError20);
|
753
773
|
|
754
|
-
var
|
774
|
+
var _super35 = _createSuper(BadRequest_MethodNotAllowedError);
|
755
775
|
|
756
776
|
function BadRequest_MethodNotAllowedError(message, code) {
|
757
|
-
var
|
777
|
+
var _this35;
|
758
778
|
|
759
779
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
760
|
-
|
761
|
-
|
762
|
-
return
|
780
|
+
_this35 = _super35.call(this, message, code);
|
781
|
+
_this35.name = 'BadRequest_MethodNotAllowedError';
|
782
|
+
return _this35;
|
763
783
|
}
|
764
784
|
|
765
785
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
@@ -768,18 +788,18 @@ var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError19
|
|
768
788
|
exports.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
769
789
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
770
790
|
|
771
|
-
var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (
|
772
|
-
(0, _inherits2.default)(BadRequest_NoValidInputParamsError,
|
791
|
+
var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError21) {
|
792
|
+
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError21);
|
773
793
|
|
774
|
-
var
|
794
|
+
var _super36 = _createSuper(BadRequest_NoValidInputParamsError);
|
775
795
|
|
776
796
|
function BadRequest_NoValidInputParamsError(message, code) {
|
777
|
-
var
|
797
|
+
var _this36;
|
778
798
|
|
779
799
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
780
|
-
|
781
|
-
|
782
|
-
return
|
800
|
+
_this36 = _super36.call(this, message, code);
|
801
|
+
_this36.name = 'BadRequest_NoValidInputParamsError';
|
802
|
+
return _this36;
|
783
803
|
}
|
784
804
|
|
785
805
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
@@ -788,18 +808,18 @@ var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError
|
|
788
808
|
exports.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
789
809
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
790
810
|
|
791
|
-
var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (
|
792
|
-
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError,
|
811
|
+
var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError22) {
|
812
|
+
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError22);
|
793
813
|
|
794
|
-
var
|
814
|
+
var _super37 = _createSuper(BadRequest_OperationOnNonScimResourceError);
|
795
815
|
|
796
816
|
function BadRequest_OperationOnNonScimResourceError(message, code) {
|
797
|
-
var
|
817
|
+
var _this37;
|
798
818
|
|
799
819
|
(0, _classCallCheck2.default)(this, BadRequest_OperationOnNonScimResourceError);
|
800
|
-
|
801
|
-
|
802
|
-
return
|
820
|
+
_this37 = _super37.call(this, message, code);
|
821
|
+
_this37.name = 'BadRequest_OperationOnNonScimResourceError';
|
822
|
+
return _this37;
|
803
823
|
}
|
804
824
|
|
805
825
|
return (0, _createClass2.default)(BadRequest_OperationOnNonScimResourceError);
|
@@ -808,18 +828,18 @@ var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequ
|
|
808
828
|
exports.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
809
829
|
errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
810
830
|
|
811
|
-
var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (
|
812
|
-
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError,
|
831
|
+
var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError23) {
|
832
|
+
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError23);
|
813
833
|
|
814
|
-
var
|
834
|
+
var _super38 = _createSuper(BadRequest_PartNumberTooLargeError);
|
815
835
|
|
816
836
|
function BadRequest_PartNumberTooLargeError(message, code) {
|
817
|
-
var
|
837
|
+
var _this38;
|
818
838
|
|
819
839
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
820
|
-
|
821
|
-
|
822
|
-
return
|
840
|
+
_this38 = _super38.call(this, message, code);
|
841
|
+
_this38.name = 'BadRequest_PartNumberTooLargeError';
|
842
|
+
return _this38;
|
823
843
|
}
|
824
844
|
|
825
845
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
@@ -828,18 +848,18 @@ var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError
|
|
828
848
|
exports.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
829
849
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
830
850
|
|
831
|
-
var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (
|
832
|
-
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError,
|
851
|
+
var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError24) {
|
852
|
+
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError24);
|
833
853
|
|
834
|
-
var
|
854
|
+
var _super39 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
|
835
855
|
|
836
856
|
function BadRequest_ReauthenticationNeededFieldsError(message, code) {
|
837
|
-
var
|
857
|
+
var _this39;
|
838
858
|
|
839
859
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
840
|
-
|
841
|
-
|
842
|
-
return
|
860
|
+
_this39 = _super39.call(this, message, code);
|
861
|
+
_this39.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
862
|
+
return _this39;
|
843
863
|
}
|
844
864
|
|
845
865
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
@@ -848,18 +868,18 @@ var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRe
|
|
848
868
|
exports.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
849
869
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
850
870
|
|
851
|
-
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (
|
852
|
-
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError,
|
871
|
+
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError25) {
|
872
|
+
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError25);
|
853
873
|
|
854
|
-
var
|
874
|
+
var _super40 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
855
875
|
|
856
876
|
function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code) {
|
857
|
-
var
|
877
|
+
var _this40;
|
858
878
|
|
859
879
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
860
|
-
|
861
|
-
|
862
|
-
return
|
880
|
+
_this40 = _super40.call(this, message, code);
|
881
|
+
_this40.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
|
882
|
+
return _this40;
|
863
883
|
}
|
864
884
|
|
865
885
|
return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
@@ -868,18 +888,18 @@ var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/
|
|
868
888
|
exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
869
889
|
errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
870
890
|
|
871
|
-
var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (
|
872
|
-
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError,
|
891
|
+
var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError26) {
|
892
|
+
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError26);
|
873
893
|
|
874
|
-
var
|
894
|
+
var _super41 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
|
875
895
|
|
876
896
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code) {
|
877
|
-
var
|
897
|
+
var _this41;
|
878
898
|
|
879
899
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
880
|
-
|
881
|
-
|
882
|
-
return
|
900
|
+
_this41 = _super41.call(this, message, code);
|
901
|
+
_this41.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
902
|
+
return _this41;
|
883
903
|
}
|
884
904
|
|
885
905
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
@@ -888,18 +908,18 @@ var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function
|
|
888
908
|
exports.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
889
909
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
890
910
|
|
891
|
-
var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (
|
892
|
-
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError,
|
911
|
+
var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError27) {
|
912
|
+
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError27);
|
893
913
|
|
894
|
-
var
|
914
|
+
var _super42 = _createSuper(BadRequest_RequestParamsInvalidError);
|
895
915
|
|
896
916
|
function BadRequest_RequestParamsInvalidError(message, code) {
|
897
|
-
var
|
917
|
+
var _this42;
|
898
918
|
|
899
919
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
900
|
-
|
901
|
-
|
902
|
-
return
|
920
|
+
_this42 = _super42.call(this, message, code);
|
921
|
+
_this42.name = 'BadRequest_RequestParamsInvalidError';
|
922
|
+
return _this42;
|
903
923
|
}
|
904
924
|
|
905
925
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
@@ -908,18 +928,18 @@ var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestErr
|
|
908
928
|
exports.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
909
929
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
910
930
|
|
911
|
-
var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (
|
912
|
-
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError,
|
931
|
+
var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError28) {
|
932
|
+
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError28);
|
913
933
|
|
914
|
-
var
|
934
|
+
var _super43 = _createSuper(BadRequest_RequestParamsRequiredError);
|
915
935
|
|
916
936
|
function BadRequest_RequestParamsRequiredError(message, code) {
|
917
|
-
var
|
937
|
+
var _this43;
|
918
938
|
|
919
939
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
920
|
-
|
921
|
-
|
922
|
-
return
|
940
|
+
_this43 = _super43.call(this, message, code);
|
941
|
+
_this43.name = 'BadRequest_RequestParamsRequiredError';
|
942
|
+
return _this43;
|
923
943
|
}
|
924
944
|
|
925
945
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
@@ -928,18 +948,18 @@ var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestEr
|
|
928
948
|
exports.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
929
949
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
930
950
|
|
931
|
-
var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (
|
932
|
-
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError,
|
951
|
+
var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError29) {
|
952
|
+
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError29);
|
933
953
|
|
934
|
-
var
|
954
|
+
var _super44 = _createSuper(BadRequest_SearchAllOnChildPathError);
|
935
955
|
|
936
956
|
function BadRequest_SearchAllOnChildPathError(message, code) {
|
937
|
-
var
|
957
|
+
var _this44;
|
938
958
|
|
939
959
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
940
|
-
|
941
|
-
|
942
|
-
return
|
960
|
+
_this44 = _super44.call(this, message, code);
|
961
|
+
_this44.name = 'BadRequest_SearchAllOnChildPathError';
|
962
|
+
return _this44;
|
943
963
|
}
|
944
964
|
|
945
965
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
@@ -948,18 +968,18 @@ var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestErr
|
|
948
968
|
exports.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
949
969
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
950
970
|
|
951
|
-
var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (
|
952
|
-
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError,
|
971
|
+
var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError30) {
|
972
|
+
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError30);
|
953
973
|
|
954
|
-
var
|
974
|
+
var _super45 = _createSuper(BadRequest_UnsupportedCurrencyError);
|
955
975
|
|
956
976
|
function BadRequest_UnsupportedCurrencyError(message, code) {
|
957
|
-
var
|
977
|
+
var _this45;
|
958
978
|
|
959
979
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
960
|
-
|
961
|
-
|
962
|
-
return
|
980
|
+
_this45 = _super45.call(this, message, code);
|
981
|
+
_this45.name = 'BadRequest_UnsupportedCurrencyError';
|
982
|
+
return _this45;
|
963
983
|
}
|
964
984
|
|
965
985
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
@@ -968,18 +988,18 @@ var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestErro
|
|
968
988
|
exports.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
969
989
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
970
990
|
|
971
|
-
var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (
|
972
|
-
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError,
|
991
|
+
var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError31) {
|
992
|
+
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError31);
|
973
993
|
|
974
|
-
var
|
994
|
+
var _super46 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
|
975
995
|
|
976
996
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code) {
|
977
|
-
var
|
997
|
+
var _this46;
|
978
998
|
|
979
999
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
980
|
-
|
981
|
-
|
982
|
-
return
|
1000
|
+
_this46 = _super46.call(this, message, code);
|
1001
|
+
_this46.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
1002
|
+
return _this46;
|
983
1003
|
}
|
984
1004
|
|
985
1005
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
@@ -988,18 +1008,18 @@ var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadR
|
|
988
1008
|
exports.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
989
1009
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
990
1010
|
|
991
|
-
var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (
|
992
|
-
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError,
|
1011
|
+
var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError32) {
|
1012
|
+
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError32);
|
993
1013
|
|
994
|
-
var
|
1014
|
+
var _super47 = _createSuper(BadRequest_UnsupportedMediaTypeError);
|
995
1015
|
|
996
1016
|
function BadRequest_UnsupportedMediaTypeError(message, code) {
|
997
|
-
var
|
1017
|
+
var _this47;
|
998
1018
|
|
999
1019
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
1000
|
-
|
1001
|
-
|
1002
|
-
return
|
1020
|
+
_this47 = _super47.call(this, message, code);
|
1021
|
+
_this47.name = 'BadRequest_UnsupportedMediaTypeError';
|
1022
|
+
return _this47;
|
1003
1023
|
}
|
1004
1024
|
|
1005
1025
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
@@ -1008,18 +1028,18 @@ var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestErr
|
|
1008
1028
|
exports.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
1009
1029
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
1010
1030
|
|
1011
|
-
var BadRequest_UserIdInvalidError = /*#__PURE__*/function (
|
1012
|
-
(0, _inherits2.default)(BadRequest_UserIdInvalidError,
|
1031
|
+
var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError33) {
|
1032
|
+
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError33);
|
1013
1033
|
|
1014
|
-
var
|
1034
|
+
var _super48 = _createSuper(BadRequest_UserIdInvalidError);
|
1015
1035
|
|
1016
1036
|
function BadRequest_UserIdInvalidError(message, code) {
|
1017
|
-
var
|
1037
|
+
var _this48;
|
1018
1038
|
|
1019
1039
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
1020
|
-
|
1021
|
-
|
1022
|
-
return
|
1040
|
+
_this48 = _super48.call(this, message, code);
|
1041
|
+
_this48.name = 'BadRequest_UserIdInvalidError';
|
1042
|
+
return _this48;
|
1023
1043
|
}
|
1024
1044
|
|
1025
1045
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
@@ -1028,18 +1048,18 @@ var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError32) {
|
|
1028
1048
|
exports.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
1029
1049
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
1030
1050
|
|
1031
|
-
var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (
|
1032
|
-
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError,
|
1051
|
+
var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError34) {
|
1052
|
+
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError34);
|
1033
1053
|
|
1034
|
-
var
|
1054
|
+
var _super49 = _createSuper(BadRequest_UserIdOnUserEndpointError);
|
1035
1055
|
|
1036
1056
|
function BadRequest_UserIdOnUserEndpointError(message, code) {
|
1037
|
-
var
|
1057
|
+
var _this49;
|
1038
1058
|
|
1039
1059
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
1040
|
-
|
1041
|
-
|
1042
|
-
return
|
1060
|
+
_this49 = _super49.call(this, message, code);
|
1061
|
+
_this49.name = 'BadRequest_UserIdOnUserEndpointError';
|
1062
|
+
return _this49;
|
1043
1063
|
}
|
1044
1064
|
|
1045
1065
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
@@ -1048,18 +1068,18 @@ var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestErr
|
|
1048
1068
|
exports.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
1049
1069
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
1050
1070
|
|
1051
|
-
var BadRequest_UserRequiredError = /*#__PURE__*/function (
|
1052
|
-
(0, _inherits2.default)(BadRequest_UserRequiredError,
|
1071
|
+
var BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError35) {
|
1072
|
+
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError35);
|
1053
1073
|
|
1054
|
-
var
|
1074
|
+
var _super50 = _createSuper(BadRequest_UserRequiredError);
|
1055
1075
|
|
1056
1076
|
function BadRequest_UserRequiredError(message, code) {
|
1057
|
-
var
|
1077
|
+
var _this50;
|
1058
1078
|
|
1059
1079
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
1060
|
-
|
1061
|
-
|
1062
|
-
return
|
1080
|
+
_this50 = _super50.call(this, message, code);
|
1081
|
+
_this50.name = 'BadRequest_UserRequiredError';
|
1082
|
+
return _this50;
|
1063
1083
|
}
|
1064
1084
|
|
1065
1085
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
@@ -1071,15 +1091,15 @@ errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
|
1071
1091
|
var NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
1072
1092
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro);
|
1073
1093
|
|
1074
|
-
var
|
1094
|
+
var _super51 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
|
1075
1095
|
|
1076
1096
|
function NotAuthenticated_AuthenticationRequiredError(message, code) {
|
1077
|
-
var
|
1097
|
+
var _this51;
|
1078
1098
|
|
1079
1099
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
1080
|
-
|
1081
|
-
|
1082
|
-
return
|
1100
|
+
_this51 = _super51.call(this, message, code);
|
1101
|
+
_this51.name = 'NotAuthenticated_AuthenticationRequiredError';
|
1102
|
+
return _this51;
|
1083
1103
|
}
|
1084
1104
|
|
1085
1105
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
@@ -1091,15 +1111,15 @@ errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_Aut
|
|
1091
1111
|
var NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
1092
1112
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro2);
|
1093
1113
|
|
1094
|
-
var
|
1114
|
+
var _super52 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
|
1095
1115
|
|
1096
1116
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code) {
|
1097
|
-
var
|
1117
|
+
var _this52;
|
1098
1118
|
|
1099
1119
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
1100
|
-
|
1101
|
-
|
1102
|
-
return
|
1120
|
+
_this52 = _super52.call(this, message, code);
|
1121
|
+
_this52.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
1122
|
+
return _this52;
|
1103
1123
|
}
|
1104
1124
|
|
1105
1125
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
@@ -1111,15 +1131,15 @@ errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticat
|
|
1111
1131
|
var NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
1112
1132
|
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro3);
|
1113
1133
|
|
1114
|
-
var
|
1134
|
+
var _super53 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
|
1115
1135
|
|
1116
1136
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code) {
|
1117
|
-
var
|
1137
|
+
var _this53;
|
1118
1138
|
|
1119
1139
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
1120
|
-
|
1121
|
-
|
1122
|
-
return
|
1140
|
+
_this53 = _super53.call(this, message, code);
|
1141
|
+
_this53.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
1142
|
+
return _this53;
|
1123
1143
|
}
|
1124
1144
|
|
1125
1145
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
@@ -1131,15 +1151,15 @@ errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticate
|
|
1131
1151
|
var NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
1132
1152
|
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro4);
|
1133
1153
|
|
1134
|
-
var
|
1154
|
+
var _super54 = _createSuper(NotAuthenticated_InvalidCredentialsError);
|
1135
1155
|
|
1136
1156
|
function NotAuthenticated_InvalidCredentialsError(message, code) {
|
1137
|
-
var
|
1157
|
+
var _this54;
|
1138
1158
|
|
1139
1159
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
1140
|
-
|
1141
|
-
|
1142
|
-
return
|
1160
|
+
_this54 = _super54.call(this, message, code);
|
1161
|
+
_this54.name = 'NotAuthenticated_InvalidCredentialsError';
|
1162
|
+
return _this54;
|
1143
1163
|
}
|
1144
1164
|
|
1145
1165
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
@@ -1151,15 +1171,15 @@ errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_Invalid
|
|
1151
1171
|
var NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
1152
1172
|
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro5);
|
1153
1173
|
|
1154
|
-
var
|
1174
|
+
var _super55 = _createSuper(NotAuthenticated_InvalidOauthError);
|
1155
1175
|
|
1156
1176
|
function NotAuthenticated_InvalidOauthError(message, code) {
|
1157
|
-
var
|
1177
|
+
var _this55;
|
1158
1178
|
|
1159
1179
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
1160
|
-
|
1161
|
-
|
1162
|
-
return
|
1180
|
+
_this55 = _super55.call(this, message, code);
|
1181
|
+
_this55.name = 'NotAuthenticated_InvalidOauthError';
|
1182
|
+
return _this55;
|
1163
1183
|
}
|
1164
1184
|
|
1165
1185
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
@@ -1171,15 +1191,15 @@ errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthE
|
|
1171
1191
|
var NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
1172
1192
|
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro6);
|
1173
1193
|
|
1174
|
-
var
|
1194
|
+
var _super56 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
|
1175
1195
|
|
1176
1196
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code) {
|
1177
|
-
var
|
1197
|
+
var _this56;
|
1178
1198
|
|
1179
1199
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
1180
|
-
|
1181
|
-
|
1182
|
-
return
|
1200
|
+
_this56 = _super56.call(this, message, code);
|
1201
|
+
_this56.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
1202
|
+
return _this56;
|
1183
1203
|
}
|
1184
1204
|
|
1185
1205
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
@@ -1191,15 +1211,15 @@ errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_Inval
|
|
1191
1211
|
var NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
1192
1212
|
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro7);
|
1193
1213
|
|
1194
|
-
var
|
1214
|
+
var _super57 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
|
1195
1215
|
|
1196
1216
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code) {
|
1197
|
-
var
|
1217
|
+
var _this57;
|
1198
1218
|
|
1199
1219
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
1200
|
-
|
1201
|
-
|
1202
|
-
return
|
1220
|
+
_this57 = _super57.call(this, message, code);
|
1221
|
+
_this57.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
1222
|
+
return _this57;
|
1203
1223
|
}
|
1204
1224
|
|
1205
1225
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
@@ -1211,15 +1231,15 @@ errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_
|
|
1211
1231
|
var NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
1212
1232
|
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro8);
|
1213
1233
|
|
1214
|
-
var
|
1234
|
+
var _super58 = _createSuper(NotAuthenticated_LockedOutError);
|
1215
1235
|
|
1216
1236
|
function NotAuthenticated_LockedOutError(message, code) {
|
1217
|
-
var
|
1237
|
+
var _this58;
|
1218
1238
|
|
1219
1239
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
1220
|
-
|
1221
|
-
|
1222
|
-
return
|
1240
|
+
_this58 = _super58.call(this, message, code);
|
1241
|
+
_this58.name = 'NotAuthenticated_LockedOutError';
|
1242
|
+
return _this58;
|
1223
1243
|
}
|
1224
1244
|
|
1225
1245
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
@@ -1231,15 +1251,15 @@ errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
|
1231
1251
|
var NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
1232
1252
|
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro9);
|
1233
1253
|
|
1234
|
-
var
|
1254
|
+
var _super59 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
|
1235
1255
|
|
1236
1256
|
function NotAuthenticated_LockoutRegionMismatchError(message, code) {
|
1237
|
-
var
|
1257
|
+
var _this59;
|
1238
1258
|
|
1239
1259
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
1240
|
-
|
1241
|
-
|
1242
|
-
return
|
1260
|
+
_this59 = _super59.call(this, message, code);
|
1261
|
+
_this59.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
1262
|
+
return _this59;
|
1243
1263
|
}
|
1244
1264
|
|
1245
1265
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
@@ -1251,15 +1271,15 @@ errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_Lock
|
|
1251
1271
|
var NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
1252
1272
|
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro10);
|
1253
1273
|
|
1254
|
-
var
|
1274
|
+
var _super60 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
|
1255
1275
|
|
1256
1276
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code) {
|
1257
|
-
var
|
1277
|
+
var _this60;
|
1258
1278
|
|
1259
1279
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
1260
|
-
|
1261
|
-
|
1262
|
-
return
|
1280
|
+
_this60 = _super60.call(this, message, code);
|
1281
|
+
_this60.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
1282
|
+
return _this60;
|
1263
1283
|
}
|
1264
1284
|
|
1265
1285
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
@@ -1271,15 +1291,15 @@ errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_O
|
|
1271
1291
|
var NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
1272
1292
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro11);
|
1273
1293
|
|
1274
|
-
var
|
1294
|
+
var _super61 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
1275
1295
|
|
1276
1296
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code) {
|
1277
|
-
var
|
1297
|
+
var _this61;
|
1278
1298
|
|
1279
1299
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
1280
|
-
|
1281
|
-
|
1282
|
-
return
|
1300
|
+
_this61 = _super61.call(this, message, code);
|
1301
|
+
_this61.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
1302
|
+
return _this61;
|
1283
1303
|
}
|
1284
1304
|
|
1285
1305
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
@@ -1291,15 +1311,15 @@ errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticat
|
|
1291
1311
|
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
1292
1312
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro12);
|
1293
1313
|
|
1294
|
-
var
|
1314
|
+
var _super62 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
1295
1315
|
|
1296
1316
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code) {
|
1297
|
-
var
|
1317
|
+
var _this62;
|
1298
1318
|
|
1299
1319
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
1300
|
-
|
1301
|
-
|
1302
|
-
return
|
1320
|
+
_this62 = _super62.call(this, message, code);
|
1321
|
+
_this62.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
1322
|
+
return _this62;
|
1303
1323
|
}
|
1304
1324
|
|
1305
1325
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
@@ -1311,15 +1331,15 @@ errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuth
|
|
1311
1331
|
var NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
1312
1332
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
1313
1333
|
|
1314
|
-
var
|
1334
|
+
var _super63 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
|
1315
1335
|
|
1316
1336
|
function NotAuthorized_ApiKeyIsDisabledError(message, code) {
|
1317
|
-
var
|
1337
|
+
var _this63;
|
1318
1338
|
|
1319
1339
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
1320
|
-
|
1321
|
-
|
1322
|
-
return
|
1340
|
+
_this63 = _super63.call(this, message, code);
|
1341
|
+
_this63.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
1342
|
+
return _this63;
|
1323
1343
|
}
|
1324
1344
|
|
1325
1345
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
@@ -1331,15 +1351,15 @@ errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisable
|
|
1331
1351
|
var NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
1332
1352
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
1333
1353
|
|
1334
|
-
var
|
1354
|
+
var _super64 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
|
1335
1355
|
|
1336
1356
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code) {
|
1337
|
-
var
|
1357
|
+
var _this64;
|
1338
1358
|
|
1339
1359
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
1340
|
-
|
1341
|
-
|
1342
|
-
return
|
1360
|
+
_this64 = _super64.call(this, message, code);
|
1361
|
+
_this64.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
1362
|
+
return _this64;
|
1343
1363
|
}
|
1344
1364
|
|
1345
1365
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
@@ -1351,15 +1371,15 @@ errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsP
|
|
1351
1371
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
1352
1372
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
1353
1373
|
|
1354
|
-
var
|
1374
|
+
var _super65 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
1355
1375
|
|
1356
1376
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code) {
|
1357
|
-
var
|
1377
|
+
var _this65;
|
1358
1378
|
|
1359
1379
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
1360
|
-
|
1361
|
-
|
1362
|
-
return
|
1380
|
+
_this65 = _super65.call(this, message, code);
|
1381
|
+
_this65.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
1382
|
+
return _this65;
|
1363
1383
|
}
|
1364
1384
|
|
1365
1385
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
@@ -1371,15 +1391,15 @@ errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOn
|
|
1371
1391
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
1372
1392
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
1373
1393
|
|
1374
|
-
var
|
1394
|
+
var _super66 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
1375
1395
|
|
1376
1396
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code) {
|
1377
|
-
var
|
1397
|
+
var _this66;
|
1378
1398
|
|
1379
1399
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
1380
|
-
|
1381
|
-
|
1382
|
-
return
|
1400
|
+
_this66 = _super66.call(this, message, code);
|
1401
|
+
_this66.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
1402
|
+
return _this66;
|
1383
1403
|
}
|
1384
1404
|
|
1385
1405
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
@@ -1391,15 +1411,15 @@ errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnl
|
|
1391
1411
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
1392
1412
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
1393
1413
|
|
1394
|
-
var
|
1414
|
+
var _super67 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1395
1415
|
|
1396
1416
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code) {
|
1397
|
-
var
|
1417
|
+
var _this67;
|
1398
1418
|
|
1399
1419
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1400
|
-
|
1401
|
-
|
1402
|
-
return
|
1420
|
+
_this67 = _super67.call(this, message, code);
|
1421
|
+
_this67.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
1422
|
+
return _this67;
|
1403
1423
|
}
|
1404
1424
|
|
1405
1425
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
@@ -1411,15 +1431,15 @@ errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_A
|
|
1411
1431
|
var NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
1412
1432
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError6);
|
1413
1433
|
|
1414
|
-
var
|
1434
|
+
var _super68 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
|
1415
1435
|
|
1416
1436
|
function NotAuthorized_BillingPermissionRequiredError(message, code) {
|
1417
|
-
var
|
1437
|
+
var _this68;
|
1418
1438
|
|
1419
1439
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
1420
|
-
|
1421
|
-
|
1422
|
-
return
|
1440
|
+
_this68 = _super68.call(this, message, code);
|
1441
|
+
_this68.name = 'NotAuthorized_BillingPermissionRequiredError';
|
1442
|
+
return _this68;
|
1423
1443
|
}
|
1424
1444
|
|
1425
1445
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
@@ -1431,15 +1451,15 @@ errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_Billin
|
|
1431
1451
|
var NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
1432
1452
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError7);
|
1433
1453
|
|
1434
|
-
var
|
1454
|
+
var _super69 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
|
1435
1455
|
|
1436
1456
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code) {
|
1437
|
-
var
|
1457
|
+
var _this69;
|
1438
1458
|
|
1439
1459
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
1440
|
-
|
1441
|
-
|
1442
|
-
return
|
1460
|
+
_this69 = _super69.call(this, message, code);
|
1461
|
+
_this69.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
1462
|
+
return _this69;
|
1443
1463
|
}
|
1444
1464
|
|
1445
1465
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
@@ -1451,15 +1471,15 @@ errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleM
|
|
1451
1471
|
var NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
1452
1472
|
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError8);
|
1453
1473
|
|
1454
|
-
var
|
1474
|
+
var _super70 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1455
1475
|
|
1456
1476
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code) {
|
1457
|
-
var
|
1477
|
+
var _this70;
|
1458
1478
|
|
1459
1479
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
1460
|
-
|
1461
|
-
|
1462
|
-
return
|
1480
|
+
_this70 = _super70.call(this, message, code);
|
1481
|
+
_this70.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
1482
|
+
return _this70;
|
1463
1483
|
}
|
1464
1484
|
|
1465
1485
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
@@ -1471,15 +1491,15 @@ errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotL
|
|
1471
1491
|
var NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
1472
1492
|
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError9);
|
1473
1493
|
|
1474
|
-
var
|
1494
|
+
var _super71 = _createSuper(NotAuthorized_CantActForOtherUserError);
|
1475
1495
|
|
1476
1496
|
function NotAuthorized_CantActForOtherUserError(message, code) {
|
1477
|
-
var
|
1497
|
+
var _this71;
|
1478
1498
|
|
1479
1499
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
1480
|
-
|
1481
|
-
|
1482
|
-
return
|
1500
|
+
_this71 = _super71.call(this, message, code);
|
1501
|
+
_this71.name = 'NotAuthorized_CantActForOtherUserError';
|
1502
|
+
return _this71;
|
1483
1503
|
}
|
1484
1504
|
|
1485
1505
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
@@ -1491,15 +1511,15 @@ errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOt
|
|
1491
1511
|
var NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
1492
1512
|
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
1493
1513
|
|
1494
|
-
var
|
1514
|
+
var _super72 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1495
1515
|
|
1496
1516
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code) {
|
1497
|
-
var
|
1517
|
+
var _this72;
|
1498
1518
|
|
1499
1519
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1500
|
-
|
1501
|
-
|
1502
|
-
return
|
1520
|
+
_this72 = _super72.call(this, message, code);
|
1521
|
+
_this72.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
1522
|
+
return _this72;
|
1503
1523
|
}
|
1504
1524
|
|
1505
1525
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
@@ -1511,15 +1531,15 @@ errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorize
|
|
1511
1531
|
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
1512
1532
|
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError11);
|
1513
1533
|
|
1514
|
-
var
|
1534
|
+
var _super73 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1515
1535
|
|
1516
1536
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
|
1517
|
-
var
|
1537
|
+
var _this73;
|
1518
1538
|
|
1519
1539
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1520
|
-
|
1521
|
-
|
1522
|
-
return
|
1540
|
+
_this73 = _super73.call(this, message, code);
|
1541
|
+
_this73.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
1542
|
+
return _this73;
|
1523
1543
|
}
|
1524
1544
|
|
1525
1545
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
@@ -1531,15 +1551,15 @@ errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuth
|
|
1531
1551
|
var NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
1532
1552
|
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError12);
|
1533
1553
|
|
1534
|
-
var
|
1554
|
+
var _super74 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
|
1535
1555
|
|
1536
1556
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
|
1537
|
-
var
|
1557
|
+
var _this74;
|
1538
1558
|
|
1539
1559
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
1540
|
-
|
1541
|
-
|
1542
|
-
return
|
1560
|
+
_this74 = _super74.call(this, message, code);
|
1561
|
+
_this74.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
1562
|
+
return _this74;
|
1543
1563
|
}
|
1544
1564
|
|
1545
1565
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
@@ -1551,15 +1571,15 @@ errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_Fo
|
|
1551
1571
|
var NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
1552
1572
|
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError13);
|
1553
1573
|
|
1554
|
-
var
|
1574
|
+
var _super75 = _createSuper(NotAuthorized_FullPermissionRequiredError);
|
1555
1575
|
|
1556
1576
|
function NotAuthorized_FullPermissionRequiredError(message, code) {
|
1557
|
-
var
|
1577
|
+
var _this75;
|
1558
1578
|
|
1559
1579
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
1560
|
-
|
1561
|
-
|
1562
|
-
return
|
1580
|
+
_this75 = _super75.call(this, message, code);
|
1581
|
+
_this75.name = 'NotAuthorized_FullPermissionRequiredError';
|
1582
|
+
return _this75;
|
1563
1583
|
}
|
1564
1584
|
|
1565
1585
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
@@ -1571,15 +1591,15 @@ errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermi
|
|
1571
1591
|
var NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
1572
1592
|
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError14);
|
1573
1593
|
|
1574
|
-
var
|
1594
|
+
var _super76 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
|
1575
1595
|
|
1576
1596
|
function NotAuthorized_HistoryPermissionRequiredError(message, code) {
|
1577
|
-
var
|
1597
|
+
var _this76;
|
1578
1598
|
|
1579
1599
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
1580
|
-
|
1581
|
-
|
1582
|
-
return
|
1600
|
+
_this76 = _super76.call(this, message, code);
|
1601
|
+
_this76.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
1602
|
+
return _this76;
|
1583
1603
|
}
|
1584
1604
|
|
1585
1605
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
@@ -1591,15 +1611,15 @@ errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_Histor
|
|
1591
1611
|
var NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
1592
1612
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError15);
|
1593
1613
|
|
1594
|
-
var
|
1614
|
+
var _super77 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
|
1595
1615
|
|
1596
1616
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
|
1597
|
-
var
|
1617
|
+
var _this77;
|
1598
1618
|
|
1599
1619
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
1600
|
-
|
1601
|
-
|
1602
|
-
return
|
1620
|
+
_this77 = _super77.call(this, message, code);
|
1621
|
+
_this77.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
1622
|
+
return _this77;
|
1603
1623
|
}
|
1604
1624
|
|
1605
1625
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
@@ -1611,15 +1631,15 @@ errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_
|
|
1611
1631
|
var NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
1612
1632
|
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError16);
|
1613
1633
|
|
1614
|
-
var
|
1634
|
+
var _super78 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1615
1635
|
|
1616
1636
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
|
1617
|
-
var
|
1637
|
+
var _this78;
|
1618
1638
|
|
1619
1639
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
1620
|
-
|
1621
|
-
|
1622
|
-
return
|
1640
|
+
_this78 = _super78.call(this, message, code);
|
1641
|
+
_this78.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
1642
|
+
return _this78;
|
1623
1643
|
}
|
1624
1644
|
|
1625
1645
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
@@ -1631,15 +1651,15 @@ errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustA
|
|
1631
1651
|
var NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
1632
1652
|
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError17);
|
1633
1653
|
|
1634
|
-
var
|
1654
|
+
var _super79 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
|
1635
1655
|
|
1636
1656
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
|
1637
|
-
var
|
1657
|
+
var _this79;
|
1638
1658
|
|
1639
1659
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
1640
|
-
|
1641
|
-
|
1642
|
-
return
|
1660
|
+
_this79 = _super79.call(this, message, code);
|
1661
|
+
_this79.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
1662
|
+
return _this79;
|
1643
1663
|
}
|
1644
1664
|
|
1645
1665
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
@@ -1651,15 +1671,15 @@ errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_Need
|
|
1651
1671
|
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
1652
1672
|
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError18);
|
1653
1673
|
|
1654
|
-
var
|
1674
|
+
var _super80 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1655
1675
|
|
1656
1676
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
|
1657
|
-
var
|
1677
|
+
var _this80;
|
1658
1678
|
|
1659
1679
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1660
|
-
|
1661
|
-
|
1662
|
-
return
|
1680
|
+
_this80 = _super80.call(this, message, code);
|
1681
|
+
_this80.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
1682
|
+
return _this80;
|
1663
1683
|
}
|
1664
1684
|
|
1665
1685
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
@@ -1671,15 +1691,15 @@ errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized
|
|
1671
1691
|
var NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
1672
1692
|
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError19);
|
1673
1693
|
|
1674
|
-
var
|
1694
|
+
var _super81 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
|
1675
1695
|
|
1676
1696
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
|
1677
|
-
var
|
1697
|
+
var _this81;
|
1678
1698
|
|
1679
1699
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
1680
|
-
|
1681
|
-
|
1682
|
-
return
|
1700
|
+
_this81 = _super81.call(this, message, code);
|
1701
|
+
_this81.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
1702
|
+
return _this81;
|
1683
1703
|
}
|
1684
1704
|
|
1685
1705
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
@@ -1691,15 +1711,15 @@ errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllo
|
|
1691
1711
|
var NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
1692
1712
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError20);
|
1693
1713
|
|
1694
|
-
var
|
1714
|
+
var _super82 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
|
1695
1715
|
|
1696
1716
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
|
1697
|
-
var
|
1717
|
+
var _this82;
|
1698
1718
|
|
1699
1719
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
1700
|
-
|
1701
|
-
|
1702
|
-
return
|
1720
|
+
_this82 = _super82.call(this, message, code);
|
1721
|
+
_this82.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
1722
|
+
return _this82;
|
1703
1723
|
}
|
1704
1724
|
|
1705
1725
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
@@ -1711,15 +1731,15 @@ errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_Passwo
|
|
1711
1731
|
var NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
1712
1732
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError21);
|
1713
1733
|
|
1714
|
-
var
|
1734
|
+
var _super83 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
|
1715
1735
|
|
1716
1736
|
function NotAuthorized_PasswordChangeRequiredError(message, code) {
|
1717
|
-
var
|
1737
|
+
var _this83;
|
1718
1738
|
|
1719
1739
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
1720
|
-
|
1721
|
-
|
1722
|
-
return
|
1740
|
+
_this83 = _super83.call(this, message, code);
|
1741
|
+
_this83.name = 'NotAuthorized_PasswordChangeRequiredError';
|
1742
|
+
return _this83;
|
1723
1743
|
}
|
1724
1744
|
|
1725
1745
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
@@ -1731,15 +1751,15 @@ errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordC
|
|
1731
1751
|
var NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
1732
1752
|
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError22);
|
1733
1753
|
|
1734
|
-
var
|
1754
|
+
var _super84 = _createSuper(NotAuthorized_ReadOnlySessionError);
|
1735
1755
|
|
1736
1756
|
function NotAuthorized_ReadOnlySessionError(message, code) {
|
1737
|
-
var
|
1757
|
+
var _this84;
|
1738
1758
|
|
1739
1759
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
1740
|
-
|
1741
|
-
|
1742
|
-
return
|
1760
|
+
_this84 = _super84.call(this, message, code);
|
1761
|
+
_this84.name = 'NotAuthorized_ReadOnlySessionError';
|
1762
|
+
return _this84;
|
1743
1763
|
}
|
1744
1764
|
|
1745
1765
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
@@ -1751,15 +1771,15 @@ errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionE
|
|
1751
1771
|
var NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
1752
1772
|
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError23);
|
1753
1773
|
|
1754
|
-
var
|
1774
|
+
var _super85 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
|
1755
1775
|
|
1756
1776
|
function NotAuthorized_ReadPermissionRequiredError(message, code) {
|
1757
|
-
var
|
1777
|
+
var _this85;
|
1758
1778
|
|
1759
1779
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
1760
|
-
|
1761
|
-
|
1762
|
-
return
|
1780
|
+
_this85 = _super85.call(this, message, code);
|
1781
|
+
_this85.name = 'NotAuthorized_ReadPermissionRequiredError';
|
1782
|
+
return _this85;
|
1763
1783
|
}
|
1764
1784
|
|
1765
1785
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
@@ -1771,15 +1791,15 @@ errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermi
|
|
1771
1791
|
var NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
1772
1792
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError24);
|
1773
1793
|
|
1774
|
-
var
|
1794
|
+
var _super86 = _createSuper(NotAuthorized_ReauthenticationFailedError);
|
1775
1795
|
|
1776
1796
|
function NotAuthorized_ReauthenticationFailedError(message, code) {
|
1777
|
-
var
|
1797
|
+
var _this86;
|
1778
1798
|
|
1779
1799
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
1780
|
-
|
1781
|
-
|
1782
|
-
return
|
1800
|
+
_this86 = _super86.call(this, message, code);
|
1801
|
+
_this86.name = 'NotAuthorized_ReauthenticationFailedError';
|
1802
|
+
return _this86;
|
1783
1803
|
}
|
1784
1804
|
|
1785
1805
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
@@ -1791,15 +1811,15 @@ errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_Reauthent
|
|
1791
1811
|
var NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
1792
1812
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError25);
|
1793
1813
|
|
1794
|
-
var
|
1814
|
+
var _super87 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
|
1795
1815
|
|
1796
1816
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
|
1797
|
-
var
|
1817
|
+
var _this87;
|
1798
1818
|
|
1799
1819
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
1800
|
-
|
1801
|
-
|
1802
|
-
return
|
1820
|
+
_this87 = _super87.call(this, message, code);
|
1821
|
+
_this87.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
1822
|
+
return _this87;
|
1803
1823
|
}
|
1804
1824
|
|
1805
1825
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
@@ -1811,15 +1831,15 @@ errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_Reau
|
|
1811
1831
|
var NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
1812
1832
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError26);
|
1813
1833
|
|
1814
|
-
var
|
1834
|
+
var _super88 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
|
1815
1835
|
|
1816
1836
|
function NotAuthorized_ReauthenticationNeededActionError(message, code) {
|
1817
|
-
var
|
1837
|
+
var _this88;
|
1818
1838
|
|
1819
1839
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
1820
|
-
|
1821
|
-
|
1822
|
-
return
|
1840
|
+
_this88 = _super88.call(this, message, code);
|
1841
|
+
_this88.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
1842
|
+
return _this88;
|
1823
1843
|
}
|
1824
1844
|
|
1825
1845
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
@@ -1831,15 +1851,15 @@ errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_Rea
|
|
1831
1851
|
var NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
1832
1852
|
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError27);
|
1833
1853
|
|
1834
|
-
var
|
1854
|
+
var _super89 = _createSuper(NotAuthorized_SelfManagedRequiredError);
|
1835
1855
|
|
1836
1856
|
function NotAuthorized_SelfManagedRequiredError(message, code) {
|
1837
|
-
var
|
1857
|
+
var _this89;
|
1838
1858
|
|
1839
1859
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
1840
|
-
|
1841
|
-
|
1842
|
-
return
|
1860
|
+
_this89 = _super89.call(this, message, code);
|
1861
|
+
_this89.name = 'NotAuthorized_SelfManagedRequiredError';
|
1862
|
+
return _this89;
|
1843
1863
|
}
|
1844
1864
|
|
1845
1865
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
@@ -1851,15 +1871,15 @@ errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedR
|
|
1851
1871
|
var NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
1852
1872
|
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError28);
|
1853
1873
|
|
1854
|
-
var
|
1874
|
+
var _super90 = _createSuper(NotAuthorized_SiteAdminRequiredError);
|
1855
1875
|
|
1856
1876
|
function NotAuthorized_SiteAdminRequiredError(message, code) {
|
1857
|
-
var
|
1877
|
+
var _this90;
|
1858
1878
|
|
1859
1879
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
1860
|
-
|
1861
|
-
|
1862
|
-
return
|
1880
|
+
_this90 = _super90.call(this, message, code);
|
1881
|
+
_this90.name = 'NotAuthorized_SiteAdminRequiredError';
|
1882
|
+
return _this90;
|
1863
1883
|
}
|
1864
1884
|
|
1865
1885
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
@@ -1871,15 +1891,15 @@ errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequi
|
|
1871
1891
|
var NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
1872
1892
|
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError29);
|
1873
1893
|
|
1874
|
-
var
|
1894
|
+
var _super91 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
|
1875
1895
|
|
1876
1896
|
function NotAuthorized_SiteFilesAreImmutableError(message, code) {
|
1877
|
-
var
|
1897
|
+
var _this91;
|
1878
1898
|
|
1879
1899
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
1880
|
-
|
1881
|
-
|
1882
|
-
return
|
1900
|
+
_this91 = _super91.call(this, message, code);
|
1901
|
+
_this91.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
1902
|
+
return _this91;
|
1883
1903
|
}
|
1884
1904
|
|
1885
1905
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
@@ -1891,15 +1911,15 @@ errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesA
|
|
1891
1911
|
var NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
1892
1912
|
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError30);
|
1893
1913
|
|
1894
|
-
var
|
1914
|
+
var _super92 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1895
1915
|
|
1896
1916
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
|
1897
|
-
var
|
1917
|
+
var _this92;
|
1898
1918
|
|
1899
1919
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1900
|
-
|
1901
|
-
|
1902
|
-
return
|
1920
|
+
_this92 = _super92.call(this, message, code);
|
1921
|
+
_this92.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
1922
|
+
return _this92;
|
1903
1923
|
}
|
1904
1924
|
|
1905
1925
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
@@ -1911,15 +1931,15 @@ errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_
|
|
1911
1931
|
var NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
1912
1932
|
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError31);
|
1913
1933
|
|
1914
|
-
var
|
1934
|
+
var _super93 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
|
1915
1935
|
|
1916
1936
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
|
1917
|
-
var
|
1937
|
+
var _this93;
|
1918
1938
|
|
1919
1939
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
1920
|
-
|
1921
|
-
|
1922
|
-
return
|
1940
|
+
_this93 = _super93.call(this, message, code);
|
1941
|
+
_this93.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
1942
|
+
return _this93;
|
1923
1943
|
}
|
1924
1944
|
|
1925
1945
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
@@ -1931,15 +1951,15 @@ errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWit
|
|
1931
1951
|
var NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1932
1952
|
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError32);
|
1933
1953
|
|
1934
|
-
var
|
1954
|
+
var _super94 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1935
1955
|
|
1936
1956
|
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1937
|
-
var
|
1957
|
+
var _this94;
|
1938
1958
|
|
1939
1959
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1940
|
-
|
1941
|
-
|
1942
|
-
return
|
1960
|
+
_this94 = _super94.call(this, message, code);
|
1961
|
+
_this94.name = 'NotAuthorized_WritePermissionRequiredError';
|
1962
|
+
return _this94;
|
1943
1963
|
}
|
1944
1964
|
|
1945
1965
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
@@ -1951,15 +1971,15 @@ errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePer
|
|
1951
1971
|
var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1952
1972
|
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError33);
|
1953
1973
|
|
1954
|
-
var
|
1974
|
+
var _super95 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1955
1975
|
|
1956
1976
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1957
|
-
var
|
1977
|
+
var _this95;
|
1958
1978
|
|
1959
1979
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1960
|
-
|
1961
|
-
|
1962
|
-
return
|
1980
|
+
_this95 = _super95.call(this, message, code);
|
1981
|
+
_this95.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1982
|
+
return _this95;
|
1963
1983
|
}
|
1964
1984
|
|
1965
1985
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
@@ -1971,15 +1991,15 @@ errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloa
|
|
1971
1991
|
var NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1972
1992
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1973
1993
|
|
1974
|
-
var
|
1994
|
+
var _super96 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1975
1995
|
|
1976
1996
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1977
|
-
var
|
1997
|
+
var _this96;
|
1978
1998
|
|
1979
1999
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
1980
|
-
|
1981
|
-
|
1982
|
-
return
|
2000
|
+
_this96 = _super96.call(this, message, code);
|
2001
|
+
_this96.name = 'NotFound_ApiKeyNotFoundError';
|
2002
|
+
return _this96;
|
1983
2003
|
}
|
1984
2004
|
|
1985
2005
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
@@ -1991,15 +2011,15 @@ errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
|
1991
2011
|
var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
1992
2012
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
1993
2013
|
|
1994
|
-
var
|
2014
|
+
var _super97 = _createSuper(NotFound_BundlePathNotFoundError);
|
1995
2015
|
|
1996
2016
|
function NotFound_BundlePathNotFoundError(message, code) {
|
1997
|
-
var
|
2017
|
+
var _this97;
|
1998
2018
|
|
1999
2019
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
2000
|
-
|
2001
|
-
|
2002
|
-
return
|
2020
|
+
_this97 = _super97.call(this, message, code);
|
2021
|
+
_this97.name = 'NotFound_BundlePathNotFoundError';
|
2022
|
+
return _this97;
|
2003
2023
|
}
|
2004
2024
|
|
2005
2025
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
@@ -2011,15 +2031,15 @@ errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError
|
|
2011
2031
|
var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
2012
2032
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
2013
2033
|
|
2014
|
-
var
|
2034
|
+
var _super98 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
2015
2035
|
|
2016
2036
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
2017
|
-
var
|
2037
|
+
var _this98;
|
2018
2038
|
|
2019
2039
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
2020
|
-
|
2021
|
-
|
2022
|
-
return
|
2040
|
+
_this98 = _super98.call(this, message, code);
|
2041
|
+
_this98.name = 'NotFound_BundleRegistrationNotFoundError';
|
2042
|
+
return _this98;
|
2023
2043
|
}
|
2024
2044
|
|
2025
2045
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
@@ -2031,15 +2051,15 @@ errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrat
|
|
2031
2051
|
var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
2032
2052
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
2033
2053
|
|
2034
|
-
var
|
2054
|
+
var _super99 = _createSuper(NotFound_CodeNotFoundError);
|
2035
2055
|
|
2036
2056
|
function NotFound_CodeNotFoundError(message, code) {
|
2037
|
-
var
|
2057
|
+
var _this99;
|
2038
2058
|
|
2039
2059
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
2040
|
-
|
2041
|
-
|
2042
|
-
return
|
2060
|
+
_this99 = _super99.call(this, message, code);
|
2061
|
+
_this99.name = 'NotFound_CodeNotFoundError';
|
2062
|
+
return _this99;
|
2043
2063
|
}
|
2044
2064
|
|
2045
2065
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
@@ -2051,15 +2071,15 @@ errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
|
2051
2071
|
var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
2052
2072
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
2053
2073
|
|
2054
|
-
var
|
2074
|
+
var _super100 = _createSuper(NotFound_FileNotFoundError);
|
2055
2075
|
|
2056
2076
|
function NotFound_FileNotFoundError(message, code) {
|
2057
|
-
var
|
2077
|
+
var _this100;
|
2058
2078
|
|
2059
2079
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
2060
|
-
|
2061
|
-
|
2062
|
-
return
|
2080
|
+
_this100 = _super100.call(this, message, code);
|
2081
|
+
_this100.name = 'NotFound_FileNotFoundError';
|
2082
|
+
return _this100;
|
2063
2083
|
}
|
2064
2084
|
|
2065
2085
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
@@ -2071,15 +2091,15 @@ errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
|
2071
2091
|
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
2072
2092
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
2073
2093
|
|
2074
|
-
var
|
2094
|
+
var _super101 = _createSuper(NotFound_FileUploadNotFoundError);
|
2075
2095
|
|
2076
2096
|
function NotFound_FileUploadNotFoundError(message, code) {
|
2077
|
-
var
|
2097
|
+
var _this101;
|
2078
2098
|
|
2079
2099
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
2080
|
-
|
2081
|
-
|
2082
|
-
return
|
2100
|
+
_this101 = _super101.call(this, message, code);
|
2101
|
+
_this101.name = 'NotFound_FileUploadNotFoundError';
|
2102
|
+
return _this101;
|
2083
2103
|
}
|
2084
2104
|
|
2085
2105
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
@@ -2091,15 +2111,15 @@ errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError
|
|
2091
2111
|
var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
2092
2112
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
2093
2113
|
|
2094
|
-
var
|
2114
|
+
var _super102 = _createSuper(NotFound_FolderNotFoundError);
|
2095
2115
|
|
2096
2116
|
function NotFound_FolderNotFoundError(message, code) {
|
2097
|
-
var
|
2117
|
+
var _this102;
|
2098
2118
|
|
2099
2119
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
2100
|
-
|
2101
|
-
|
2102
|
-
return
|
2120
|
+
_this102 = _super102.call(this, message, code);
|
2121
|
+
_this102.name = 'NotFound_FolderNotFoundError';
|
2122
|
+
return _this102;
|
2103
2123
|
}
|
2104
2124
|
|
2105
2125
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
@@ -2111,15 +2131,15 @@ errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
|
2111
2131
|
var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
2112
2132
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
2113
2133
|
|
2114
|
-
var
|
2134
|
+
var _super103 = _createSuper(NotFound_GroupNotFoundError);
|
2115
2135
|
|
2116
2136
|
function NotFound_GroupNotFoundError(message, code) {
|
2117
|
-
var
|
2137
|
+
var _this103;
|
2118
2138
|
|
2119
2139
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
2120
|
-
|
2121
|
-
|
2122
|
-
return
|
2140
|
+
_this103 = _super103.call(this, message, code);
|
2141
|
+
_this103.name = 'NotFound_GroupNotFoundError';
|
2142
|
+
return _this103;
|
2123
2143
|
}
|
2124
2144
|
|
2125
2145
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
@@ -2131,15 +2151,15 @@ errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
|
2131
2151
|
var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
2132
2152
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
2133
2153
|
|
2134
|
-
var
|
2154
|
+
var _super104 = _createSuper(NotFound_InboxNotFoundError);
|
2135
2155
|
|
2136
2156
|
function NotFound_InboxNotFoundError(message, code) {
|
2137
|
-
var
|
2157
|
+
var _this104;
|
2138
2158
|
|
2139
2159
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
2140
|
-
|
2141
|
-
|
2142
|
-
return
|
2160
|
+
_this104 = _super104.call(this, message, code);
|
2161
|
+
_this104.name = 'NotFound_InboxNotFoundError';
|
2162
|
+
return _this104;
|
2143
2163
|
}
|
2144
2164
|
|
2145
2165
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
@@ -2151,15 +2171,15 @@ errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
|
2151
2171
|
var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
2152
2172
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
2153
2173
|
|
2154
|
-
var
|
2174
|
+
var _super105 = _createSuper(NotFound_NestedNotFoundError);
|
2155
2175
|
|
2156
2176
|
function NotFound_NestedNotFoundError(message, code) {
|
2157
|
-
var
|
2177
|
+
var _this105;
|
2158
2178
|
|
2159
2179
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
2160
|
-
|
2161
|
-
|
2162
|
-
return
|
2180
|
+
_this105 = _super105.call(this, message, code);
|
2181
|
+
_this105.name = 'NotFound_NestedNotFoundError';
|
2182
|
+
return _this105;
|
2163
2183
|
}
|
2164
2184
|
|
2165
2185
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
@@ -2171,15 +2191,15 @@ errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
|
2171
2191
|
var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
2172
2192
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
2173
2193
|
|
2174
|
-
var
|
2194
|
+
var _super106 = _createSuper(NotFound_PlanNotFoundError);
|
2175
2195
|
|
2176
2196
|
function NotFound_PlanNotFoundError(message, code) {
|
2177
|
-
var
|
2197
|
+
var _this106;
|
2178
2198
|
|
2179
2199
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
2180
|
-
|
2181
|
-
|
2182
|
-
return
|
2200
|
+
_this106 = _super106.call(this, message, code);
|
2201
|
+
_this106.name = 'NotFound_PlanNotFoundError';
|
2202
|
+
return _this106;
|
2183
2203
|
}
|
2184
2204
|
|
2185
2205
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
@@ -2191,15 +2211,15 @@ errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
|
2191
2211
|
var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
2192
2212
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
2193
2213
|
|
2194
|
-
var
|
2214
|
+
var _super107 = _createSuper(NotFound_SiteNotFoundError);
|
2195
2215
|
|
2196
2216
|
function NotFound_SiteNotFoundError(message, code) {
|
2197
|
-
var
|
2217
|
+
var _this107;
|
2198
2218
|
|
2199
2219
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
2200
|
-
|
2201
|
-
|
2202
|
-
return
|
2220
|
+
_this107 = _super107.call(this, message, code);
|
2221
|
+
_this107.name = 'NotFound_SiteNotFoundError';
|
2222
|
+
return _this107;
|
2203
2223
|
}
|
2204
2224
|
|
2205
2225
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
@@ -2211,15 +2231,15 @@ errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
|
2211
2231
|
var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
2212
2232
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
2213
2233
|
|
2214
|
-
var
|
2234
|
+
var _super108 = _createSuper(NotFound_UserNotFoundError);
|
2215
2235
|
|
2216
2236
|
function NotFound_UserNotFoundError(message, code) {
|
2217
|
-
var
|
2237
|
+
var _this108;
|
2218
2238
|
|
2219
2239
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
2220
|
-
|
2221
|
-
|
2222
|
-
return
|
2240
|
+
_this108 = _super108.call(this, message, code);
|
2241
|
+
_this108.name = 'NotFound_UserNotFoundError';
|
2242
|
+
return _this108;
|
2223
2243
|
}
|
2224
2244
|
|
2225
2245
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
@@ -2231,15 +2251,15 @@ errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
2231
2251
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
2232
2252
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
|
2233
2253
|
|
2234
|
-
var
|
2254
|
+
var _super109 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2235
2255
|
|
2236
2256
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
2237
|
-
var
|
2257
|
+
var _this109;
|
2238
2258
|
|
2239
2259
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2240
|
-
|
2241
|
-
|
2242
|
-
return
|
2260
|
+
_this109 = _super109.call(this, message, code);
|
2261
|
+
_this109.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
2262
|
+
return _this109;
|
2243
2263
|
}
|
2244
2264
|
|
2245
2265
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
@@ -2251,15 +2271,15 @@ errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure
|
|
2251
2271
|
var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
2252
2272
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
|
2253
2273
|
|
2254
|
-
var
|
2274
|
+
var _super110 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
2255
2275
|
|
2256
2276
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
2257
|
-
var
|
2277
|
+
var _this110;
|
2258
2278
|
|
2259
2279
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
2260
|
-
|
2261
|
-
|
2262
|
-
return
|
2280
|
+
_this110 = _super110.call(this, message, code);
|
2281
|
+
_this110.name = 'ProcessingFailure_CouldNotCreateParentError';
|
2282
|
+
return _this110;
|
2263
2283
|
}
|
2264
2284
|
|
2265
2285
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
@@ -2271,15 +2291,15 @@ errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_Cou
|
|
2271
2291
|
var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
2272
2292
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
|
2273
2293
|
|
2274
|
-
var
|
2294
|
+
var _super111 = _createSuper(ProcessingFailure_DestinationExistsError);
|
2275
2295
|
|
2276
2296
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
2277
|
-
var
|
2297
|
+
var _this111;
|
2278
2298
|
|
2279
2299
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
2280
|
-
|
2281
|
-
|
2282
|
-
return
|
2300
|
+
_this111 = _super111.call(this, message, code);
|
2301
|
+
_this111.name = 'ProcessingFailure_DestinationExistsError';
|
2302
|
+
return _this111;
|
2283
2303
|
}
|
2284
2304
|
|
2285
2305
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
@@ -2291,15 +2311,15 @@ errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_Destin
|
|
2291
2311
|
var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
2292
2312
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
|
2293
2313
|
|
2294
|
-
var
|
2314
|
+
var _super112 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
2295
2315
|
|
2296
2316
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
2297
|
-
var
|
2317
|
+
var _this112;
|
2298
2318
|
|
2299
2319
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
2300
|
-
|
2301
|
-
|
2302
|
-
return
|
2320
|
+
_this112 = _super112.call(this, message, code);
|
2321
|
+
_this112.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
2322
|
+
return _this112;
|
2303
2323
|
}
|
2304
2324
|
|
2305
2325
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
@@ -2311,15 +2331,15 @@ errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure
|
|
2311
2331
|
var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
2312
2332
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
|
2313
2333
|
|
2314
|
-
var
|
2334
|
+
var _super113 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
2315
2335
|
|
2316
2336
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
2317
|
-
var
|
2337
|
+
var _this113;
|
2318
2338
|
|
2319
2339
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
2320
|
-
|
2321
|
-
|
2322
|
-
return
|
2340
|
+
_this113 = _super113.call(this, message, code);
|
2341
|
+
_this113.name = 'ProcessingFailure_DestinationParentConflictError';
|
2342
|
+
return _this113;
|
2323
2343
|
}
|
2324
2344
|
|
2325
2345
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
@@ -2331,15 +2351,15 @@ errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailur
|
|
2331
2351
|
var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
2332
2352
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
|
2333
2353
|
|
2334
|
-
var
|
2354
|
+
var _super114 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
2335
2355
|
|
2336
2356
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
2337
|
-
var
|
2357
|
+
var _this114;
|
2338
2358
|
|
2339
2359
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
2340
|
-
|
2341
|
-
|
2342
|
-
return
|
2360
|
+
_this114 = _super114.call(this, message, code);
|
2361
|
+
_this114.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
2362
|
+
return _this114;
|
2343
2363
|
}
|
2344
2364
|
|
2345
2365
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
@@ -2351,15 +2371,15 @@ errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFa
|
|
2351
2371
|
var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
2352
2372
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
|
2353
2373
|
|
2354
|
-
var
|
2374
|
+
var _super115 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
2355
2375
|
|
2356
2376
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
2357
|
-
var
|
2377
|
+
var _this115;
|
2358
2378
|
|
2359
2379
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
2360
|
-
|
2361
|
-
|
2362
|
-
return
|
2380
|
+
_this115 = _super115.call(this, message, code);
|
2381
|
+
_this115.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
2382
|
+
return _this115;
|
2363
2383
|
}
|
2364
2384
|
|
2365
2385
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
@@ -2371,15 +2391,15 @@ errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_Expire
|
|
2371
2391
|
var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
2372
2392
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
|
2373
2393
|
|
2374
|
-
var
|
2394
|
+
var _super116 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
2375
2395
|
|
2376
2396
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
2377
|
-
var
|
2397
|
+
var _this116;
|
2378
2398
|
|
2379
2399
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
2380
|
-
|
2381
|
-
|
2382
|
-
return
|
2400
|
+
_this116 = _super116.call(this, message, code);
|
2401
|
+
_this116.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
2402
|
+
return _this116;
|
2383
2403
|
}
|
2384
2404
|
|
2385
2405
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
@@ -2391,15 +2411,15 @@ errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_Expired
|
|
2391
2411
|
var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
2392
2412
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
|
2393
2413
|
|
2394
|
-
var
|
2414
|
+
var _super117 = _createSuper(ProcessingFailure_ExportFailureError);
|
2395
2415
|
|
2396
2416
|
function ProcessingFailure_ExportFailureError(message, code) {
|
2397
|
-
var
|
2417
|
+
var _this117;
|
2398
2418
|
|
2399
2419
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
2400
|
-
|
2401
|
-
|
2402
|
-
return
|
2420
|
+
_this117 = _super117.call(this, message, code);
|
2421
|
+
_this117.name = 'ProcessingFailure_ExportFailureError';
|
2422
|
+
return _this117;
|
2403
2423
|
}
|
2404
2424
|
|
2405
2425
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
@@ -2411,15 +2431,15 @@ errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFail
|
|
2411
2431
|
var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
2412
2432
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
|
2413
2433
|
|
2414
|
-
var
|
2434
|
+
var _super118 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
2415
2435
|
|
2416
2436
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
2417
|
-
var
|
2437
|
+
var _this118;
|
2418
2438
|
|
2419
2439
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
2420
|
-
|
2421
|
-
|
2422
|
-
return
|
2440
|
+
_this118 = _super118.call(this, message, code);
|
2441
|
+
_this118.name = 'ProcessingFailure_ExportNotReadyError';
|
2442
|
+
return _this118;
|
2423
2443
|
}
|
2424
2444
|
|
2425
2445
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
@@ -2431,15 +2451,15 @@ errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNot
|
|
2431
2451
|
var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
2432
2452
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
|
2433
2453
|
|
2434
|
-
var
|
2454
|
+
var _super119 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
2435
2455
|
|
2436
2456
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
2437
|
-
var
|
2457
|
+
var _this119;
|
2438
2458
|
|
2439
2459
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
2440
|
-
|
2441
|
-
|
2442
|
-
return
|
2460
|
+
_this119 = _super119.call(this, message, code);
|
2461
|
+
_this119.name = 'ProcessingFailure_FailedToChangePasswordError';
|
2462
|
+
return _this119;
|
2443
2463
|
}
|
2444
2464
|
|
2445
2465
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
@@ -2451,15 +2471,15 @@ errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_F
|
|
2451
2471
|
var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
2452
2472
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
|
2453
2473
|
|
2454
|
-
var
|
2474
|
+
var _super120 = _createSuper(ProcessingFailure_FileLockedError);
|
2455
2475
|
|
2456
2476
|
function ProcessingFailure_FileLockedError(message, code) {
|
2457
|
-
var
|
2477
|
+
var _this120;
|
2458
2478
|
|
2459
2479
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
2460
|
-
|
2461
|
-
|
2462
|
-
return
|
2480
|
+
_this120 = _super120.call(this, message, code);
|
2481
|
+
_this120.name = 'ProcessingFailure_FileLockedError';
|
2482
|
+
return _this120;
|
2463
2483
|
}
|
2464
2484
|
|
2465
2485
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
@@ -2471,15 +2491,15 @@ errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedErr
|
|
2471
2491
|
var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
2472
2492
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
|
2473
2493
|
|
2474
|
-
var
|
2494
|
+
var _super121 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
2475
2495
|
|
2476
2496
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
2477
|
-
var
|
2497
|
+
var _this121;
|
2478
2498
|
|
2479
2499
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
2480
|
-
|
2481
|
-
|
2482
|
-
return
|
2500
|
+
_this121 = _super121.call(this, message, code);
|
2501
|
+
_this121.name = 'ProcessingFailure_FileNotUploadedError';
|
2502
|
+
return _this121;
|
2483
2503
|
}
|
2484
2504
|
|
2485
2505
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
@@ -2491,15 +2511,15 @@ errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotU
|
|
2491
2511
|
var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
2492
2512
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
|
2493
2513
|
|
2494
|
-
var
|
2514
|
+
var _super122 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
2495
2515
|
|
2496
2516
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
2497
|
-
var
|
2517
|
+
var _this122;
|
2498
2518
|
|
2499
2519
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
2500
|
-
|
2501
|
-
|
2502
|
-
return
|
2520
|
+
_this122 = _super122.call(this, message, code);
|
2521
|
+
_this122.name = 'ProcessingFailure_FilePendingProcessingError';
|
2522
|
+
return _this122;
|
2503
2523
|
}
|
2504
2524
|
|
2505
2525
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
@@ -2511,15 +2531,15 @@ errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_Fi
|
|
2511
2531
|
var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
2512
2532
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
|
2513
2533
|
|
2514
|
-
var
|
2534
|
+
var _super123 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
2515
2535
|
|
2516
2536
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
2517
|
-
var
|
2537
|
+
var _this123;
|
2518
2538
|
|
2519
2539
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
2520
|
-
|
2521
|
-
|
2522
|
-
return
|
2540
|
+
_this123 = _super123.call(this, message, code);
|
2541
|
+
_this123.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
2542
|
+
return _this123;
|
2523
2543
|
}
|
2524
2544
|
|
2525
2545
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
@@ -2531,15 +2551,15 @@ errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_File
|
|
2531
2551
|
var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
2532
2552
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
|
2533
2553
|
|
2534
|
-
var
|
2554
|
+
var _super124 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
2535
2555
|
|
2536
2556
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
2537
|
-
var
|
2557
|
+
var _this124;
|
2538
2558
|
|
2539
2559
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
2540
|
-
|
2541
|
-
|
2542
|
-
return
|
2560
|
+
_this124 = _super124.call(this, message, code);
|
2561
|
+
_this124.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
2562
|
+
return _this124;
|
2543
2563
|
}
|
2544
2564
|
|
2545
2565
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
@@ -2551,15 +2571,15 @@ errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_File
|
|
2551
2571
|
var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
2552
2572
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
|
2553
2573
|
|
2554
|
-
var
|
2574
|
+
var _super125 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
2555
2575
|
|
2556
2576
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
2557
|
-
var
|
2577
|
+
var _this125;
|
2558
2578
|
|
2559
2579
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
2560
|
-
|
2561
|
-
|
2562
|
-
return
|
2580
|
+
_this125 = _super125.call(this, message, code);
|
2581
|
+
_this125.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
2582
|
+
return _this125;
|
2563
2583
|
}
|
2564
2584
|
|
2565
2585
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
@@ -2571,15 +2591,15 @@ errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailur
|
|
2571
2591
|
var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
2572
2592
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
|
2573
2593
|
|
2574
|
-
var
|
2594
|
+
var _super126 = _createSuper(ProcessingFailure_FolderLockedError);
|
2575
2595
|
|
2576
2596
|
function ProcessingFailure_FolderLockedError(message, code) {
|
2577
|
-
var
|
2597
|
+
var _this126;
|
2578
2598
|
|
2579
2599
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
2580
|
-
|
2581
|
-
|
2582
|
-
return
|
2600
|
+
_this126 = _super126.call(this, message, code);
|
2601
|
+
_this126.name = 'ProcessingFailure_FolderLockedError';
|
2602
|
+
return _this126;
|
2583
2603
|
}
|
2584
2604
|
|
2585
2605
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
@@ -2591,15 +2611,15 @@ errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLocke
|
|
2591
2611
|
var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
2592
2612
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
|
2593
2613
|
|
2594
|
-
var
|
2614
|
+
var _super127 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
2595
2615
|
|
2596
2616
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
2597
|
-
var
|
2617
|
+
var _this127;
|
2598
2618
|
|
2599
2619
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
2600
|
-
|
2601
|
-
|
2602
|
-
return
|
2620
|
+
_this127 = _super127.call(this, message, code);
|
2621
|
+
_this127.name = 'ProcessingFailure_FolderNotEmptyError';
|
2622
|
+
return _this127;
|
2603
2623
|
}
|
2604
2624
|
|
2605
2625
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
@@ -2611,15 +2631,15 @@ errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNot
|
|
2611
2631
|
var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
2612
2632
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
|
2613
2633
|
|
2614
|
-
var
|
2634
|
+
var _super128 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
2615
2635
|
|
2616
2636
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
2617
|
-
var
|
2637
|
+
var _this128;
|
2618
2638
|
|
2619
2639
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
2620
|
-
|
2621
|
-
|
2622
|
-
return
|
2640
|
+
_this128 = _super128.call(this, message, code);
|
2641
|
+
_this128.name = 'ProcessingFailure_HistoryUnavailableError';
|
2642
|
+
return _this128;
|
2623
2643
|
}
|
2624
2644
|
|
2625
2645
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
@@ -2631,15 +2651,15 @@ errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_Histo
|
|
2631
2651
|
var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
2632
2652
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
|
2633
2653
|
|
2634
|
-
var
|
2654
|
+
var _super129 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
2635
2655
|
|
2636
2656
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
2637
|
-
var
|
2657
|
+
var _this129;
|
2638
2658
|
|
2639
2659
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
2640
|
-
|
2641
|
-
|
2642
|
-
return
|
2660
|
+
_this129 = _super129.call(this, message, code);
|
2661
|
+
_this129.name = 'ProcessingFailure_InvalidBundleCodeError';
|
2662
|
+
return _this129;
|
2643
2663
|
}
|
2644
2664
|
|
2645
2665
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
@@ -2651,15 +2671,15 @@ errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_Invali
|
|
2651
2671
|
var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
2652
2672
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
|
2653
2673
|
|
2654
|
-
var
|
2674
|
+
var _super130 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
2655
2675
|
|
2656
2676
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
2657
|
-
var
|
2677
|
+
var _this130;
|
2658
2678
|
|
2659
2679
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
2660
|
-
|
2661
|
-
|
2662
|
-
return
|
2680
|
+
_this130 = _super130.call(this, message, code);
|
2681
|
+
_this130.name = 'ProcessingFailure_InvalidFileTypeError';
|
2682
|
+
return _this130;
|
2663
2683
|
}
|
2664
2684
|
|
2665
2685
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
@@ -2671,15 +2691,15 @@ errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidF
|
|
2671
2691
|
var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
2672
2692
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
|
2673
2693
|
|
2674
|
-
var
|
2694
|
+
var _super131 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
2675
2695
|
|
2676
2696
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
2677
|
-
var
|
2697
|
+
var _this131;
|
2678
2698
|
|
2679
2699
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
2680
|
-
|
2681
|
-
|
2682
|
-
return
|
2700
|
+
_this131 = _super131.call(this, message, code);
|
2701
|
+
_this131.name = 'ProcessingFailure_InvalidFilenameError';
|
2702
|
+
return _this131;
|
2683
2703
|
}
|
2684
2704
|
|
2685
2705
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
@@ -2691,15 +2711,15 @@ errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidF
|
|
2691
2711
|
var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
2692
2712
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
|
2693
2713
|
|
2694
|
-
var
|
2714
|
+
var _super132 = _createSuper(ProcessingFailure_InvalidRangeError);
|
2695
2715
|
|
2696
2716
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
2697
|
-
var
|
2717
|
+
var _this132;
|
2698
2718
|
|
2699
2719
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
2700
|
-
|
2701
|
-
|
2702
|
-
return
|
2720
|
+
_this132 = _super132.call(this, message, code);
|
2721
|
+
_this132.name = 'ProcessingFailure_InvalidRangeError';
|
2722
|
+
return _this132;
|
2703
2723
|
}
|
2704
2724
|
|
2705
2725
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
@@ -2711,15 +2731,15 @@ errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRang
|
|
2711
2731
|
var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
2712
2732
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
|
2713
2733
|
|
2714
|
-
var
|
2734
|
+
var _super133 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
2715
2735
|
|
2716
2736
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
2717
|
-
var
|
2737
|
+
var _this133;
|
2718
2738
|
|
2719
2739
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
2720
|
-
|
2721
|
-
|
2722
|
-
return
|
2740
|
+
_this133 = _super133.call(this, message, code);
|
2741
|
+
_this133.name = 'ProcessingFailure_ModelSaveErrorError';
|
2742
|
+
return _this133;
|
2723
2743
|
}
|
2724
2744
|
|
2725
2745
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
@@ -2731,15 +2751,15 @@ errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSave
|
|
2731
2751
|
var ProcessingFailure_MultipartUploadsRequiredForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
2732
2752
|
(0, _inherits2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError, _ProcessingFailureErr26);
|
2733
2753
|
|
2734
|
-
var
|
2754
|
+
var _super134 = _createSuper(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2735
2755
|
|
2736
2756
|
function ProcessingFailure_MultipartUploadsRequiredForRemotesError(message, code) {
|
2737
|
-
var
|
2757
|
+
var _this134;
|
2738
2758
|
|
2739
2759
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2740
|
-
|
2741
|
-
|
2742
|
-
return
|
2760
|
+
_this134 = _super134.call(this, message, code);
|
2761
|
+
_this134.name = 'ProcessingFailure_MultipartUploadsRequiredForRemotesError';
|
2762
|
+
return _this134;
|
2743
2763
|
}
|
2744
2764
|
|
2745
2765
|
return (0, _createClass2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
@@ -2751,15 +2771,15 @@ errorClasses.ProcessingFailure_MultipartUploadsRequiredForRemotesError = Process
|
|
2751
2771
|
var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
2752
2772
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
|
2753
2773
|
|
2754
|
-
var
|
2774
|
+
var _super135 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
2755
2775
|
|
2756
2776
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
2757
|
-
var
|
2777
|
+
var _this135;
|
2758
2778
|
|
2759
2779
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
2760
|
-
|
2761
|
-
|
2762
|
-
return
|
2780
|
+
_this135 = _super135.call(this, message, code);
|
2781
|
+
_this135.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
2782
|
+
return _this135;
|
2763
2783
|
}
|
2764
2784
|
|
2765
2785
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
@@ -2771,15 +2791,15 @@ errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure
|
|
2771
2791
|
var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
2772
2792
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
|
2773
2793
|
|
2774
|
-
var
|
2794
|
+
var _super136 = _createSuper(ProcessingFailure_PathTooLongError);
|
2775
2795
|
|
2776
2796
|
function ProcessingFailure_PathTooLongError(message, code) {
|
2777
|
-
var
|
2797
|
+
var _this136;
|
2778
2798
|
|
2779
2799
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
2780
|
-
|
2781
|
-
|
2782
|
-
return
|
2800
|
+
_this136 = _super136.call(this, message, code);
|
2801
|
+
_this136.name = 'ProcessingFailure_PathTooLongError';
|
2802
|
+
return _this136;
|
2783
2803
|
}
|
2784
2804
|
|
2785
2805
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
@@ -2791,15 +2811,15 @@ errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongE
|
|
2791
2811
|
var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
2792
2812
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
|
2793
2813
|
|
2794
|
-
var
|
2814
|
+
var _super137 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
2795
2815
|
|
2796
2816
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
2797
|
-
var
|
2817
|
+
var _this137;
|
2798
2818
|
|
2799
2819
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
2800
|
-
|
2801
|
-
|
2802
|
-
return
|
2820
|
+
_this137 = _super137.call(this, message, code);
|
2821
|
+
_this137.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
2822
|
+
return _this137;
|
2803
2823
|
}
|
2804
2824
|
|
2805
2825
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
@@ -2811,15 +2831,15 @@ errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_R
|
|
2811
2831
|
var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
2812
2832
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
|
2813
2833
|
|
2814
|
-
var
|
2834
|
+
var _super138 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
2815
2835
|
|
2816
2836
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
2817
|
-
var
|
2837
|
+
var _this138;
|
2818
2838
|
|
2819
2839
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
2820
|
-
|
2821
|
-
|
2822
|
-
return
|
2840
|
+
_this138 = _super138.call(this, message, code);
|
2841
|
+
_this138.name = 'ProcessingFailure_RemoteServerErrorError';
|
2842
|
+
return _this138;
|
2823
2843
|
}
|
2824
2844
|
|
2825
2845
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
@@ -2831,15 +2851,15 @@ errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_Remote
|
|
2831
2851
|
var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
2832
2852
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
|
2833
2853
|
|
2834
|
-
var
|
2854
|
+
var _super139 = _createSuper(ProcessingFailure_ResourceLockedError);
|
2835
2855
|
|
2836
2856
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
2837
|
-
var
|
2857
|
+
var _this139;
|
2838
2858
|
|
2839
2859
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
2840
|
-
|
2841
|
-
|
2842
|
-
return
|
2860
|
+
_this139 = _super139.call(this, message, code);
|
2861
|
+
_this139.name = 'ProcessingFailure_ResourceLockedError';
|
2862
|
+
return _this139;
|
2843
2863
|
}
|
2844
2864
|
|
2845
2865
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
@@ -2851,15 +2871,15 @@ errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceL
|
|
2851
2871
|
var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
2852
2872
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
|
2853
2873
|
|
2854
|
-
var
|
2874
|
+
var _super140 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
2855
2875
|
|
2856
2876
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
2857
|
-
var
|
2877
|
+
var _this140;
|
2858
2878
|
|
2859
2879
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
2860
|
-
|
2861
|
-
|
2862
|
-
return
|
2880
|
+
_this140 = _super140.call(this, message, code);
|
2881
|
+
_this140.name = 'ProcessingFailure_SubfolderLockedError';
|
2882
|
+
return _this140;
|
2863
2883
|
}
|
2864
2884
|
|
2865
2885
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
@@ -2871,15 +2891,15 @@ errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_Subfolde
|
|
2871
2891
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
2872
2892
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
|
2873
2893
|
|
2874
|
-
var
|
2894
|
+
var _super141 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2875
2895
|
|
2876
2896
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
2877
|
-
var
|
2897
|
+
var _this141;
|
2878
2898
|
|
2879
2899
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2880
|
-
|
2881
|
-
|
2882
|
-
return
|
2900
|
+
_this141 = _super141.call(this, message, code);
|
2901
|
+
_this141.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2902
|
+
return _this141;
|
2883
2903
|
}
|
2884
2904
|
|
2885
2905
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
@@ -2891,15 +2911,15 @@ errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = Pro
|
|
2891
2911
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
2892
2912
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
|
2893
2913
|
|
2894
|
-
var
|
2914
|
+
var _super142 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2895
2915
|
|
2896
2916
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2897
|
-
var
|
2917
|
+
var _this142;
|
2898
2918
|
|
2899
2919
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2900
|
-
|
2901
|
-
|
2902
|
-
return
|
2920
|
+
_this142 = _super142.call(this, message, code);
|
2921
|
+
_this142.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2922
|
+
return _this142;
|
2903
2923
|
}
|
2904
2924
|
|
2905
2925
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
@@ -2911,15 +2931,15 @@ errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFail
|
|
2911
2931
|
var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
|
2912
2932
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
|
2913
2933
|
|
2914
|
-
var
|
2934
|
+
var _super143 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2915
2935
|
|
2916
2936
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2917
|
-
var
|
2937
|
+
var _this143;
|
2918
2938
|
|
2919
2939
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2920
|
-
|
2921
|
-
|
2922
|
-
return
|
2940
|
+
_this143 = _super143.call(this, message, code);
|
2941
|
+
_this143.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2942
|
+
return _this143;
|
2923
2943
|
}
|
2924
2944
|
|
2925
2945
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
@@ -2931,15 +2951,15 @@ errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthen
|
|
2931
2951
|
var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
|
2932
2952
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
|
2933
2953
|
|
2934
|
-
var
|
2954
|
+
var _super144 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2935
2955
|
|
2936
2956
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2937
|
-
var
|
2957
|
+
var _this144;
|
2938
2958
|
|
2939
2959
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2940
|
-
|
2941
|
-
|
2942
|
-
return
|
2960
|
+
_this144 = _super144.call(this, message, code);
|
2961
|
+
_this144.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2962
|
+
return _this144;
|
2943
2963
|
}
|
2944
2964
|
|
2945
2965
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
@@ -2951,15 +2971,15 @@ errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyCon
|
|
2951
2971
|
var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2952
2972
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
|
2953
2973
|
|
2954
|
-
var
|
2974
|
+
var _super145 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2955
2975
|
|
2956
2976
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2957
|
-
var
|
2977
|
+
var _this145;
|
2958
2978
|
|
2959
2979
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2960
|
-
|
2961
|
-
|
2962
|
-
return
|
2980
|
+
_this145 = _super145.call(this, message, code);
|
2981
|
+
_this145.name = 'RateLimited_TooManyLoginAttemptsError';
|
2982
|
+
return _this145;
|
2963
2983
|
}
|
2964
2984
|
|
2965
2985
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
@@ -2971,15 +2991,15 @@ errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAtt
|
|
2971
2991
|
var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2972
2992
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
|
2973
2993
|
|
2974
|
-
var
|
2994
|
+
var _super146 = _createSuper(RateLimited_TooManyRequestsError);
|
2975
2995
|
|
2976
2996
|
function RateLimited_TooManyRequestsError(message, code) {
|
2977
|
-
var
|
2997
|
+
var _this146;
|
2978
2998
|
|
2979
2999
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2980
|
-
|
2981
|
-
|
2982
|
-
return
|
3000
|
+
_this146 = _super146.call(this, message, code);
|
3001
|
+
_this146.name = 'RateLimited_TooManyRequestsError';
|
3002
|
+
return _this146;
|
2983
3003
|
}
|
2984
3004
|
|
2985
3005
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
@@ -2991,15 +3011,15 @@ errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError
|
|
2991
3011
|
var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
|
2992
3012
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
|
2993
3013
|
|
2994
|
-
var
|
3014
|
+
var _super147 = _createSuper(RateLimited_TooManySharesError);
|
2995
3015
|
|
2996
3016
|
function RateLimited_TooManySharesError(message, code) {
|
2997
|
-
var
|
3017
|
+
var _this147;
|
2998
3018
|
|
2999
3019
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
3000
|
-
|
3001
|
-
|
3002
|
-
return
|
3020
|
+
_this147 = _super147.call(this, message, code);
|
3021
|
+
_this147.name = 'RateLimited_TooManySharesError';
|
3022
|
+
return _this147;
|
3003
3023
|
}
|
3004
3024
|
|
3005
3025
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
@@ -3011,15 +3031,15 @@ errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
3011
3031
|
var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
3012
3032
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
|
3013
3033
|
|
3014
|
-
var
|
3034
|
+
var _super148 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
3015
3035
|
|
3016
3036
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
3017
|
-
var
|
3037
|
+
var _this148;
|
3018
3038
|
|
3019
3039
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
3020
|
-
|
3021
|
-
|
3022
|
-
return
|
3040
|
+
_this148 = _super148.call(this, message, code);
|
3041
|
+
_this148.name = 'ServiceUnavailable_UploadsUnavailableError';
|
3042
|
+
return _this148;
|
3023
3043
|
}
|
3024
3044
|
|
3025
3045
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
@@ -3031,15 +3051,15 @@ errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_Upl
|
|
3031
3051
|
var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
3032
3052
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
3033
3053
|
|
3034
|
-
var
|
3054
|
+
var _super149 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
3035
3055
|
|
3036
3056
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
3037
|
-
var
|
3057
|
+
var _this149;
|
3038
3058
|
|
3039
3059
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
3040
|
-
|
3041
|
-
|
3042
|
-
return
|
3060
|
+
_this149 = _super149.call(this, message, code);
|
3061
|
+
_this149.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
3062
|
+
return _this149;
|
3043
3063
|
}
|
3044
3064
|
|
3045
3065
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
@@ -3051,15 +3071,15 @@ errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_Acc
|
|
3051
3071
|
var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
3052
3072
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
3053
3073
|
|
3054
|
-
var
|
3074
|
+
var _super150 = _createSuper(SiteConfiguration_AccountOverdueError);
|
3055
3075
|
|
3056
3076
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
3057
|
-
var
|
3077
|
+
var _this150;
|
3058
3078
|
|
3059
3079
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
3060
|
-
|
3061
|
-
|
3062
|
-
return
|
3080
|
+
_this150 = _super150.call(this, message, code);
|
3081
|
+
_this150.name = 'SiteConfiguration_AccountOverdueError';
|
3082
|
+
return _this150;
|
3063
3083
|
}
|
3064
3084
|
|
3065
3085
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
@@ -3071,15 +3091,15 @@ errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOv
|
|
3071
3091
|
var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
3072
3092
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
3073
3093
|
|
3074
|
-
var
|
3094
|
+
var _super151 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
3075
3095
|
|
3076
3096
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
3077
|
-
var
|
3097
|
+
var _this151;
|
3078
3098
|
|
3079
3099
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
3080
|
-
|
3081
|
-
|
3082
|
-
return
|
3100
|
+
_this151 = _super151.call(this, message, code);
|
3101
|
+
_this151.name = 'SiteConfiguration_NoAccountForSiteError';
|
3102
|
+
return _this151;
|
3083
3103
|
}
|
3084
3104
|
|
3085
3105
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
@@ -3091,15 +3111,15 @@ errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccou
|
|
3091
3111
|
var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
3092
3112
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
3093
3113
|
|
3094
|
-
var
|
3114
|
+
var _super152 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
3095
3115
|
|
3096
3116
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
3097
|
-
var
|
3117
|
+
var _this152;
|
3098
3118
|
|
3099
3119
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
3100
|
-
|
3101
|
-
|
3102
|
-
return
|
3120
|
+
_this152 = _super152.call(this, message, code);
|
3121
|
+
_this152.name = 'SiteConfiguration_SiteWasRemovedError';
|
3122
|
+
return _this152;
|
3103
3123
|
}
|
3104
3124
|
|
3105
3125
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
@@ -3111,15 +3131,15 @@ errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRe
|
|
3111
3131
|
var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
3112
3132
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
3113
3133
|
|
3114
|
-
var
|
3134
|
+
var _super153 = _createSuper(SiteConfiguration_TrialExpiredError);
|
3115
3135
|
|
3116
3136
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
3117
|
-
var
|
3137
|
+
var _this153;
|
3118
3138
|
|
3119
3139
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
3120
|
-
|
3121
|
-
|
3122
|
-
return
|
3140
|
+
_this153 = _super153.call(this, message, code);
|
3141
|
+
_this153.name = 'SiteConfiguration_TrialExpiredError';
|
3142
|
+
return _this153;
|
3123
3143
|
}
|
3124
3144
|
|
3125
3145
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
@@ -3131,15 +3151,15 @@ errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpire
|
|
3131
3151
|
var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
3132
3152
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
3133
3153
|
|
3134
|
-
var
|
3154
|
+
var _super154 = _createSuper(SiteConfiguration_TrialLockedError);
|
3135
3155
|
|
3136
3156
|
function SiteConfiguration_TrialLockedError(message, code) {
|
3137
|
-
var
|
3157
|
+
var _this154;
|
3138
3158
|
|
3139
3159
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
3140
|
-
|
3141
|
-
|
3142
|
-
return
|
3160
|
+
_this154 = _super154.call(this, message, code);
|
3161
|
+
_this154.name = 'SiteConfiguration_TrialLockedError';
|
3162
|
+
return _this154;
|
3143
3163
|
}
|
3144
3164
|
|
3145
3165
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
@@ -3151,15 +3171,15 @@ errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedE
|
|
3151
3171
|
var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
3152
3172
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
3153
3173
|
|
3154
|
-
var
|
3174
|
+
var _super155 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
3155
3175
|
|
3156
3176
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
3157
|
-
var
|
3177
|
+
var _this155;
|
3158
3178
|
|
3159
3179
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
3160
|
-
|
3161
|
-
|
3162
|
-
return
|
3180
|
+
_this155 = _super155.call(this, message, code);
|
3181
|
+
_this155.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
3182
|
+
return _this155;
|
3163
3183
|
}
|
3164
3184
|
|
3165
3185
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|