files.com 1.0.464 → 1.0.466
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 +2 -0
- package/docs/models/RemoteServer.md +11 -4
- package/docs/models/RemoteServerConfigurationFile.md +8 -8
- package/lib/Errors.js +524 -498
- package/lib/Files.js +1 -1
- package/lib/models/RemoteServer.js +76 -55
- package/lib/models/RemoteServerConfigurationFile.js +14 -14
- package/package.json +1 -1
- package/src/Errors.js +2 -0
- package/src/Files.js +1 -1
- package/src/models/RemoteServer.js +16 -0
- package/src/models/RemoteServerConfigurationFile.js +10 -10
package/lib/Errors.js
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
exports.__esModule = true;
|
5
|
-
exports.
|
6
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = void 0;
|
5
|
+
exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_OperationOnNonScimResourceError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidPathError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
|
6
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = void 0;
|
7
7
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
8
8
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
9
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
@@ -1066,1159 +1066,1185 @@ var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized
|
|
1066
1066
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1067
1067
|
}(NotAuthorizedError);
|
1068
1068
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
1069
|
-
var
|
1070
|
-
(0, _inherits2.default)(
|
1071
|
-
var _super78 = _createSuper(
|
1072
|
-
function
|
1069
|
+
var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
1070
|
+
(0, _inherits2.default)(NotAuthorized_FilesAgentFailedAuthorizationError, _NotAuthorizedError11);
|
1071
|
+
var _super78 = _createSuper(NotAuthorized_FilesAgentFailedAuthorizationError);
|
1072
|
+
function NotAuthorized_FilesAgentFailedAuthorizationError(message, code) {
|
1073
1073
|
var _this78;
|
1074
|
-
(0, _classCallCheck2.default)(this,
|
1074
|
+
(0, _classCallCheck2.default)(this, NotAuthorized_FilesAgentFailedAuthorizationError);
|
1075
1075
|
_this78 = _super78.call(this, message, code);
|
1076
|
-
_this78.name = '
|
1076
|
+
_this78.name = 'NotAuthorized_FilesAgentFailedAuthorizationError';
|
1077
1077
|
return _this78;
|
1078
1078
|
}
|
1079
|
+
return (0, _createClass2.default)(NotAuthorized_FilesAgentFailedAuthorizationError);
|
1080
|
+
}(NotAuthorizedError);
|
1081
|
+
errorClasses.NotAuthorized_FilesAgentFailedAuthorizationError = NotAuthorized_FilesAgentFailedAuthorizationError;
|
1082
|
+
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
1083
|
+
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError12);
|
1084
|
+
var _super79 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1085
|
+
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
|
1086
|
+
var _this79;
|
1087
|
+
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1088
|
+
_this79 = _super79.call(this, message, code);
|
1089
|
+
_this79.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
1090
|
+
return _this79;
|
1091
|
+
}
|
1079
1092
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1080
1093
|
}(NotAuthorizedError);
|
1081
1094
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
1082
|
-
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (
|
1083
|
-
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError,
|
1084
|
-
var
|
1095
|
+
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
1096
|
+
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError13);
|
1097
|
+
var _super80 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
|
1085
1098
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
|
1086
|
-
var
|
1099
|
+
var _this80;
|
1087
1100
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
1088
|
-
|
1089
|
-
|
1090
|
-
return
|
1101
|
+
_this80 = _super80.call(this, message, code);
|
1102
|
+
_this80.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
1103
|
+
return _this80;
|
1091
1104
|
}
|
1092
1105
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
1093
1106
|
}(NotAuthorizedError);
|
1094
1107
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
1095
|
-
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (
|
1096
|
-
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError,
|
1097
|
-
var
|
1108
|
+
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
1109
|
+
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError14);
|
1110
|
+
var _super81 = _createSuper(NotAuthorized_FullPermissionRequiredError);
|
1098
1111
|
function NotAuthorized_FullPermissionRequiredError(message, code) {
|
1099
|
-
var
|
1112
|
+
var _this81;
|
1100
1113
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
1101
|
-
|
1102
|
-
|
1103
|
-
return
|
1114
|
+
_this81 = _super81.call(this, message, code);
|
1115
|
+
_this81.name = 'NotAuthorized_FullPermissionRequiredError';
|
1116
|
+
return _this81;
|
1104
1117
|
}
|
1105
1118
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
1106
1119
|
}(NotAuthorizedError);
|
1107
1120
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
1108
|
-
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (
|
1109
|
-
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError,
|
1110
|
-
var
|
1121
|
+
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
1122
|
+
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError15);
|
1123
|
+
var _super82 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
|
1111
1124
|
function NotAuthorized_HistoryPermissionRequiredError(message, code) {
|
1112
|
-
var
|
1125
|
+
var _this82;
|
1113
1126
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
1114
|
-
|
1115
|
-
|
1116
|
-
return
|
1127
|
+
_this82 = _super82.call(this, message, code);
|
1128
|
+
_this82.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
1129
|
+
return _this82;
|
1117
1130
|
}
|
1118
1131
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
1119
1132
|
}(NotAuthorizedError);
|
1120
1133
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
1121
|
-
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (
|
1122
|
-
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError,
|
1123
|
-
var
|
1134
|
+
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
1135
|
+
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError16);
|
1136
|
+
var _super83 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
|
1124
1137
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
|
1125
|
-
var
|
1138
|
+
var _this83;
|
1126
1139
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
1127
|
-
|
1128
|
-
|
1129
|
-
return
|
1140
|
+
_this83 = _super83.call(this, message, code);
|
1141
|
+
_this83.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
1142
|
+
return _this83;
|
1130
1143
|
}
|
1131
1144
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
1132
1145
|
}(NotAuthorizedError);
|
1133
1146
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
1134
|
-
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (
|
1135
|
-
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError,
|
1136
|
-
var
|
1147
|
+
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
1148
|
+
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError17);
|
1149
|
+
var _super84 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1137
1150
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
|
1138
|
-
var
|
1151
|
+
var _this84;
|
1139
1152
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
1140
|
-
|
1141
|
-
|
1142
|
-
return
|
1153
|
+
_this84 = _super84.call(this, message, code);
|
1154
|
+
_this84.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
1155
|
+
return _this84;
|
1143
1156
|
}
|
1144
1157
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1145
1158
|
}(NotAuthorizedError);
|
1146
1159
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
1147
|
-
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (
|
1148
|
-
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError,
|
1149
|
-
var
|
1160
|
+
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
1161
|
+
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError18);
|
1162
|
+
var _super85 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
|
1150
1163
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
|
1151
|
-
var
|
1164
|
+
var _this85;
|
1152
1165
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
1153
|
-
|
1154
|
-
|
1155
|
-
return
|
1166
|
+
_this85 = _super85.call(this, message, code);
|
1167
|
+
_this85.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
1168
|
+
return _this85;
|
1156
1169
|
}
|
1157
1170
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
1158
1171
|
}(NotAuthorizedError);
|
1159
1172
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
1160
|
-
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (
|
1161
|
-
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError,
|
1162
|
-
var
|
1173
|
+
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
1174
|
+
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError19);
|
1175
|
+
var _super86 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1163
1176
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
|
1164
|
-
var
|
1177
|
+
var _this86;
|
1165
1178
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1166
|
-
|
1167
|
-
|
1168
|
-
return
|
1179
|
+
_this86 = _super86.call(this, message, code);
|
1180
|
+
_this86.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
1181
|
+
return _this86;
|
1169
1182
|
}
|
1170
1183
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1171
1184
|
}(NotAuthorizedError);
|
1172
1185
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
1173
|
-
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (
|
1174
|
-
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError,
|
1175
|
-
var
|
1186
|
+
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
1187
|
+
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError20);
|
1188
|
+
var _super87 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
|
1176
1189
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
|
1177
|
-
var
|
1190
|
+
var _this87;
|
1178
1191
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
1179
|
-
|
1180
|
-
|
1181
|
-
return
|
1192
|
+
_this87 = _super87.call(this, message, code);
|
1193
|
+
_this87.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
1194
|
+
return _this87;
|
1182
1195
|
}
|
1183
1196
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
1184
1197
|
}(NotAuthorizedError);
|
1185
1198
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
1186
|
-
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (
|
1187
|
-
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError,
|
1188
|
-
var
|
1199
|
+
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
1200
|
+
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError21);
|
1201
|
+
var _super88 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
|
1189
1202
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
|
1190
|
-
var
|
1203
|
+
var _this88;
|
1191
1204
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
1192
|
-
|
1193
|
-
|
1194
|
-
return
|
1205
|
+
_this88 = _super88.call(this, message, code);
|
1206
|
+
_this88.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
1207
|
+
return _this88;
|
1195
1208
|
}
|
1196
1209
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
1197
1210
|
}(NotAuthorizedError);
|
1198
1211
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
1199
|
-
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (
|
1200
|
-
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError,
|
1201
|
-
var
|
1212
|
+
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
1213
|
+
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError22);
|
1214
|
+
var _super89 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
|
1202
1215
|
function NotAuthorized_PasswordChangeRequiredError(message, code) {
|
1203
|
-
var
|
1216
|
+
var _this89;
|
1204
1217
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
1205
|
-
|
1206
|
-
|
1207
|
-
return
|
1218
|
+
_this89 = _super89.call(this, message, code);
|
1219
|
+
_this89.name = 'NotAuthorized_PasswordChangeRequiredError';
|
1220
|
+
return _this89;
|
1208
1221
|
}
|
1209
1222
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
1210
1223
|
}(NotAuthorizedError);
|
1211
1224
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
1212
|
-
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (
|
1213
|
-
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError,
|
1214
|
-
var
|
1225
|
+
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
1226
|
+
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError23);
|
1227
|
+
var _super90 = _createSuper(NotAuthorized_ReadOnlySessionError);
|
1215
1228
|
function NotAuthorized_ReadOnlySessionError(message, code) {
|
1216
|
-
var
|
1229
|
+
var _this90;
|
1217
1230
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
1218
|
-
|
1219
|
-
|
1220
|
-
return
|
1231
|
+
_this90 = _super90.call(this, message, code);
|
1232
|
+
_this90.name = 'NotAuthorized_ReadOnlySessionError';
|
1233
|
+
return _this90;
|
1221
1234
|
}
|
1222
1235
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
1223
1236
|
}(NotAuthorizedError);
|
1224
1237
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
1225
|
-
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (
|
1226
|
-
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError,
|
1227
|
-
var
|
1238
|
+
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
1239
|
+
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError24);
|
1240
|
+
var _super91 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
|
1228
1241
|
function NotAuthorized_ReadPermissionRequiredError(message, code) {
|
1229
|
-
var
|
1242
|
+
var _this91;
|
1230
1243
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
1231
|
-
|
1232
|
-
|
1233
|
-
return
|
1244
|
+
_this91 = _super91.call(this, message, code);
|
1245
|
+
_this91.name = 'NotAuthorized_ReadPermissionRequiredError';
|
1246
|
+
return _this91;
|
1234
1247
|
}
|
1235
1248
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
1236
1249
|
}(NotAuthorizedError);
|
1237
1250
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
1238
|
-
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (
|
1239
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError,
|
1240
|
-
var
|
1251
|
+
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
1252
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError25);
|
1253
|
+
var _super92 = _createSuper(NotAuthorized_ReauthenticationFailedError);
|
1241
1254
|
function NotAuthorized_ReauthenticationFailedError(message, code) {
|
1242
|
-
var
|
1255
|
+
var _this92;
|
1243
1256
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
1244
|
-
|
1245
|
-
|
1246
|
-
return
|
1257
|
+
_this92 = _super92.call(this, message, code);
|
1258
|
+
_this92.name = 'NotAuthorized_ReauthenticationFailedError';
|
1259
|
+
return _this92;
|
1247
1260
|
}
|
1248
1261
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
1249
1262
|
}(NotAuthorizedError);
|
1250
1263
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
1251
|
-
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (
|
1252
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError,
|
1253
|
-
var
|
1264
|
+
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
1265
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError26);
|
1266
|
+
var _super93 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
|
1254
1267
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
|
1255
|
-
var
|
1268
|
+
var _this93;
|
1256
1269
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
1257
|
-
|
1258
|
-
|
1259
|
-
return
|
1270
|
+
_this93 = _super93.call(this, message, code);
|
1271
|
+
_this93.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
1272
|
+
return _this93;
|
1260
1273
|
}
|
1261
1274
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
1262
1275
|
}(NotAuthorizedError);
|
1263
1276
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
1264
|
-
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (
|
1265
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError,
|
1266
|
-
var
|
1277
|
+
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
1278
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError27);
|
1279
|
+
var _super94 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
|
1267
1280
|
function NotAuthorized_ReauthenticationNeededActionError(message, code) {
|
1268
|
-
var
|
1281
|
+
var _this94;
|
1269
1282
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
1270
|
-
|
1271
|
-
|
1272
|
-
return
|
1283
|
+
_this94 = _super94.call(this, message, code);
|
1284
|
+
_this94.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
1285
|
+
return _this94;
|
1273
1286
|
}
|
1274
1287
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
1275
1288
|
}(NotAuthorizedError);
|
1276
1289
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
1277
|
-
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (
|
1278
|
-
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError,
|
1279
|
-
var
|
1290
|
+
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
1291
|
+
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError28);
|
1292
|
+
var _super95 = _createSuper(NotAuthorized_SelfManagedRequiredError);
|
1280
1293
|
function NotAuthorized_SelfManagedRequiredError(message, code) {
|
1281
|
-
var
|
1294
|
+
var _this95;
|
1282
1295
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
1283
|
-
|
1284
|
-
|
1285
|
-
return
|
1296
|
+
_this95 = _super95.call(this, message, code);
|
1297
|
+
_this95.name = 'NotAuthorized_SelfManagedRequiredError';
|
1298
|
+
return _this95;
|
1286
1299
|
}
|
1287
1300
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
1288
1301
|
}(NotAuthorizedError);
|
1289
1302
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
1290
|
-
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (
|
1291
|
-
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError,
|
1292
|
-
var
|
1303
|
+
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
1304
|
+
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError29);
|
1305
|
+
var _super96 = _createSuper(NotAuthorized_SiteAdminRequiredError);
|
1293
1306
|
function NotAuthorized_SiteAdminRequiredError(message, code) {
|
1294
|
-
var
|
1307
|
+
var _this96;
|
1295
1308
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
1296
|
-
|
1297
|
-
|
1298
|
-
return
|
1309
|
+
_this96 = _super96.call(this, message, code);
|
1310
|
+
_this96.name = 'NotAuthorized_SiteAdminRequiredError';
|
1311
|
+
return _this96;
|
1299
1312
|
}
|
1300
1313
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
1301
1314
|
}(NotAuthorizedError);
|
1302
1315
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
1303
|
-
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (
|
1304
|
-
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError,
|
1305
|
-
var
|
1316
|
+
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
1317
|
+
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError30);
|
1318
|
+
var _super97 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
|
1306
1319
|
function NotAuthorized_SiteFilesAreImmutableError(message, code) {
|
1307
|
-
var
|
1320
|
+
var _this97;
|
1308
1321
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
1309
|
-
|
1310
|
-
|
1311
|
-
return
|
1322
|
+
_this97 = _super97.call(this, message, code);
|
1323
|
+
_this97.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
1324
|
+
return _this97;
|
1312
1325
|
}
|
1313
1326
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
1314
1327
|
}(NotAuthorizedError);
|
1315
1328
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
1316
|
-
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (
|
1317
|
-
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError,
|
1318
|
-
var
|
1329
|
+
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
1330
|
+
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError31);
|
1331
|
+
var _super98 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1319
1332
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
|
1320
|
-
var
|
1333
|
+
var _this98;
|
1321
1334
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1322
|
-
|
1323
|
-
|
1324
|
-
return
|
1335
|
+
_this98 = _super98.call(this, message, code);
|
1336
|
+
_this98.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
1337
|
+
return _this98;
|
1325
1338
|
}
|
1326
1339
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1327
1340
|
}(NotAuthorizedError);
|
1328
1341
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
1329
|
-
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (
|
1330
|
-
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError,
|
1331
|
-
var
|
1342
|
+
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1343
|
+
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError32);
|
1344
|
+
var _super99 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
|
1332
1345
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
|
1333
|
-
var
|
1346
|
+
var _this99;
|
1334
1347
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
1335
|
-
|
1336
|
-
|
1337
|
-
return
|
1348
|
+
_this99 = _super99.call(this, message, code);
|
1349
|
+
_this99.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
1350
|
+
return _this99;
|
1338
1351
|
}
|
1339
1352
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
1340
1353
|
}(NotAuthorizedError);
|
1341
1354
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1342
|
-
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (
|
1343
|
-
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError,
|
1344
|
-
var
|
1355
|
+
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1356
|
+
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError, _NotAuthorizedError33);
|
1357
|
+
var _super100 = _createSuper(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1345
1358
|
function NotAuthorized_WriteAndBundlePermissionRequiredError(message, code) {
|
1346
|
-
var
|
1359
|
+
var _this100;
|
1347
1360
|
(0, _classCallCheck2.default)(this, NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1348
|
-
|
1349
|
-
|
1350
|
-
return
|
1361
|
+
_this100 = _super100.call(this, message, code);
|
1362
|
+
_this100.name = 'NotAuthorized_WriteAndBundlePermissionRequiredError';
|
1363
|
+
return _this100;
|
1351
1364
|
}
|
1352
1365
|
return (0, _createClass2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
1353
1366
|
}(NotAuthorizedError);
|
1354
1367
|
errorClasses.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
1355
|
-
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (
|
1356
|
-
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError,
|
1357
|
-
var
|
1368
|
+
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError34) {
|
1369
|
+
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError34);
|
1370
|
+
var _super101 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1358
1371
|
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1359
|
-
var
|
1372
|
+
var _this101;
|
1360
1373
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1361
|
-
|
1362
|
-
|
1363
|
-
return
|
1374
|
+
_this101 = _super101.call(this, message, code);
|
1375
|
+
_this101.name = 'NotAuthorized_WritePermissionRequiredError';
|
1376
|
+
return _this101;
|
1364
1377
|
}
|
1365
1378
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
1366
1379
|
}(NotAuthorizedError);
|
1367
1380
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1368
|
-
var NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (
|
1369
|
-
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError,
|
1370
|
-
var
|
1381
|
+
var NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError35) {
|
1382
|
+
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError35);
|
1383
|
+
var _super102 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1371
1384
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1372
|
-
var
|
1385
|
+
var _this102;
|
1373
1386
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1374
|
-
|
1375
|
-
|
1376
|
-
return
|
1387
|
+
_this102 = _super102.call(this, message, code);
|
1388
|
+
_this102.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1389
|
+
return _this102;
|
1377
1390
|
}
|
1378
1391
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
1379
1392
|
}(NotAuthorizedError);
|
1380
1393
|
errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1381
1394
|
var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1382
1395
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1383
|
-
var
|
1396
|
+
var _super103 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1384
1397
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1385
|
-
var
|
1398
|
+
var _this103;
|
1386
1399
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
1387
|
-
|
1388
|
-
|
1389
|
-
return
|
1400
|
+
_this103 = _super103.call(this, message, code);
|
1401
|
+
_this103.name = 'NotFound_ApiKeyNotFoundError';
|
1402
|
+
return _this103;
|
1390
1403
|
}
|
1391
1404
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
1392
1405
|
}(NotFoundError);
|
1393
1406
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
1394
1407
|
var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
1395
1408
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
1396
|
-
var
|
1409
|
+
var _super104 = _createSuper(NotFound_BundlePathNotFoundError);
|
1397
1410
|
function NotFound_BundlePathNotFoundError(message, code) {
|
1398
|
-
var
|
1411
|
+
var _this104;
|
1399
1412
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
1400
|
-
|
1401
|
-
|
1402
|
-
return
|
1413
|
+
_this104 = _super104.call(this, message, code);
|
1414
|
+
_this104.name = 'NotFound_BundlePathNotFoundError';
|
1415
|
+
return _this104;
|
1403
1416
|
}
|
1404
1417
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
1405
1418
|
}(NotFoundError);
|
1406
1419
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
1407
1420
|
var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
1408
1421
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
1409
|
-
var
|
1422
|
+
var _super105 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
1410
1423
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
1411
|
-
var
|
1424
|
+
var _this105;
|
1412
1425
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
1413
|
-
|
1414
|
-
|
1415
|
-
return
|
1426
|
+
_this105 = _super105.call(this, message, code);
|
1427
|
+
_this105.name = 'NotFound_BundleRegistrationNotFoundError';
|
1428
|
+
return _this105;
|
1416
1429
|
}
|
1417
1430
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
1418
1431
|
}(NotFoundError);
|
1419
1432
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
1420
1433
|
var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
1421
1434
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
1422
|
-
var
|
1435
|
+
var _super106 = _createSuper(NotFound_CodeNotFoundError);
|
1423
1436
|
function NotFound_CodeNotFoundError(message, code) {
|
1424
|
-
var
|
1437
|
+
var _this106;
|
1425
1438
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
1426
|
-
|
1427
|
-
|
1428
|
-
return
|
1439
|
+
_this106 = _super106.call(this, message, code);
|
1440
|
+
_this106.name = 'NotFound_CodeNotFoundError';
|
1441
|
+
return _this106;
|
1429
1442
|
}
|
1430
1443
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
1431
1444
|
}(NotFoundError);
|
1432
1445
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
1433
1446
|
var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
1434
1447
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
1435
|
-
var
|
1448
|
+
var _super107 = _createSuper(NotFound_FileNotFoundError);
|
1436
1449
|
function NotFound_FileNotFoundError(message, code) {
|
1437
|
-
var
|
1450
|
+
var _this107;
|
1438
1451
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
1439
|
-
|
1440
|
-
|
1441
|
-
return
|
1452
|
+
_this107 = _super107.call(this, message, code);
|
1453
|
+
_this107.name = 'NotFound_FileNotFoundError';
|
1454
|
+
return _this107;
|
1442
1455
|
}
|
1443
1456
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
1444
1457
|
}(NotFoundError);
|
1445
1458
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
1446
1459
|
var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
1447
1460
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
1448
|
-
var
|
1461
|
+
var _super108 = _createSuper(NotFound_FileUploadNotFoundError);
|
1449
1462
|
function NotFound_FileUploadNotFoundError(message, code) {
|
1450
|
-
var
|
1463
|
+
var _this108;
|
1451
1464
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
1452
|
-
|
1453
|
-
|
1454
|
-
return
|
1465
|
+
_this108 = _super108.call(this, message, code);
|
1466
|
+
_this108.name = 'NotFound_FileUploadNotFoundError';
|
1467
|
+
return _this108;
|
1455
1468
|
}
|
1456
1469
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
1457
1470
|
}(NotFoundError);
|
1458
1471
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
1459
1472
|
var NotFound_FolderNotFoundError = exports.NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
1460
1473
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
1461
|
-
var
|
1474
|
+
var _super109 = _createSuper(NotFound_FolderNotFoundError);
|
1462
1475
|
function NotFound_FolderNotFoundError(message, code) {
|
1463
|
-
var
|
1476
|
+
var _this109;
|
1464
1477
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
1465
|
-
|
1466
|
-
|
1467
|
-
return
|
1478
|
+
_this109 = _super109.call(this, message, code);
|
1479
|
+
_this109.name = 'NotFound_FolderNotFoundError';
|
1480
|
+
return _this109;
|
1468
1481
|
}
|
1469
1482
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
1470
1483
|
}(NotFoundError);
|
1471
1484
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
1472
1485
|
var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
1473
1486
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
1474
|
-
var
|
1487
|
+
var _super110 = _createSuper(NotFound_GroupNotFoundError);
|
1475
1488
|
function NotFound_GroupNotFoundError(message, code) {
|
1476
|
-
var
|
1489
|
+
var _this110;
|
1477
1490
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
1478
|
-
|
1479
|
-
|
1480
|
-
return
|
1491
|
+
_this110 = _super110.call(this, message, code);
|
1492
|
+
_this110.name = 'NotFound_GroupNotFoundError';
|
1493
|
+
return _this110;
|
1481
1494
|
}
|
1482
1495
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
1483
1496
|
}(NotFoundError);
|
1484
1497
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
1485
1498
|
var NotFound_InboxNotFoundError = exports.NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
1486
1499
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
1487
|
-
var
|
1500
|
+
var _super111 = _createSuper(NotFound_InboxNotFoundError);
|
1488
1501
|
function NotFound_InboxNotFoundError(message, code) {
|
1489
|
-
var
|
1502
|
+
var _this111;
|
1490
1503
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
1491
|
-
|
1492
|
-
|
1493
|
-
return
|
1504
|
+
_this111 = _super111.call(this, message, code);
|
1505
|
+
_this111.name = 'NotFound_InboxNotFoundError';
|
1506
|
+
return _this111;
|
1494
1507
|
}
|
1495
1508
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
1496
1509
|
}(NotFoundError);
|
1497
1510
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
1498
1511
|
var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
1499
1512
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
1500
|
-
var
|
1513
|
+
var _super112 = _createSuper(NotFound_NestedNotFoundError);
|
1501
1514
|
function NotFound_NestedNotFoundError(message, code) {
|
1502
|
-
var
|
1515
|
+
var _this112;
|
1503
1516
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
1504
|
-
|
1505
|
-
|
1506
|
-
return
|
1517
|
+
_this112 = _super112.call(this, message, code);
|
1518
|
+
_this112.name = 'NotFound_NestedNotFoundError';
|
1519
|
+
return _this112;
|
1507
1520
|
}
|
1508
1521
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
1509
1522
|
}(NotFoundError);
|
1510
1523
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
1511
1524
|
var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
1512
1525
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
1513
|
-
var
|
1526
|
+
var _super113 = _createSuper(NotFound_PlanNotFoundError);
|
1514
1527
|
function NotFound_PlanNotFoundError(message, code) {
|
1515
|
-
var
|
1528
|
+
var _this113;
|
1516
1529
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
1517
|
-
|
1518
|
-
|
1519
|
-
return
|
1530
|
+
_this113 = _super113.call(this, message, code);
|
1531
|
+
_this113.name = 'NotFound_PlanNotFoundError';
|
1532
|
+
return _this113;
|
1520
1533
|
}
|
1521
1534
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
1522
1535
|
}(NotFoundError);
|
1523
1536
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
1524
1537
|
var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
1525
1538
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
1526
|
-
var
|
1539
|
+
var _super114 = _createSuper(NotFound_SiteNotFoundError);
|
1527
1540
|
function NotFound_SiteNotFoundError(message, code) {
|
1528
|
-
var
|
1541
|
+
var _this114;
|
1529
1542
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
1530
|
-
|
1531
|
-
|
1532
|
-
return
|
1543
|
+
_this114 = _super114.call(this, message, code);
|
1544
|
+
_this114.name = 'NotFound_SiteNotFoundError';
|
1545
|
+
return _this114;
|
1533
1546
|
}
|
1534
1547
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
1535
1548
|
}(NotFoundError);
|
1536
1549
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
1537
1550
|
var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
1538
1551
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
1539
|
-
var
|
1552
|
+
var _super115 = _createSuper(NotFound_UserNotFoundError);
|
1540
1553
|
function NotFound_UserNotFoundError(message, code) {
|
1541
|
-
var
|
1554
|
+
var _this115;
|
1542
1555
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
1543
|
-
|
1544
|
-
|
1545
|
-
return
|
1556
|
+
_this115 = _super115.call(this, message, code);
|
1557
|
+
_this115.name = 'NotFound_UserNotFoundError';
|
1558
|
+
return _this115;
|
1546
1559
|
}
|
1547
1560
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
1548
1561
|
}(NotFoundError);
|
1549
1562
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
1550
1563
|
var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
1551
1564
|
(0, _inherits2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError, _ProcessingFailureErr);
|
1552
|
-
var
|
1565
|
+
var _super116 = _createSuper(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1553
1566
|
function ProcessingFailure_AutomationCannotBeRunManuallyError(message, code) {
|
1554
|
-
var
|
1567
|
+
var _this116;
|
1555
1568
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1556
|
-
|
1557
|
-
|
1558
|
-
return
|
1569
|
+
_this116 = _super116.call(this, message, code);
|
1570
|
+
_this116.name = 'ProcessingFailure_AutomationCannotBeRunManuallyError';
|
1571
|
+
return _this116;
|
1559
1572
|
}
|
1560
1573
|
return (0, _createClass2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
1561
1574
|
}(ProcessingFailureError);
|
1562
1575
|
errorClasses.ProcessingFailure_AutomationCannotBeRunManuallyError = ProcessingFailure_AutomationCannotBeRunManuallyError;
|
1563
1576
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
1564
1577
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr2);
|
1565
|
-
var
|
1578
|
+
var _super117 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1566
1579
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
1567
|
-
var
|
1580
|
+
var _this117;
|
1568
1581
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1569
|
-
|
1570
|
-
|
1571
|
-
return
|
1582
|
+
_this117 = _super117.call(this, message, code);
|
1583
|
+
_this117.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
1584
|
+
return _this117;
|
1572
1585
|
}
|
1573
1586
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1574
1587
|
}(ProcessingFailureError);
|
1575
1588
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
1576
1589
|
var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
1577
1590
|
(0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr3);
|
1578
|
-
var
|
1591
|
+
var _super118 = _createSuper(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1579
1592
|
function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code) {
|
1580
|
-
var
|
1593
|
+
var _this118;
|
1581
1594
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1582
|
-
|
1583
|
-
|
1584
|
-
return
|
1595
|
+
_this118 = _super118.call(this, message, code);
|
1596
|
+
_this118.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
|
1597
|
+
return _this118;
|
1585
1598
|
}
|
1586
1599
|
return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
1587
1600
|
}(ProcessingFailureError);
|
1588
1601
|
errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
|
1589
1602
|
var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
1590
1603
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr4);
|
1591
|
-
var
|
1604
|
+
var _super119 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
1592
1605
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
1593
|
-
var
|
1606
|
+
var _this119;
|
1594
1607
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
1595
|
-
|
1596
|
-
|
1597
|
-
return
|
1608
|
+
_this119 = _super119.call(this, message, code);
|
1609
|
+
_this119.name = 'ProcessingFailure_CouldNotCreateParentError';
|
1610
|
+
return _this119;
|
1598
1611
|
}
|
1599
1612
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
1600
1613
|
}(ProcessingFailureError);
|
1601
1614
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
1602
1615
|
var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
1603
1616
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr5);
|
1604
|
-
var
|
1617
|
+
var _super120 = _createSuper(ProcessingFailure_DestinationExistsError);
|
1605
1618
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
1606
|
-
var
|
1619
|
+
var _this120;
|
1607
1620
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
1608
|
-
|
1609
|
-
|
1610
|
-
return
|
1621
|
+
_this120 = _super120.call(this, message, code);
|
1622
|
+
_this120.name = 'ProcessingFailure_DestinationExistsError';
|
1623
|
+
return _this120;
|
1611
1624
|
}
|
1612
1625
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
1613
1626
|
}(ProcessingFailureError);
|
1614
1627
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
1615
1628
|
var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
1616
1629
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr6);
|
1617
|
-
var
|
1630
|
+
var _super121 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
1618
1631
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
1619
|
-
var
|
1632
|
+
var _this121;
|
1620
1633
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
1621
|
-
|
1622
|
-
|
1623
|
-
return
|
1634
|
+
_this121 = _super121.call(this, message, code);
|
1635
|
+
_this121.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
1636
|
+
return _this121;
|
1624
1637
|
}
|
1625
1638
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
1626
1639
|
}(ProcessingFailureError);
|
1627
1640
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
1628
1641
|
var ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
1629
1642
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr7);
|
1630
|
-
var
|
1643
|
+
var _super122 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
1631
1644
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
1632
|
-
var
|
1645
|
+
var _this122;
|
1633
1646
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
1634
|
-
|
1635
|
-
|
1636
|
-
return
|
1647
|
+
_this122 = _super122.call(this, message, code);
|
1648
|
+
_this122.name = 'ProcessingFailure_DestinationParentConflictError';
|
1649
|
+
return _this122;
|
1637
1650
|
}
|
1638
1651
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
1639
1652
|
}(ProcessingFailureError);
|
1640
1653
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
1641
1654
|
var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
1642
1655
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr8);
|
1643
|
-
var
|
1656
|
+
var _super123 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
1644
1657
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
1645
|
-
var
|
1658
|
+
var _this123;
|
1646
1659
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
1647
|
-
|
1648
|
-
|
1649
|
-
return
|
1660
|
+
_this123 = _super123.call(this, message, code);
|
1661
|
+
_this123.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
1662
|
+
return _this123;
|
1650
1663
|
}
|
1651
1664
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
1652
1665
|
}(ProcessingFailureError);
|
1653
1666
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
1654
1667
|
var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
1655
1668
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr9);
|
1656
|
-
var
|
1669
|
+
var _super124 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
1657
1670
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
1658
|
-
var
|
1671
|
+
var _this124;
|
1659
1672
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
1660
|
-
|
1661
|
-
|
1662
|
-
return
|
1673
|
+
_this124 = _super124.call(this, message, code);
|
1674
|
+
_this124.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
1675
|
+
return _this124;
|
1663
1676
|
}
|
1664
1677
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
1665
1678
|
}(ProcessingFailureError);
|
1666
1679
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
1667
1680
|
var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
1668
1681
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr10);
|
1669
|
-
var
|
1682
|
+
var _super125 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
1670
1683
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
1671
|
-
var
|
1684
|
+
var _this125;
|
1672
1685
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
1673
|
-
|
1674
|
-
|
1675
|
-
return
|
1686
|
+
_this125 = _super125.call(this, message, code);
|
1687
|
+
_this125.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
1688
|
+
return _this125;
|
1676
1689
|
}
|
1677
1690
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
1678
1691
|
}(ProcessingFailureError);
|
1679
1692
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
1680
1693
|
var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
1681
1694
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr11);
|
1682
|
-
var
|
1695
|
+
var _super126 = _createSuper(ProcessingFailure_ExportFailureError);
|
1683
1696
|
function ProcessingFailure_ExportFailureError(message, code) {
|
1684
|
-
var
|
1697
|
+
var _this126;
|
1685
1698
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
1686
|
-
|
1687
|
-
|
1688
|
-
return
|
1699
|
+
_this126 = _super126.call(this, message, code);
|
1700
|
+
_this126.name = 'ProcessingFailure_ExportFailureError';
|
1701
|
+
return _this126;
|
1689
1702
|
}
|
1690
1703
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
1691
1704
|
}(ProcessingFailureError);
|
1692
1705
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
1693
1706
|
var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
1694
1707
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr12);
|
1695
|
-
var
|
1708
|
+
var _super127 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
1696
1709
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
1697
|
-
var
|
1710
|
+
var _this127;
|
1698
1711
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
1699
|
-
|
1700
|
-
|
1701
|
-
return
|
1712
|
+
_this127 = _super127.call(this, message, code);
|
1713
|
+
_this127.name = 'ProcessingFailure_ExportNotReadyError';
|
1714
|
+
return _this127;
|
1702
1715
|
}
|
1703
1716
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
1704
1717
|
}(ProcessingFailureError);
|
1705
1718
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
1706
1719
|
var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
1707
1720
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr13);
|
1708
|
-
var
|
1721
|
+
var _super128 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
1709
1722
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
1710
|
-
var
|
1723
|
+
var _this128;
|
1711
1724
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
1712
|
-
|
1713
|
-
|
1714
|
-
return
|
1725
|
+
_this128 = _super128.call(this, message, code);
|
1726
|
+
_this128.name = 'ProcessingFailure_FailedToChangePasswordError';
|
1727
|
+
return _this128;
|
1715
1728
|
}
|
1716
1729
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
1717
1730
|
}(ProcessingFailureError);
|
1718
1731
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
1719
1732
|
var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
1720
1733
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr14);
|
1721
|
-
var
|
1734
|
+
var _super129 = _createSuper(ProcessingFailure_FileLockedError);
|
1722
1735
|
function ProcessingFailure_FileLockedError(message, code) {
|
1723
|
-
var
|
1736
|
+
var _this129;
|
1724
1737
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
1725
|
-
|
1726
|
-
|
1727
|
-
return
|
1738
|
+
_this129 = _super129.call(this, message, code);
|
1739
|
+
_this129.name = 'ProcessingFailure_FileLockedError';
|
1740
|
+
return _this129;
|
1728
1741
|
}
|
1729
1742
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
1730
1743
|
}(ProcessingFailureError);
|
1731
1744
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
1732
1745
|
var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
1733
1746
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr15);
|
1734
|
-
var
|
1747
|
+
var _super130 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
1735
1748
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
1736
|
-
var
|
1749
|
+
var _this130;
|
1737
1750
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
1738
|
-
|
1739
|
-
|
1740
|
-
return
|
1751
|
+
_this130 = _super130.call(this, message, code);
|
1752
|
+
_this130.name = 'ProcessingFailure_FileNotUploadedError';
|
1753
|
+
return _this130;
|
1741
1754
|
}
|
1742
1755
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
1743
1756
|
}(ProcessingFailureError);
|
1744
1757
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
1745
1758
|
var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
1746
1759
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr16);
|
1747
|
-
var
|
1760
|
+
var _super131 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
1748
1761
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
1749
|
-
var
|
1762
|
+
var _this131;
|
1750
1763
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
1751
|
-
|
1752
|
-
|
1753
|
-
return
|
1764
|
+
_this131 = _super131.call(this, message, code);
|
1765
|
+
_this131.name = 'ProcessingFailure_FilePendingProcessingError';
|
1766
|
+
return _this131;
|
1754
1767
|
}
|
1755
1768
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
1756
1769
|
}(ProcessingFailureError);
|
1757
1770
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
1758
1771
|
var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
1759
1772
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr17);
|
1760
|
-
var
|
1773
|
+
var _super132 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
1761
1774
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
1762
|
-
var
|
1775
|
+
var _this132;
|
1763
1776
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
1764
|
-
|
1765
|
-
|
1766
|
-
return
|
1777
|
+
_this132 = _super132.call(this, message, code);
|
1778
|
+
_this132.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
1779
|
+
return _this132;
|
1767
1780
|
}
|
1768
1781
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
1769
1782
|
}(ProcessingFailureError);
|
1770
1783
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
1771
1784
|
var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
1772
1785
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr18);
|
1773
|
-
var
|
1786
|
+
var _super133 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
1774
1787
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
1775
|
-
var
|
1788
|
+
var _this133;
|
1776
1789
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
1777
|
-
|
1778
|
-
|
1779
|
-
return
|
1790
|
+
_this133 = _super133.call(this, message, code);
|
1791
|
+
_this133.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
1792
|
+
return _this133;
|
1780
1793
|
}
|
1781
1794
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
1782
1795
|
}(ProcessingFailureError);
|
1783
1796
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
1784
1797
|
var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
1785
1798
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr19);
|
1786
|
-
var
|
1799
|
+
var _super134 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
1787
1800
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
1788
|
-
var
|
1801
|
+
var _this134;
|
1789
1802
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
1790
|
-
|
1791
|
-
|
1792
|
-
return
|
1803
|
+
_this134 = _super134.call(this, message, code);
|
1804
|
+
_this134.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
1805
|
+
return _this134;
|
1793
1806
|
}
|
1794
1807
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
1795
1808
|
}(ProcessingFailureError);
|
1796
1809
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
1797
1810
|
var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
1798
1811
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr20);
|
1799
|
-
var
|
1812
|
+
var _super135 = _createSuper(ProcessingFailure_FolderLockedError);
|
1800
1813
|
function ProcessingFailure_FolderLockedError(message, code) {
|
1801
|
-
var
|
1814
|
+
var _this135;
|
1802
1815
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
1803
|
-
|
1804
|
-
|
1805
|
-
return
|
1816
|
+
_this135 = _super135.call(this, message, code);
|
1817
|
+
_this135.name = 'ProcessingFailure_FolderLockedError';
|
1818
|
+
return _this135;
|
1806
1819
|
}
|
1807
1820
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
1808
1821
|
}(ProcessingFailureError);
|
1809
1822
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
1810
1823
|
var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
1811
1824
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr21);
|
1812
|
-
var
|
1825
|
+
var _super136 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
1813
1826
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
1814
|
-
var
|
1827
|
+
var _this136;
|
1815
1828
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
1816
|
-
|
1817
|
-
|
1818
|
-
return
|
1829
|
+
_this136 = _super136.call(this, message, code);
|
1830
|
+
_this136.name = 'ProcessingFailure_FolderNotEmptyError';
|
1831
|
+
return _this136;
|
1819
1832
|
}
|
1820
1833
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
1821
1834
|
}(ProcessingFailureError);
|
1822
1835
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
1823
1836
|
var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
1824
1837
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr22);
|
1825
|
-
var
|
1838
|
+
var _super137 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
1826
1839
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
1827
|
-
var
|
1840
|
+
var _this137;
|
1828
1841
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
1829
|
-
|
1830
|
-
|
1831
|
-
return
|
1842
|
+
_this137 = _super137.call(this, message, code);
|
1843
|
+
_this137.name = 'ProcessingFailure_HistoryUnavailableError';
|
1844
|
+
return _this137;
|
1832
1845
|
}
|
1833
1846
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
1834
1847
|
}(ProcessingFailureError);
|
1835
1848
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
1836
1849
|
var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
1837
1850
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr23);
|
1838
|
-
var
|
1851
|
+
var _super138 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
1839
1852
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
1840
|
-
var
|
1853
|
+
var _this138;
|
1841
1854
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
1842
|
-
|
1843
|
-
|
1844
|
-
return
|
1855
|
+
_this138 = _super138.call(this, message, code);
|
1856
|
+
_this138.name = 'ProcessingFailure_InvalidBundleCodeError';
|
1857
|
+
return _this138;
|
1845
1858
|
}
|
1846
1859
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
1847
1860
|
}(ProcessingFailureError);
|
1848
1861
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
1849
1862
|
var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
1850
1863
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr24);
|
1851
|
-
var
|
1864
|
+
var _super139 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
1852
1865
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
1853
|
-
var
|
1866
|
+
var _this139;
|
1854
1867
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
1855
|
-
|
1856
|
-
|
1857
|
-
return
|
1868
|
+
_this139 = _super139.call(this, message, code);
|
1869
|
+
_this139.name = 'ProcessingFailure_InvalidFileTypeError';
|
1870
|
+
return _this139;
|
1858
1871
|
}
|
1859
1872
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
1860
1873
|
}(ProcessingFailureError);
|
1861
1874
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
1862
1875
|
var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
1863
1876
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr25);
|
1864
|
-
var
|
1877
|
+
var _super140 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
1865
1878
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
1866
|
-
var
|
1879
|
+
var _this140;
|
1867
1880
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
1868
|
-
|
1869
|
-
|
1870
|
-
return
|
1881
|
+
_this140 = _super140.call(this, message, code);
|
1882
|
+
_this140.name = 'ProcessingFailure_InvalidFilenameError';
|
1883
|
+
return _this140;
|
1871
1884
|
}
|
1872
1885
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
1873
1886
|
}(ProcessingFailureError);
|
1874
1887
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
1875
1888
|
var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
1876
1889
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr26);
|
1877
|
-
var
|
1890
|
+
var _super141 = _createSuper(ProcessingFailure_InvalidRangeError);
|
1878
1891
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
1879
|
-
var
|
1892
|
+
var _this141;
|
1880
1893
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
1881
|
-
|
1882
|
-
|
1883
|
-
return
|
1894
|
+
_this141 = _super141.call(this, message, code);
|
1895
|
+
_this141.name = 'ProcessingFailure_InvalidRangeError';
|
1896
|
+
return _this141;
|
1884
1897
|
}
|
1885
1898
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
1886
1899
|
}(ProcessingFailureError);
|
1887
1900
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
1888
1901
|
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
1889
1902
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr27);
|
1890
|
-
var
|
1903
|
+
var _super142 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
1891
1904
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
1892
|
-
var
|
1905
|
+
var _this142;
|
1893
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
1894
|
-
|
1895
|
-
|
1896
|
-
return
|
1907
|
+
_this142 = _super142.call(this, message, code);
|
1908
|
+
_this142.name = 'ProcessingFailure_ModelSaveErrorError';
|
1909
|
+
return _this142;
|
1897
1910
|
}
|
1898
1911
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
1899
1912
|
}(ProcessingFailureError);
|
1900
1913
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
1901
1914
|
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
1902
1915
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr28);
|
1903
|
-
var
|
1916
|
+
var _super143 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
1904
1917
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
1905
|
-
var
|
1918
|
+
var _this143;
|
1906
1919
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
1907
|
-
|
1908
|
-
|
1909
|
-
return
|
1920
|
+
_this143 = _super143.call(this, message, code);
|
1921
|
+
_this143.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
1922
|
+
return _this143;
|
1910
1923
|
}
|
1911
1924
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
1912
1925
|
}(ProcessingFailureError);
|
1913
1926
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
1914
1927
|
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
1915
1928
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr29);
|
1916
|
-
var
|
1929
|
+
var _super144 = _createSuper(ProcessingFailure_PathTooLongError);
|
1917
1930
|
function ProcessingFailure_PathTooLongError(message, code) {
|
1918
|
-
var
|
1931
|
+
var _this144;
|
1919
1932
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
1920
|
-
|
1921
|
-
|
1922
|
-
return
|
1933
|
+
_this144 = _super144.call(this, message, code);
|
1934
|
+
_this144.name = 'ProcessingFailure_PathTooLongError';
|
1935
|
+
return _this144;
|
1923
1936
|
}
|
1924
1937
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
1925
1938
|
}(ProcessingFailureError);
|
1926
1939
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
1927
1940
|
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
1928
1941
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr30);
|
1929
|
-
var
|
1942
|
+
var _super145 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
1930
1943
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
1931
|
-
var
|
1944
|
+
var _this145;
|
1932
1945
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
1933
|
-
|
1934
|
-
|
1935
|
-
return
|
1946
|
+
_this145 = _super145.call(this, message, code);
|
1947
|
+
_this145.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
1948
|
+
return _this145;
|
1936
1949
|
}
|
1937
1950
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
1938
1951
|
}(ProcessingFailureError);
|
1939
1952
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
1940
1953
|
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
1941
1954
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr31);
|
1942
|
-
var
|
1955
|
+
var _super146 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
1943
1956
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
1944
|
-
var
|
1957
|
+
var _this146;
|
1945
1958
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
1946
|
-
|
1947
|
-
|
1948
|
-
return
|
1959
|
+
_this146 = _super146.call(this, message, code);
|
1960
|
+
_this146.name = 'ProcessingFailure_RemoteServerErrorError';
|
1961
|
+
return _this146;
|
1949
1962
|
}
|
1950
1963
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
1951
1964
|
}(ProcessingFailureError);
|
1952
1965
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
1953
1966
|
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
1954
1967
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr32);
|
1955
|
-
var
|
1968
|
+
var _super147 = _createSuper(ProcessingFailure_ResourceLockedError);
|
1956
1969
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
1957
|
-
var
|
1970
|
+
var _this147;
|
1958
1971
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
1959
|
-
|
1960
|
-
|
1961
|
-
return
|
1972
|
+
_this147 = _super147.call(this, message, code);
|
1973
|
+
_this147.name = 'ProcessingFailure_ResourceLockedError';
|
1974
|
+
return _this147;
|
1962
1975
|
}
|
1963
1976
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
1964
1977
|
}(ProcessingFailureError);
|
1965
1978
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
1966
1979
|
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
1967
1980
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr33);
|
1968
|
-
var
|
1981
|
+
var _super148 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
1969
1982
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
1970
|
-
var
|
1983
|
+
var _this148;
|
1971
1984
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
1972
|
-
|
1973
|
-
|
1974
|
-
return
|
1985
|
+
_this148 = _super148.call(this, message, code);
|
1986
|
+
_this148.name = 'ProcessingFailure_SubfolderLockedError';
|
1987
|
+
return _this148;
|
1975
1988
|
}
|
1976
1989
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
1977
1990
|
}(ProcessingFailureError);
|
1978
1991
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
1979
1992
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
1980
1993
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr34);
|
1981
|
-
var
|
1994
|
+
var _super149 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
1982
1995
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
1983
|
-
var
|
1996
|
+
var _this149;
|
1984
1997
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
1985
|
-
|
1986
|
-
|
1987
|
-
return
|
1998
|
+
_this149 = _super149.call(this, message, code);
|
1999
|
+
_this149.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2000
|
+
return _this149;
|
1988
2001
|
}
|
1989
2002
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
1990
2003
|
}(ProcessingFailureError);
|
1991
2004
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
1992
2005
|
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
1993
2006
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr35);
|
1994
|
-
var
|
2007
|
+
var _super150 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
1995
2008
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code) {
|
1996
|
-
var
|
2009
|
+
var _this150;
|
1997
2010
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
1998
|
-
|
1999
|
-
|
2000
|
-
return
|
2011
|
+
_this150 = _super150.call(this, message, code);
|
2012
|
+
_this150.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
2013
|
+
return _this150;
|
2001
2014
|
}
|
2002
2015
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
2003
2016
|
}(ProcessingFailureError);
|
2004
2017
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
2005
2018
|
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
2006
2019
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr36);
|
2007
|
-
var
|
2020
|
+
var _super151 = _createSuper(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2008
2021
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code) {
|
2009
|
-
var
|
2022
|
+
var _this151;
|
2010
2023
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2011
|
-
|
2012
|
-
|
2013
|
-
return
|
2024
|
+
_this151 = _super151.call(this, message, code);
|
2025
|
+
_this151.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
2026
|
+
return _this151;
|
2014
2027
|
}
|
2015
2028
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
2016
2029
|
}(ProcessingFailureError);
|
2017
2030
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
2018
2031
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
2019
2032
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr37);
|
2020
|
-
var
|
2033
|
+
var _super152 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2021
2034
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2022
|
-
var
|
2035
|
+
var _this152;
|
2023
2036
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2024
|
-
|
2025
|
-
|
2026
|
-
return
|
2037
|
+
_this152 = _super152.call(this, message, code);
|
2038
|
+
_this152.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2039
|
+
return _this152;
|
2027
2040
|
}
|
2028
2041
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2029
2042
|
}(ProcessingFailureError);
|
2030
2043
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2031
2044
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
2032
2045
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
2033
|
-
var
|
2046
|
+
var _super153 = _createSuper(RateLimited_DuplicateShareRecipientError);
|
2034
2047
|
function RateLimited_DuplicateShareRecipientError(message, code) {
|
2035
|
-
var
|
2048
|
+
var _this153;
|
2036
2049
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
2037
|
-
|
2038
|
-
|
2039
|
-
return
|
2050
|
+
_this153 = _super153.call(this, message, code);
|
2051
|
+
_this153.name = 'RateLimited_DuplicateShareRecipientError';
|
2052
|
+
return _this153;
|
2040
2053
|
}
|
2041
2054
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
2042
2055
|
}(RateLimitedError);
|
2043
2056
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
2044
2057
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
2045
2058
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
2046
|
-
var
|
2059
|
+
var _super154 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2047
2060
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2048
|
-
var
|
2061
|
+
var _this154;
|
2049
2062
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2050
|
-
|
2051
|
-
|
2052
|
-
return
|
2063
|
+
_this154 = _super154.call(this, message, code);
|
2064
|
+
_this154.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2065
|
+
return _this154;
|
2053
2066
|
}
|
2054
2067
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
2055
2068
|
}(RateLimitedError);
|
2056
2069
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2057
2070
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2058
2071
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError3);
|
2059
|
-
var
|
2072
|
+
var _super155 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2060
2073
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2061
|
-
var
|
2074
|
+
var _this155;
|
2062
2075
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2063
|
-
|
2064
|
-
|
2065
|
-
return
|
2076
|
+
_this155 = _super155.call(this, message, code);
|
2077
|
+
_this155.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2078
|
+
return _this155;
|
2066
2079
|
}
|
2067
2080
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
2068
2081
|
}(RateLimitedError);
|
2069
2082
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2070
2083
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2071
2084
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError4);
|
2072
|
-
var
|
2085
|
+
var _super156 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2073
2086
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2074
|
-
var
|
2087
|
+
var _this156;
|
2075
2088
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2076
|
-
|
2077
|
-
|
2078
|
-
return
|
2089
|
+
_this156 = _super156.call(this, message, code);
|
2090
|
+
_this156.name = 'RateLimited_TooManyLoginAttemptsError';
|
2091
|
+
return _this156;
|
2079
2092
|
}
|
2080
2093
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
2081
2094
|
}(RateLimitedError);
|
2082
2095
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2083
2096
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError5) {
|
2084
2097
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError5);
|
2085
|
-
var
|
2098
|
+
var _super157 = _createSuper(RateLimited_TooManyRequestsError);
|
2086
2099
|
function RateLimited_TooManyRequestsError(message, code) {
|
2087
|
-
var
|
2100
|
+
var _this157;
|
2088
2101
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2089
|
-
|
2090
|
-
|
2091
|
-
return
|
2102
|
+
_this157 = _super157.call(this, message, code);
|
2103
|
+
_this157.name = 'RateLimited_TooManyRequestsError';
|
2104
|
+
return _this157;
|
2092
2105
|
}
|
2093
2106
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
2094
2107
|
}(RateLimitedError);
|
2095
2108
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
2096
2109
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError6) {
|
2097
2110
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError6);
|
2098
|
-
var
|
2111
|
+
var _super158 = _createSuper(RateLimited_TooManySharesError);
|
2099
2112
|
function RateLimited_TooManySharesError(message, code) {
|
2100
|
-
var
|
2113
|
+
var _this158;
|
2101
2114
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
2102
|
-
|
2103
|
-
|
2104
|
-
return
|
2115
|
+
_this158 = _super158.call(this, message, code);
|
2116
|
+
_this158.name = 'RateLimited_TooManySharesError';
|
2117
|
+
return _this158;
|
2105
2118
|
}
|
2106
2119
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
2107
2120
|
}(RateLimitedError);
|
2108
2121
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
2109
|
-
var
|
2110
|
-
(0, _inherits2.default)(
|
2111
|
-
var
|
2122
|
+
var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
2123
|
+
(0, _inherits2.default)(ServiceUnavailable_AgentUnavailableError, _ServiceUnavailableEr);
|
2124
|
+
var _super159 = _createSuper(ServiceUnavailable_AgentUnavailableError);
|
2125
|
+
function ServiceUnavailable_AgentUnavailableError(message, code) {
|
2126
|
+
var _this159;
|
2127
|
+
(0, _classCallCheck2.default)(this, ServiceUnavailable_AgentUnavailableError);
|
2128
|
+
_this159 = _super159.call(this, message, code);
|
2129
|
+
_this159.name = 'ServiceUnavailable_AgentUnavailableError';
|
2130
|
+
return _this159;
|
2131
|
+
}
|
2132
|
+
return (0, _createClass2.default)(ServiceUnavailable_AgentUnavailableError);
|
2133
|
+
}(ServiceUnavailableError);
|
2134
|
+
errorClasses.ServiceUnavailable_AgentUnavailableError = ServiceUnavailable_AgentUnavailableError;
|
2135
|
+
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
2136
|
+
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr2);
|
2137
|
+
var _super160 = _createSuper(ServiceUnavailable_AutomationsUnavailableError);
|
2112
2138
|
function ServiceUnavailable_AutomationsUnavailableError(message, code) {
|
2113
|
-
var
|
2139
|
+
var _this160;
|
2114
2140
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
2115
|
-
|
2116
|
-
|
2117
|
-
return
|
2141
|
+
_this160 = _super160.call(this, message, code);
|
2142
|
+
_this160.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
2143
|
+
return _this160;
|
2118
2144
|
}
|
2119
2145
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
2120
2146
|
}(ServiceUnavailableError);
|
2121
2147
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
2122
|
-
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (
|
2123
|
-
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError,
|
2124
|
-
var
|
2148
|
+
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
2149
|
+
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr3);
|
2150
|
+
var _super161 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
2125
2151
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
2126
|
-
var
|
2152
|
+
var _this161;
|
2127
2153
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
2128
|
-
|
2129
|
-
|
2130
|
-
return
|
2154
|
+
_this161 = _super161.call(this, message, code);
|
2155
|
+
_this161.name = 'ServiceUnavailable_UploadsUnavailableError';
|
2156
|
+
return _this161;
|
2131
2157
|
}
|
2132
2158
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
2133
2159
|
}(ServiceUnavailableError);
|
2134
2160
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
2135
2161
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
2136
2162
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
2137
|
-
var
|
2163
|
+
var _super162 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
2138
2164
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
2139
|
-
var
|
2165
|
+
var _this162;
|
2140
2166
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
2141
|
-
|
2142
|
-
|
2143
|
-
return
|
2167
|
+
_this162 = _super162.call(this, message, code);
|
2168
|
+
_this162.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
2169
|
+
return _this162;
|
2144
2170
|
}
|
2145
2171
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
2146
2172
|
}(SiteConfigurationError);
|
2147
2173
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
2148
2174
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
2149
2175
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
2150
|
-
var
|
2176
|
+
var _super163 = _createSuper(SiteConfiguration_AccountOverdueError);
|
2151
2177
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
2152
|
-
var
|
2178
|
+
var _this163;
|
2153
2179
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
2154
|
-
|
2155
|
-
|
2156
|
-
return
|
2180
|
+
_this163 = _super163.call(this, message, code);
|
2181
|
+
_this163.name = 'SiteConfiguration_AccountOverdueError';
|
2182
|
+
return _this163;
|
2157
2183
|
}
|
2158
2184
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
2159
2185
|
}(SiteConfigurationError);
|
2160
2186
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
2161
2187
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
2162
2188
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
2163
|
-
var
|
2189
|
+
var _super164 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
2164
2190
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
2165
|
-
var
|
2191
|
+
var _this164;
|
2166
2192
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
2167
|
-
|
2168
|
-
|
2169
|
-
return
|
2193
|
+
_this164 = _super164.call(this, message, code);
|
2194
|
+
_this164.name = 'SiteConfiguration_NoAccountForSiteError';
|
2195
|
+
return _this164;
|
2170
2196
|
}
|
2171
2197
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
2172
2198
|
}(SiteConfigurationError);
|
2173
2199
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
2174
2200
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
2175
2201
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
2176
|
-
var
|
2202
|
+
var _super165 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
2177
2203
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
2178
|
-
var
|
2204
|
+
var _this165;
|
2179
2205
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
2180
|
-
|
2181
|
-
|
2182
|
-
return
|
2206
|
+
_this165 = _super165.call(this, message, code);
|
2207
|
+
_this165.name = 'SiteConfiguration_SiteWasRemovedError';
|
2208
|
+
return _this165;
|
2183
2209
|
}
|
2184
2210
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
2185
2211
|
}(SiteConfigurationError);
|
2186
2212
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
2187
2213
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
2188
2214
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
2189
|
-
var
|
2215
|
+
var _super166 = _createSuper(SiteConfiguration_TrialExpiredError);
|
2190
2216
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
2191
|
-
var
|
2217
|
+
var _this166;
|
2192
2218
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
2193
|
-
|
2194
|
-
|
2195
|
-
return
|
2219
|
+
_this166 = _super166.call(this, message, code);
|
2220
|
+
_this166.name = 'SiteConfiguration_TrialExpiredError';
|
2221
|
+
return _this166;
|
2196
2222
|
}
|
2197
2223
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
2198
2224
|
}(SiteConfigurationError);
|
2199
2225
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
2200
2226
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
2201
2227
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
2202
|
-
var
|
2228
|
+
var _super167 = _createSuper(SiteConfiguration_TrialLockedError);
|
2203
2229
|
function SiteConfiguration_TrialLockedError(message, code) {
|
2204
|
-
var
|
2230
|
+
var _this167;
|
2205
2231
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
2206
|
-
|
2207
|
-
|
2208
|
-
return
|
2232
|
+
_this167 = _super167.call(this, message, code);
|
2233
|
+
_this167.name = 'SiteConfiguration_TrialLockedError';
|
2234
|
+
return _this167;
|
2209
2235
|
}
|
2210
2236
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
2211
2237
|
}(SiteConfigurationError);
|
2212
2238
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
2213
2239
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
2214
2240
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
2215
|
-
var
|
2241
|
+
var _super168 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2216
2242
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
2217
|
-
var
|
2243
|
+
var _this168;
|
2218
2244
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
2219
|
-
|
2220
|
-
|
2221
|
-
return
|
2245
|
+
_this168 = _super168.call(this, message, code);
|
2246
|
+
_this168.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
2247
|
+
return _this168;
|
2222
2248
|
}
|
2223
2249
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2224
2250
|
}(SiteConfigurationError);
|