files.com 1.2.510 → 1.2.511
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/README.md +1 -0
- package/_VERSION +1 -1
- package/docs/Errors.md +1 -0
- package/docs/models/PartnerSiteRequest.md +115 -0
- package/lib/Errors.js +815 -803
- package/lib/Files.js +1 -1
- package/lib/models/PartnerSiteRequest.js +397 -0
- package/package.json +1 -1
- package/src/Errors.js +1 -0
- package/src/Files.js +1 -1
- package/src/models/PartnerSiteRequest.js +232 -0
package/lib/Errors.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
exports.__esModule = true;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = void 0;
|
|
5
|
+
exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotEnqueuableSyncError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MoverPackageRequiredError = exports.NotAuthorized_MoverAccessDeniedError = exports.NotAuthorized_InsufficientPermissionForSiteError = 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_BundlePermissionRequiredError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = 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_InvalidSessionError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_AdditionalAuthenticationRequiredError = 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_UnrecognizedSortIndexError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidWorkspaceIdHeaderError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidPathError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FoldersNotAllowedError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DoesNotSupportSortingError = exports.BadRequest_DestinationSiteMismatchError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
|
|
6
|
+
exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_MetadataNotSupportedOnRemotesError = exports.ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileProcessingErrorError = 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_ExceededRuntimeLimitError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_ConfigurationLockedPathError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BufferedUploadDisabledForThisDestinationError = exports.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AgentUnavailableError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PaymentMethodErrorError = void 0;
|
|
7
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = void 0;
|
|
8
8
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
9
9
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
10
10
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
@@ -329,493 +329,505 @@ var BadRequest_DestinationSameError = exports.BadRequest_DestinationSameError =
|
|
|
329
329
|
return (0, _createClass2.default)(BadRequest_DestinationSameError);
|
|
330
330
|
}(BadRequestError);
|
|
331
331
|
errorClasses.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
|
332
|
-
var
|
|
333
|
-
function
|
|
332
|
+
var BadRequest_DestinationSiteMismatchError = exports.BadRequest_DestinationSiteMismatchError = /*#__PURE__*/function (_BadRequestError7) {
|
|
333
|
+
function BadRequest_DestinationSiteMismatchError(message, code, errorData) {
|
|
334
334
|
var _this20;
|
|
335
|
-
(0, _classCallCheck2.default)(this,
|
|
336
|
-
_this20 = _callSuper(this,
|
|
337
|
-
_this20.name = '
|
|
335
|
+
(0, _classCallCheck2.default)(this, BadRequest_DestinationSiteMismatchError);
|
|
336
|
+
_this20 = _callSuper(this, BadRequest_DestinationSiteMismatchError, [message, code, errorData]);
|
|
337
|
+
_this20.name = 'BadRequest_DestinationSiteMismatchError';
|
|
338
338
|
return _this20;
|
|
339
339
|
}
|
|
340
|
-
(0, _inherits2.default)(
|
|
340
|
+
(0, _inherits2.default)(BadRequest_DestinationSiteMismatchError, _BadRequestError7);
|
|
341
|
+
return (0, _createClass2.default)(BadRequest_DestinationSiteMismatchError);
|
|
342
|
+
}(BadRequestError);
|
|
343
|
+
errorClasses.BadRequest_DestinationSiteMismatchError = BadRequest_DestinationSiteMismatchError;
|
|
344
|
+
var BadRequest_DoesNotSupportSortingError = exports.BadRequest_DoesNotSupportSortingError = /*#__PURE__*/function (_BadRequestError8) {
|
|
345
|
+
function BadRequest_DoesNotSupportSortingError(message, code, errorData) {
|
|
346
|
+
var _this21;
|
|
347
|
+
(0, _classCallCheck2.default)(this, BadRequest_DoesNotSupportSortingError);
|
|
348
|
+
_this21 = _callSuper(this, BadRequest_DoesNotSupportSortingError, [message, code, errorData]);
|
|
349
|
+
_this21.name = 'BadRequest_DoesNotSupportSortingError';
|
|
350
|
+
return _this21;
|
|
351
|
+
}
|
|
352
|
+
(0, _inherits2.default)(BadRequest_DoesNotSupportSortingError, _BadRequestError8);
|
|
341
353
|
return (0, _createClass2.default)(BadRequest_DoesNotSupportSortingError);
|
|
342
354
|
}(BadRequestError);
|
|
343
355
|
errorClasses.BadRequest_DoesNotSupportSortingError = BadRequest_DoesNotSupportSortingError;
|
|
344
|
-
var BadRequest_FolderMustNotBeAFileError = exports.BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (
|
|
356
|
+
var BadRequest_FolderMustNotBeAFileError = exports.BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (_BadRequestError9) {
|
|
345
357
|
function BadRequest_FolderMustNotBeAFileError(message, code, errorData) {
|
|
346
|
-
var
|
|
358
|
+
var _this22;
|
|
347
359
|
(0, _classCallCheck2.default)(this, BadRequest_FolderMustNotBeAFileError);
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
return
|
|
360
|
+
_this22 = _callSuper(this, BadRequest_FolderMustNotBeAFileError, [message, code, errorData]);
|
|
361
|
+
_this22.name = 'BadRequest_FolderMustNotBeAFileError';
|
|
362
|
+
return _this22;
|
|
351
363
|
}
|
|
352
|
-
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError,
|
|
364
|
+
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError, _BadRequestError9);
|
|
353
365
|
return (0, _createClass2.default)(BadRequest_FolderMustNotBeAFileError);
|
|
354
366
|
}(BadRequestError);
|
|
355
367
|
errorClasses.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
|
356
|
-
var BadRequest_FoldersNotAllowedError = exports.BadRequest_FoldersNotAllowedError = /*#__PURE__*/function (
|
|
368
|
+
var BadRequest_FoldersNotAllowedError = exports.BadRequest_FoldersNotAllowedError = /*#__PURE__*/function (_BadRequestError0) {
|
|
357
369
|
function BadRequest_FoldersNotAllowedError(message, code, errorData) {
|
|
358
|
-
var
|
|
370
|
+
var _this23;
|
|
359
371
|
(0, _classCallCheck2.default)(this, BadRequest_FoldersNotAllowedError);
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
return
|
|
372
|
+
_this23 = _callSuper(this, BadRequest_FoldersNotAllowedError, [message, code, errorData]);
|
|
373
|
+
_this23.name = 'BadRequest_FoldersNotAllowedError';
|
|
374
|
+
return _this23;
|
|
363
375
|
}
|
|
364
|
-
(0, _inherits2.default)(BadRequest_FoldersNotAllowedError,
|
|
376
|
+
(0, _inherits2.default)(BadRequest_FoldersNotAllowedError, _BadRequestError0);
|
|
365
377
|
return (0, _createClass2.default)(BadRequest_FoldersNotAllowedError);
|
|
366
378
|
}(BadRequestError);
|
|
367
379
|
errorClasses.BadRequest_FoldersNotAllowedError = BadRequest_FoldersNotAllowedError;
|
|
368
|
-
var BadRequest_InvalidBodyError = exports.BadRequest_InvalidBodyError = /*#__PURE__*/function (
|
|
380
|
+
var BadRequest_InvalidBodyError = exports.BadRequest_InvalidBodyError = /*#__PURE__*/function (_BadRequestError1) {
|
|
369
381
|
function BadRequest_InvalidBodyError(message, code, errorData) {
|
|
370
|
-
var
|
|
382
|
+
var _this24;
|
|
371
383
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidBodyError);
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
return
|
|
384
|
+
_this24 = _callSuper(this, BadRequest_InvalidBodyError, [message, code, errorData]);
|
|
385
|
+
_this24.name = 'BadRequest_InvalidBodyError';
|
|
386
|
+
return _this24;
|
|
375
387
|
}
|
|
376
|
-
(0, _inherits2.default)(BadRequest_InvalidBodyError,
|
|
388
|
+
(0, _inherits2.default)(BadRequest_InvalidBodyError, _BadRequestError1);
|
|
377
389
|
return (0, _createClass2.default)(BadRequest_InvalidBodyError);
|
|
378
390
|
}(BadRequestError);
|
|
379
391
|
errorClasses.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
|
380
|
-
var BadRequest_InvalidCursorError = exports.BadRequest_InvalidCursorError = /*#__PURE__*/function (
|
|
392
|
+
var BadRequest_InvalidCursorError = exports.BadRequest_InvalidCursorError = /*#__PURE__*/function (_BadRequestError10) {
|
|
381
393
|
function BadRequest_InvalidCursorError(message, code, errorData) {
|
|
382
|
-
var
|
|
394
|
+
var _this25;
|
|
383
395
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorError);
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
return
|
|
396
|
+
_this25 = _callSuper(this, BadRequest_InvalidCursorError, [message, code, errorData]);
|
|
397
|
+
_this25.name = 'BadRequest_InvalidCursorError';
|
|
398
|
+
return _this25;
|
|
387
399
|
}
|
|
388
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorError,
|
|
400
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorError, _BadRequestError10);
|
|
389
401
|
return (0, _createClass2.default)(BadRequest_InvalidCursorError);
|
|
390
402
|
}(BadRequestError);
|
|
391
403
|
errorClasses.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
|
392
|
-
var BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (
|
|
404
|
+
var BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (_BadRequestError11) {
|
|
393
405
|
function BadRequest_InvalidCursorTypeForSortError(message, code, errorData) {
|
|
394
|
-
var
|
|
406
|
+
var _this26;
|
|
395
407
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorTypeForSortError);
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
return
|
|
408
|
+
_this26 = _callSuper(this, BadRequest_InvalidCursorTypeForSortError, [message, code, errorData]);
|
|
409
|
+
_this26.name = 'BadRequest_InvalidCursorTypeForSortError';
|
|
410
|
+
return _this26;
|
|
399
411
|
}
|
|
400
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError,
|
|
412
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError, _BadRequestError11);
|
|
401
413
|
return (0, _createClass2.default)(BadRequest_InvalidCursorTypeForSortError);
|
|
402
414
|
}(BadRequestError);
|
|
403
415
|
errorClasses.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
|
404
|
-
var BadRequest_InvalidEtagsError = exports.BadRequest_InvalidEtagsError = /*#__PURE__*/function (
|
|
416
|
+
var BadRequest_InvalidEtagsError = exports.BadRequest_InvalidEtagsError = /*#__PURE__*/function (_BadRequestError12) {
|
|
405
417
|
function BadRequest_InvalidEtagsError(message, code, errorData) {
|
|
406
|
-
var
|
|
418
|
+
var _this27;
|
|
407
419
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidEtagsError);
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
return
|
|
420
|
+
_this27 = _callSuper(this, BadRequest_InvalidEtagsError, [message, code, errorData]);
|
|
421
|
+
_this27.name = 'BadRequest_InvalidEtagsError';
|
|
422
|
+
return _this27;
|
|
411
423
|
}
|
|
412
|
-
(0, _inherits2.default)(BadRequest_InvalidEtagsError,
|
|
424
|
+
(0, _inherits2.default)(BadRequest_InvalidEtagsError, _BadRequestError12);
|
|
413
425
|
return (0, _createClass2.default)(BadRequest_InvalidEtagsError);
|
|
414
426
|
}(BadRequestError);
|
|
415
427
|
errorClasses.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
|
416
|
-
var BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = /*#__PURE__*/function (
|
|
428
|
+
var BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = /*#__PURE__*/function (_BadRequestError13) {
|
|
417
429
|
function BadRequest_InvalidFilterAliasCombinationError(message, code, errorData) {
|
|
418
|
-
var
|
|
430
|
+
var _this28;
|
|
419
431
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterAliasCombinationError);
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
return
|
|
432
|
+
_this28 = _callSuper(this, BadRequest_InvalidFilterAliasCombinationError, [message, code, errorData]);
|
|
433
|
+
_this28.name = 'BadRequest_InvalidFilterAliasCombinationError';
|
|
434
|
+
return _this28;
|
|
423
435
|
}
|
|
424
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterAliasCombinationError,
|
|
436
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterAliasCombinationError, _BadRequestError13);
|
|
425
437
|
return (0, _createClass2.default)(BadRequest_InvalidFilterAliasCombinationError);
|
|
426
438
|
}(BadRequestError);
|
|
427
439
|
errorClasses.BadRequest_InvalidFilterAliasCombinationError = BadRequest_InvalidFilterAliasCombinationError;
|
|
428
|
-
var BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (
|
|
440
|
+
var BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError14) {
|
|
429
441
|
function BadRequest_InvalidFilterFieldError(message, code, errorData) {
|
|
430
|
-
var
|
|
442
|
+
var _this29;
|
|
431
443
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterFieldError);
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
return
|
|
444
|
+
_this29 = _callSuper(this, BadRequest_InvalidFilterFieldError, [message, code, errorData]);
|
|
445
|
+
_this29.name = 'BadRequest_InvalidFilterFieldError';
|
|
446
|
+
return _this29;
|
|
435
447
|
}
|
|
436
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError,
|
|
448
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError, _BadRequestError14);
|
|
437
449
|
return (0, _createClass2.default)(BadRequest_InvalidFilterFieldError);
|
|
438
450
|
}(BadRequestError);
|
|
439
451
|
errorClasses.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
|
440
|
-
var BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterParamError = /*#__PURE__*/function (
|
|
452
|
+
var BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterParamError = /*#__PURE__*/function (_BadRequestError15) {
|
|
441
453
|
function BadRequest_InvalidFilterParamError(message, code, errorData) {
|
|
442
|
-
var
|
|
454
|
+
var _this30;
|
|
443
455
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamError);
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
return
|
|
456
|
+
_this30 = _callSuper(this, BadRequest_InvalidFilterParamError, [message, code, errorData]);
|
|
457
|
+
_this30.name = 'BadRequest_InvalidFilterParamError';
|
|
458
|
+
return _this30;
|
|
447
459
|
}
|
|
448
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamError,
|
|
460
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamError, _BadRequestError15);
|
|
449
461
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamError);
|
|
450
462
|
}(BadRequestError);
|
|
451
463
|
errorClasses.BadRequest_InvalidFilterParamError = BadRequest_InvalidFilterParamError;
|
|
452
|
-
var BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamFormatError = /*#__PURE__*/function (
|
|
464
|
+
var BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamFormatError = /*#__PURE__*/function (_BadRequestError16) {
|
|
453
465
|
function BadRequest_InvalidFilterParamFormatError(message, code, errorData) {
|
|
454
|
-
var
|
|
466
|
+
var _this31;
|
|
455
467
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamFormatError);
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
return
|
|
468
|
+
_this31 = _callSuper(this, BadRequest_InvalidFilterParamFormatError, [message, code, errorData]);
|
|
469
|
+
_this31.name = 'BadRequest_InvalidFilterParamFormatError';
|
|
470
|
+
return _this31;
|
|
459
471
|
}
|
|
460
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamFormatError,
|
|
472
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamFormatError, _BadRequestError16);
|
|
461
473
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamFormatError);
|
|
462
474
|
}(BadRequestError);
|
|
463
475
|
errorClasses.BadRequest_InvalidFilterParamFormatError = BadRequest_InvalidFilterParamFormatError;
|
|
464
|
-
var BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamValueError = /*#__PURE__*/function (
|
|
476
|
+
var BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamValueError = /*#__PURE__*/function (_BadRequestError17) {
|
|
465
477
|
function BadRequest_InvalidFilterParamValueError(message, code, errorData) {
|
|
466
|
-
var
|
|
478
|
+
var _this32;
|
|
467
479
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamValueError);
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
return
|
|
480
|
+
_this32 = _callSuper(this, BadRequest_InvalidFilterParamValueError, [message, code, errorData]);
|
|
481
|
+
_this32.name = 'BadRequest_InvalidFilterParamValueError';
|
|
482
|
+
return _this32;
|
|
471
483
|
}
|
|
472
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamValueError,
|
|
484
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamValueError, _BadRequestError17);
|
|
473
485
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamValueError);
|
|
474
486
|
}(BadRequestError);
|
|
475
487
|
errorClasses.BadRequest_InvalidFilterParamValueError = BadRequest_InvalidFilterParamValueError;
|
|
476
|
-
var BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (
|
|
488
|
+
var BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError18) {
|
|
477
489
|
function BadRequest_InvalidInputEncodingError(message, code, errorData) {
|
|
478
|
-
var
|
|
490
|
+
var _this33;
|
|
479
491
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
return
|
|
492
|
+
_this33 = _callSuper(this, BadRequest_InvalidInputEncodingError, [message, code, errorData]);
|
|
493
|
+
_this33.name = 'BadRequest_InvalidInputEncodingError';
|
|
494
|
+
return _this33;
|
|
483
495
|
}
|
|
484
|
-
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError,
|
|
496
|
+
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError18);
|
|
485
497
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
|
486
498
|
}(BadRequestError);
|
|
487
499
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
|
488
|
-
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (
|
|
500
|
+
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError19) {
|
|
489
501
|
function BadRequest_InvalidInterfaceError(message, code, errorData) {
|
|
490
|
-
var
|
|
502
|
+
var _this34;
|
|
491
503
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
return
|
|
504
|
+
_this34 = _callSuper(this, BadRequest_InvalidInterfaceError, [message, code, errorData]);
|
|
505
|
+
_this34.name = 'BadRequest_InvalidInterfaceError';
|
|
506
|
+
return _this34;
|
|
495
507
|
}
|
|
496
|
-
(0, _inherits2.default)(BadRequest_InvalidInterfaceError,
|
|
508
|
+
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError19);
|
|
497
509
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
|
498
510
|
}(BadRequestError);
|
|
499
511
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
|
500
|
-
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (
|
|
512
|
+
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError20) {
|
|
501
513
|
function BadRequest_InvalidOauthProviderError(message, code, errorData) {
|
|
502
|
-
var
|
|
514
|
+
var _this35;
|
|
503
515
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
return
|
|
516
|
+
_this35 = _callSuper(this, BadRequest_InvalidOauthProviderError, [message, code, errorData]);
|
|
517
|
+
_this35.name = 'BadRequest_InvalidOauthProviderError';
|
|
518
|
+
return _this35;
|
|
507
519
|
}
|
|
508
|
-
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError,
|
|
520
|
+
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError20);
|
|
509
521
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
|
510
522
|
}(BadRequestError);
|
|
511
523
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
|
512
|
-
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (
|
|
524
|
+
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (_BadRequestError21) {
|
|
513
525
|
function BadRequest_InvalidPathError(message, code, errorData) {
|
|
514
|
-
var
|
|
526
|
+
var _this36;
|
|
515
527
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidPathError);
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
return
|
|
528
|
+
_this36 = _callSuper(this, BadRequest_InvalidPathError, [message, code, errorData]);
|
|
529
|
+
_this36.name = 'BadRequest_InvalidPathError';
|
|
530
|
+
return _this36;
|
|
519
531
|
}
|
|
520
|
-
(0, _inherits2.default)(BadRequest_InvalidPathError,
|
|
532
|
+
(0, _inherits2.default)(BadRequest_InvalidPathError, _BadRequestError21);
|
|
521
533
|
return (0, _createClass2.default)(BadRequest_InvalidPathError);
|
|
522
534
|
}(BadRequestError);
|
|
523
535
|
errorClasses.BadRequest_InvalidPathError = BadRequest_InvalidPathError;
|
|
524
|
-
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (
|
|
536
|
+
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError22) {
|
|
525
537
|
function BadRequest_InvalidReturnToUrlError(message, code, errorData) {
|
|
526
|
-
var
|
|
538
|
+
var _this37;
|
|
527
539
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
return
|
|
540
|
+
_this37 = _callSuper(this, BadRequest_InvalidReturnToUrlError, [message, code, errorData]);
|
|
541
|
+
_this37.name = 'BadRequest_InvalidReturnToUrlError';
|
|
542
|
+
return _this37;
|
|
531
543
|
}
|
|
532
|
-
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError,
|
|
544
|
+
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError22);
|
|
533
545
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
|
534
546
|
}(BadRequestError);
|
|
535
547
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
|
536
|
-
var BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidSortFieldError = /*#__PURE__*/function (
|
|
548
|
+
var BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidSortFieldError = /*#__PURE__*/function (_BadRequestError23) {
|
|
537
549
|
function BadRequest_InvalidSortFieldError(message, code, errorData) {
|
|
538
|
-
var
|
|
550
|
+
var _this38;
|
|
539
551
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidSortFieldError);
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
return
|
|
552
|
+
_this38 = _callSuper(this, BadRequest_InvalidSortFieldError, [message, code, errorData]);
|
|
553
|
+
_this38.name = 'BadRequest_InvalidSortFieldError';
|
|
554
|
+
return _this38;
|
|
543
555
|
}
|
|
544
|
-
(0, _inherits2.default)(BadRequest_InvalidSortFieldError,
|
|
556
|
+
(0, _inherits2.default)(BadRequest_InvalidSortFieldError, _BadRequestError23);
|
|
545
557
|
return (0, _createClass2.default)(BadRequest_InvalidSortFieldError);
|
|
546
558
|
}(BadRequestError);
|
|
547
559
|
errorClasses.BadRequest_InvalidSortFieldError = BadRequest_InvalidSortFieldError;
|
|
548
|
-
var BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFilterCombinationError = /*#__PURE__*/function (
|
|
560
|
+
var BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFilterCombinationError = /*#__PURE__*/function (_BadRequestError24) {
|
|
549
561
|
function BadRequest_InvalidSortFilterCombinationError(message, code, errorData) {
|
|
550
|
-
var
|
|
562
|
+
var _this39;
|
|
551
563
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidSortFilterCombinationError);
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
return
|
|
564
|
+
_this39 = _callSuper(this, BadRequest_InvalidSortFilterCombinationError, [message, code, errorData]);
|
|
565
|
+
_this39.name = 'BadRequest_InvalidSortFilterCombinationError';
|
|
566
|
+
return _this39;
|
|
555
567
|
}
|
|
556
|
-
(0, _inherits2.default)(BadRequest_InvalidSortFilterCombinationError,
|
|
568
|
+
(0, _inherits2.default)(BadRequest_InvalidSortFilterCombinationError, _BadRequestError24);
|
|
557
569
|
return (0, _createClass2.default)(BadRequest_InvalidSortFilterCombinationError);
|
|
558
570
|
}(BadRequestError);
|
|
559
571
|
errorClasses.BadRequest_InvalidSortFilterCombinationError = BadRequest_InvalidSortFilterCombinationError;
|
|
560
|
-
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (
|
|
572
|
+
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError25) {
|
|
561
573
|
function BadRequest_InvalidUploadOffsetError(message, code, errorData) {
|
|
562
|
-
var
|
|
574
|
+
var _this40;
|
|
563
575
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
return
|
|
576
|
+
_this40 = _callSuper(this, BadRequest_InvalidUploadOffsetError, [message, code, errorData]);
|
|
577
|
+
_this40.name = 'BadRequest_InvalidUploadOffsetError';
|
|
578
|
+
return _this40;
|
|
567
579
|
}
|
|
568
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError,
|
|
580
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError25);
|
|
569
581
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
|
570
582
|
}(BadRequestError);
|
|
571
583
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
|
572
|
-
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (
|
|
584
|
+
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError26) {
|
|
573
585
|
function BadRequest_InvalidUploadPartGapError(message, code, errorData) {
|
|
574
|
-
var
|
|
586
|
+
var _this41;
|
|
575
587
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
return
|
|
588
|
+
_this41 = _callSuper(this, BadRequest_InvalidUploadPartGapError, [message, code, errorData]);
|
|
589
|
+
_this41.name = 'BadRequest_InvalidUploadPartGapError';
|
|
590
|
+
return _this41;
|
|
579
591
|
}
|
|
580
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError,
|
|
592
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError26);
|
|
581
593
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
|
582
594
|
}(BadRequestError);
|
|
583
595
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
|
584
|
-
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (
|
|
596
|
+
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError27) {
|
|
585
597
|
function BadRequest_InvalidUploadPartSizeError(message, code, errorData) {
|
|
586
|
-
var
|
|
598
|
+
var _this42;
|
|
587
599
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
return
|
|
600
|
+
_this42 = _callSuper(this, BadRequest_InvalidUploadPartSizeError, [message, code, errorData]);
|
|
601
|
+
_this42.name = 'BadRequest_InvalidUploadPartSizeError';
|
|
602
|
+
return _this42;
|
|
591
603
|
}
|
|
592
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError,
|
|
604
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError27);
|
|
593
605
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
|
594
606
|
}(BadRequestError);
|
|
595
607
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
|
596
|
-
var BadRequest_InvalidWorkspaceIdHeaderError = exports.BadRequest_InvalidWorkspaceIdHeaderError = /*#__PURE__*/function (
|
|
608
|
+
var BadRequest_InvalidWorkspaceIdHeaderError = exports.BadRequest_InvalidWorkspaceIdHeaderError = /*#__PURE__*/function (_BadRequestError28) {
|
|
597
609
|
function BadRequest_InvalidWorkspaceIdHeaderError(message, code, errorData) {
|
|
598
|
-
var
|
|
610
|
+
var _this43;
|
|
599
611
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidWorkspaceIdHeaderError);
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
return
|
|
612
|
+
_this43 = _callSuper(this, BadRequest_InvalidWorkspaceIdHeaderError, [message, code, errorData]);
|
|
613
|
+
_this43.name = 'BadRequest_InvalidWorkspaceIdHeaderError';
|
|
614
|
+
return _this43;
|
|
603
615
|
}
|
|
604
|
-
(0, _inherits2.default)(BadRequest_InvalidWorkspaceIdHeaderError,
|
|
616
|
+
(0, _inherits2.default)(BadRequest_InvalidWorkspaceIdHeaderError, _BadRequestError28);
|
|
605
617
|
return (0, _createClass2.default)(BadRequest_InvalidWorkspaceIdHeaderError);
|
|
606
618
|
}(BadRequestError);
|
|
607
619
|
errorClasses.BadRequest_InvalidWorkspaceIdHeaderError = BadRequest_InvalidWorkspaceIdHeaderError;
|
|
608
|
-
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (
|
|
620
|
+
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError29) {
|
|
609
621
|
function BadRequest_MethodNotAllowedError(message, code, errorData) {
|
|
610
|
-
var
|
|
622
|
+
var _this44;
|
|
611
623
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
return
|
|
624
|
+
_this44 = _callSuper(this, BadRequest_MethodNotAllowedError, [message, code, errorData]);
|
|
625
|
+
_this44.name = 'BadRequest_MethodNotAllowedError';
|
|
626
|
+
return _this44;
|
|
615
627
|
}
|
|
616
|
-
(0, _inherits2.default)(BadRequest_MethodNotAllowedError,
|
|
628
|
+
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError29);
|
|
617
629
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
|
618
630
|
}(BadRequestError);
|
|
619
631
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
|
620
|
-
var BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MultipleSortParamsNotAllowedError = /*#__PURE__*/function (
|
|
632
|
+
var BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MultipleSortParamsNotAllowedError = /*#__PURE__*/function (_BadRequestError30) {
|
|
621
633
|
function BadRequest_MultipleSortParamsNotAllowedError(message, code, errorData) {
|
|
622
|
-
var
|
|
634
|
+
var _this45;
|
|
623
635
|
(0, _classCallCheck2.default)(this, BadRequest_MultipleSortParamsNotAllowedError);
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
return
|
|
636
|
+
_this45 = _callSuper(this, BadRequest_MultipleSortParamsNotAllowedError, [message, code, errorData]);
|
|
637
|
+
_this45.name = 'BadRequest_MultipleSortParamsNotAllowedError';
|
|
638
|
+
return _this45;
|
|
627
639
|
}
|
|
628
|
-
(0, _inherits2.default)(BadRequest_MultipleSortParamsNotAllowedError,
|
|
640
|
+
(0, _inherits2.default)(BadRequest_MultipleSortParamsNotAllowedError, _BadRequestError30);
|
|
629
641
|
return (0, _createClass2.default)(BadRequest_MultipleSortParamsNotAllowedError);
|
|
630
642
|
}(BadRequestError);
|
|
631
643
|
errorClasses.BadRequest_MultipleSortParamsNotAllowedError = BadRequest_MultipleSortParamsNotAllowedError;
|
|
632
|
-
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (
|
|
644
|
+
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError31) {
|
|
633
645
|
function BadRequest_NoValidInputParamsError(message, code, errorData) {
|
|
634
|
-
var
|
|
646
|
+
var _this46;
|
|
635
647
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
return
|
|
648
|
+
_this46 = _callSuper(this, BadRequest_NoValidInputParamsError, [message, code, errorData]);
|
|
649
|
+
_this46.name = 'BadRequest_NoValidInputParamsError';
|
|
650
|
+
return _this46;
|
|
639
651
|
}
|
|
640
|
-
(0, _inherits2.default)(BadRequest_NoValidInputParamsError,
|
|
652
|
+
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError31);
|
|
641
653
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
|
642
654
|
}(BadRequestError);
|
|
643
655
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
|
644
|
-
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (
|
|
656
|
+
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError32) {
|
|
645
657
|
function BadRequest_PartNumberTooLargeError(message, code, errorData) {
|
|
646
|
-
var
|
|
658
|
+
var _this47;
|
|
647
659
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
return
|
|
660
|
+
_this47 = _callSuper(this, BadRequest_PartNumberTooLargeError, [message, code, errorData]);
|
|
661
|
+
_this47.name = 'BadRequest_PartNumberTooLargeError';
|
|
662
|
+
return _this47;
|
|
651
663
|
}
|
|
652
|
-
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError,
|
|
664
|
+
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError32);
|
|
653
665
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
|
654
666
|
}(BadRequestError);
|
|
655
667
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
|
656
|
-
var BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (
|
|
668
|
+
var BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError33) {
|
|
657
669
|
function BadRequest_PathCannotHaveTrailingWhitespaceError(message, code, errorData) {
|
|
658
|
-
var
|
|
670
|
+
var _this48;
|
|
659
671
|
(0, _classCallCheck2.default)(this, BadRequest_PathCannotHaveTrailingWhitespaceError);
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
return
|
|
672
|
+
_this48 = _callSuper(this, BadRequest_PathCannotHaveTrailingWhitespaceError, [message, code, errorData]);
|
|
673
|
+
_this48.name = 'BadRequest_PathCannotHaveTrailingWhitespaceError';
|
|
674
|
+
return _this48;
|
|
663
675
|
}
|
|
664
|
-
(0, _inherits2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError,
|
|
676
|
+
(0, _inherits2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError, _BadRequestError33);
|
|
665
677
|
return (0, _createClass2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError);
|
|
666
678
|
}(BadRequestError);
|
|
667
679
|
errorClasses.BadRequest_PathCannotHaveTrailingWhitespaceError = BadRequest_PathCannotHaveTrailingWhitespaceError;
|
|
668
|
-
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (
|
|
680
|
+
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError34) {
|
|
669
681
|
function BadRequest_ReauthenticationNeededFieldsError(message, code, errorData) {
|
|
670
|
-
var
|
|
682
|
+
var _this49;
|
|
671
683
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
return
|
|
684
|
+
_this49 = _callSuper(this, BadRequest_ReauthenticationNeededFieldsError, [message, code, errorData]);
|
|
685
|
+
_this49.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
|
686
|
+
return _this49;
|
|
675
687
|
}
|
|
676
|
-
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError,
|
|
688
|
+
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError34);
|
|
677
689
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
|
678
690
|
}(BadRequestError);
|
|
679
691
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
|
680
|
-
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (
|
|
692
|
+
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError35) {
|
|
681
693
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code, errorData) {
|
|
682
|
-
var
|
|
694
|
+
var _this50;
|
|
683
695
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
return
|
|
696
|
+
_this50 = _callSuper(this, BadRequest_RequestParamsContainInvalidCharacterError, [message, code, errorData]);
|
|
697
|
+
_this50.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
|
698
|
+
return _this50;
|
|
687
699
|
}
|
|
688
|
-
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError,
|
|
700
|
+
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError35);
|
|
689
701
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
|
690
702
|
}(BadRequestError);
|
|
691
703
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
|
692
|
-
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (
|
|
704
|
+
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError36) {
|
|
693
705
|
function BadRequest_RequestParamsInvalidError(message, code, errorData) {
|
|
694
|
-
var
|
|
706
|
+
var _this51;
|
|
695
707
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
return
|
|
708
|
+
_this51 = _callSuper(this, BadRequest_RequestParamsInvalidError, [message, code, errorData]);
|
|
709
|
+
_this51.name = 'BadRequest_RequestParamsInvalidError';
|
|
710
|
+
return _this51;
|
|
699
711
|
}
|
|
700
|
-
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError,
|
|
712
|
+
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError36);
|
|
701
713
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
|
702
714
|
}(BadRequestError);
|
|
703
715
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
|
704
|
-
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (
|
|
716
|
+
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError37) {
|
|
705
717
|
function BadRequest_RequestParamsRequiredError(message, code, errorData) {
|
|
706
|
-
var
|
|
718
|
+
var _this52;
|
|
707
719
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
return
|
|
720
|
+
_this52 = _callSuper(this, BadRequest_RequestParamsRequiredError, [message, code, errorData]);
|
|
721
|
+
_this52.name = 'BadRequest_RequestParamsRequiredError';
|
|
722
|
+
return _this52;
|
|
711
723
|
}
|
|
712
|
-
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError,
|
|
724
|
+
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError37);
|
|
713
725
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
|
714
726
|
}(BadRequestError);
|
|
715
727
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
|
716
|
-
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (
|
|
728
|
+
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError38) {
|
|
717
729
|
function BadRequest_SearchAllOnChildPathError(message, code, errorData) {
|
|
718
|
-
var
|
|
730
|
+
var _this53;
|
|
719
731
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
return
|
|
732
|
+
_this53 = _callSuper(this, BadRequest_SearchAllOnChildPathError, [message, code, errorData]);
|
|
733
|
+
_this53.name = 'BadRequest_SearchAllOnChildPathError';
|
|
734
|
+
return _this53;
|
|
723
735
|
}
|
|
724
|
-
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError,
|
|
736
|
+
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError38);
|
|
725
737
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
|
726
738
|
}(BadRequestError);
|
|
727
739
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
|
728
|
-
var BadRequest_UnrecognizedSortIndexError = exports.BadRequest_UnrecognizedSortIndexError = /*#__PURE__*/function (
|
|
740
|
+
var BadRequest_UnrecognizedSortIndexError = exports.BadRequest_UnrecognizedSortIndexError = /*#__PURE__*/function (_BadRequestError39) {
|
|
729
741
|
function BadRequest_UnrecognizedSortIndexError(message, code, errorData) {
|
|
730
|
-
var
|
|
742
|
+
var _this54;
|
|
731
743
|
(0, _classCallCheck2.default)(this, BadRequest_UnrecognizedSortIndexError);
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
return
|
|
744
|
+
_this54 = _callSuper(this, BadRequest_UnrecognizedSortIndexError, [message, code, errorData]);
|
|
745
|
+
_this54.name = 'BadRequest_UnrecognizedSortIndexError';
|
|
746
|
+
return _this54;
|
|
735
747
|
}
|
|
736
|
-
(0, _inherits2.default)(BadRequest_UnrecognizedSortIndexError,
|
|
748
|
+
(0, _inherits2.default)(BadRequest_UnrecognizedSortIndexError, _BadRequestError39);
|
|
737
749
|
return (0, _createClass2.default)(BadRequest_UnrecognizedSortIndexError);
|
|
738
750
|
}(BadRequestError);
|
|
739
751
|
errorClasses.BadRequest_UnrecognizedSortIndexError = BadRequest_UnrecognizedSortIndexError;
|
|
740
|
-
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (
|
|
752
|
+
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError40) {
|
|
741
753
|
function BadRequest_UnsupportedCurrencyError(message, code, errorData) {
|
|
742
|
-
var
|
|
754
|
+
var _this55;
|
|
743
755
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
return
|
|
756
|
+
_this55 = _callSuper(this, BadRequest_UnsupportedCurrencyError, [message, code, errorData]);
|
|
757
|
+
_this55.name = 'BadRequest_UnsupportedCurrencyError';
|
|
758
|
+
return _this55;
|
|
747
759
|
}
|
|
748
|
-
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError,
|
|
760
|
+
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError40);
|
|
749
761
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
|
750
762
|
}(BadRequestError);
|
|
751
763
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
|
752
|
-
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (
|
|
764
|
+
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError41) {
|
|
753
765
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code, errorData) {
|
|
754
|
-
var
|
|
766
|
+
var _this56;
|
|
755
767
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
return
|
|
768
|
+
_this56 = _callSuper(this, BadRequest_UnsupportedHttpResponseFormatError, [message, code, errorData]);
|
|
769
|
+
_this56.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
|
770
|
+
return _this56;
|
|
759
771
|
}
|
|
760
|
-
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError,
|
|
772
|
+
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError41);
|
|
761
773
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
|
762
774
|
}(BadRequestError);
|
|
763
775
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
|
764
|
-
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (
|
|
776
|
+
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError42) {
|
|
765
777
|
function BadRequest_UnsupportedMediaTypeError(message, code, errorData) {
|
|
766
|
-
var
|
|
778
|
+
var _this57;
|
|
767
779
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
return
|
|
780
|
+
_this57 = _callSuper(this, BadRequest_UnsupportedMediaTypeError, [message, code, errorData]);
|
|
781
|
+
_this57.name = 'BadRequest_UnsupportedMediaTypeError';
|
|
782
|
+
return _this57;
|
|
771
783
|
}
|
|
772
|
-
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError,
|
|
784
|
+
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError42);
|
|
773
785
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
|
774
786
|
}(BadRequestError);
|
|
775
787
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
|
776
|
-
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (
|
|
788
|
+
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError43) {
|
|
777
789
|
function BadRequest_UserIdInvalidError(message, code, errorData) {
|
|
778
|
-
var
|
|
790
|
+
var _this58;
|
|
779
791
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
return
|
|
792
|
+
_this58 = _callSuper(this, BadRequest_UserIdInvalidError, [message, code, errorData]);
|
|
793
|
+
_this58.name = 'BadRequest_UserIdInvalidError';
|
|
794
|
+
return _this58;
|
|
783
795
|
}
|
|
784
|
-
(0, _inherits2.default)(BadRequest_UserIdInvalidError,
|
|
796
|
+
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError43);
|
|
785
797
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
|
786
798
|
}(BadRequestError);
|
|
787
799
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
|
788
|
-
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (
|
|
800
|
+
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError44) {
|
|
789
801
|
function BadRequest_UserIdOnUserEndpointError(message, code, errorData) {
|
|
790
|
-
var
|
|
802
|
+
var _this59;
|
|
791
803
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
return
|
|
804
|
+
_this59 = _callSuper(this, BadRequest_UserIdOnUserEndpointError, [message, code, errorData]);
|
|
805
|
+
_this59.name = 'BadRequest_UserIdOnUserEndpointError';
|
|
806
|
+
return _this59;
|
|
795
807
|
}
|
|
796
|
-
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError,
|
|
808
|
+
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError44);
|
|
797
809
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
|
798
810
|
}(BadRequestError);
|
|
799
811
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
|
800
|
-
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (
|
|
812
|
+
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError45) {
|
|
801
813
|
function BadRequest_UserRequiredError(message, code, errorData) {
|
|
802
|
-
var
|
|
814
|
+
var _this60;
|
|
803
815
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
return
|
|
816
|
+
_this60 = _callSuper(this, BadRequest_UserRequiredError, [message, code, errorData]);
|
|
817
|
+
_this60.name = 'BadRequest_UserRequiredError';
|
|
818
|
+
return _this60;
|
|
807
819
|
}
|
|
808
|
-
(0, _inherits2.default)(BadRequest_UserRequiredError,
|
|
820
|
+
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError45);
|
|
809
821
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
|
810
822
|
}(BadRequestError);
|
|
811
823
|
errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
|
812
824
|
var NotAuthenticated_AdditionalAuthenticationRequiredError = exports.NotAuthenticated_AdditionalAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
|
813
825
|
function NotAuthenticated_AdditionalAuthenticationRequiredError(message, code, errorData) {
|
|
814
|
-
var
|
|
826
|
+
var _this61;
|
|
815
827
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AdditionalAuthenticationRequiredError);
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
return
|
|
828
|
+
_this61 = _callSuper(this, NotAuthenticated_AdditionalAuthenticationRequiredError, [message, code, errorData]);
|
|
829
|
+
_this61.name = 'NotAuthenticated_AdditionalAuthenticationRequiredError';
|
|
830
|
+
return _this61;
|
|
819
831
|
}
|
|
820
832
|
(0, _inherits2.default)(NotAuthenticated_AdditionalAuthenticationRequiredError, _NotAuthenticatedErro);
|
|
821
833
|
return (0, _createClass2.default)(NotAuthenticated_AdditionalAuthenticationRequiredError);
|
|
@@ -823,11 +835,11 @@ var NotAuthenticated_AdditionalAuthenticationRequiredError = exports.NotAuthenti
|
|
|
823
835
|
errorClasses.NotAuthenticated_AdditionalAuthenticationRequiredError = NotAuthenticated_AdditionalAuthenticationRequiredError;
|
|
824
836
|
var NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_ApiKeySessionsNotSupportedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
|
825
837
|
function NotAuthenticated_ApiKeySessionsNotSupportedError(message, code, errorData) {
|
|
826
|
-
var
|
|
838
|
+
var _this62;
|
|
827
839
|
(0, _classCallCheck2.default)(this, NotAuthenticated_ApiKeySessionsNotSupportedError);
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
return
|
|
840
|
+
_this62 = _callSuper(this, NotAuthenticated_ApiKeySessionsNotSupportedError, [message, code, errorData]);
|
|
841
|
+
_this62.name = 'NotAuthenticated_ApiKeySessionsNotSupportedError';
|
|
842
|
+
return _this62;
|
|
831
843
|
}
|
|
832
844
|
(0, _inherits2.default)(NotAuthenticated_ApiKeySessionsNotSupportedError, _NotAuthenticatedErro2);
|
|
833
845
|
return (0, _createClass2.default)(NotAuthenticated_ApiKeySessionsNotSupportedError);
|
|
@@ -835,11 +847,11 @@ var NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_
|
|
|
835
847
|
errorClasses.NotAuthenticated_ApiKeySessionsNotSupportedError = NotAuthenticated_ApiKeySessionsNotSupportedError;
|
|
836
848
|
var NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
|
837
849
|
function NotAuthenticated_AuthenticationRequiredError(message, code, errorData) {
|
|
838
|
-
var
|
|
850
|
+
var _this63;
|
|
839
851
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
return
|
|
852
|
+
_this63 = _callSuper(this, NotAuthenticated_AuthenticationRequiredError, [message, code, errorData]);
|
|
853
|
+
_this63.name = 'NotAuthenticated_AuthenticationRequiredError';
|
|
854
|
+
return _this63;
|
|
843
855
|
}
|
|
844
856
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro3);
|
|
845
857
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
|
@@ -847,11 +859,11 @@ var NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_Auth
|
|
|
847
859
|
errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
|
848
860
|
var NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
|
849
861
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code, errorData) {
|
|
850
|
-
var
|
|
862
|
+
var _this64;
|
|
851
863
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
return
|
|
864
|
+
_this64 = _callSuper(this, NotAuthenticated_BundleRegistrationCodeFailedError, [message, code, errorData]);
|
|
865
|
+
_this64.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
|
866
|
+
return _this64;
|
|
855
867
|
}
|
|
856
868
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro4);
|
|
857
869
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
|
@@ -859,11 +871,11 @@ var NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticate
|
|
|
859
871
|
errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
|
860
872
|
var NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
|
861
873
|
function NotAuthenticated_FilesAgentTokenFailedError(message, code, errorData) {
|
|
862
|
-
var
|
|
874
|
+
var _this65;
|
|
863
875
|
(0, _classCallCheck2.default)(this, NotAuthenticated_FilesAgentTokenFailedError);
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
return
|
|
876
|
+
_this65 = _callSuper(this, NotAuthenticated_FilesAgentTokenFailedError, [message, code, errorData]);
|
|
877
|
+
_this65.name = 'NotAuthenticated_FilesAgentTokenFailedError';
|
|
878
|
+
return _this65;
|
|
867
879
|
}
|
|
868
880
|
(0, _inherits2.default)(NotAuthenticated_FilesAgentTokenFailedError, _NotAuthenticatedErro5);
|
|
869
881
|
return (0, _createClass2.default)(NotAuthenticated_FilesAgentTokenFailedError);
|
|
@@ -871,11 +883,11 @@ var NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_Files
|
|
|
871
883
|
errorClasses.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
|
|
872
884
|
var NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
|
873
885
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code, errorData) {
|
|
874
|
-
var
|
|
886
|
+
var _this66;
|
|
875
887
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
return
|
|
888
|
+
_this66 = _callSuper(this, NotAuthenticated_InboxRegistrationCodeFailedError, [message, code, errorData]);
|
|
889
|
+
_this66.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
|
890
|
+
return _this66;
|
|
879
891
|
}
|
|
880
892
|
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro6);
|
|
881
893
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
|
@@ -883,11 +895,11 @@ var NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated
|
|
|
883
895
|
errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
|
884
896
|
var NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
|
885
897
|
function NotAuthenticated_InvalidCredentialsError(message, code, errorData) {
|
|
886
|
-
var
|
|
898
|
+
var _this67;
|
|
887
899
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
return
|
|
900
|
+
_this67 = _callSuper(this, NotAuthenticated_InvalidCredentialsError, [message, code, errorData]);
|
|
901
|
+
_this67.name = 'NotAuthenticated_InvalidCredentialsError';
|
|
902
|
+
return _this67;
|
|
891
903
|
}
|
|
892
904
|
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro7);
|
|
893
905
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
|
@@ -895,11 +907,11 @@ var NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InvalidC
|
|
|
895
907
|
errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
|
896
908
|
var NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
|
897
909
|
function NotAuthenticated_InvalidOauthError(message, code, errorData) {
|
|
898
|
-
var
|
|
910
|
+
var _this68;
|
|
899
911
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
return
|
|
912
|
+
_this68 = _callSuper(this, NotAuthenticated_InvalidOauthError, [message, code, errorData]);
|
|
913
|
+
_this68.name = 'NotAuthenticated_InvalidOauthError';
|
|
914
|
+
return _this68;
|
|
903
915
|
}
|
|
904
916
|
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro8);
|
|
905
917
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
|
@@ -907,11 +919,11 @@ var NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidOauthEr
|
|
|
907
919
|
errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
|
908
920
|
var NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
|
909
921
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code, errorData) {
|
|
910
|
-
var
|
|
922
|
+
var _this69;
|
|
911
923
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
return
|
|
924
|
+
_this69 = _callSuper(this, NotAuthenticated_InvalidOrExpiredCodeError, [message, code, errorData]);
|
|
925
|
+
_this69.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
|
926
|
+
return _this69;
|
|
915
927
|
}
|
|
916
928
|
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro9);
|
|
917
929
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
|
@@ -919,11 +931,11 @@ var NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_Invali
|
|
|
919
931
|
errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
|
920
932
|
var NotAuthenticated_InvalidSessionError = exports.NotAuthenticated_InvalidSessionError = /*#__PURE__*/function (_NotAuthenticatedErro0) {
|
|
921
933
|
function NotAuthenticated_InvalidSessionError(message, code, errorData) {
|
|
922
|
-
var
|
|
934
|
+
var _this70;
|
|
923
935
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidSessionError);
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
return
|
|
936
|
+
_this70 = _callSuper(this, NotAuthenticated_InvalidSessionError, [message, code, errorData]);
|
|
937
|
+
_this70.name = 'NotAuthenticated_InvalidSessionError';
|
|
938
|
+
return _this70;
|
|
927
939
|
}
|
|
928
940
|
(0, _inherits2.default)(NotAuthenticated_InvalidSessionError, _NotAuthenticatedErro0);
|
|
929
941
|
return (0, _createClass2.default)(NotAuthenticated_InvalidSessionError);
|
|
@@ -931,11 +943,11 @@ var NotAuthenticated_InvalidSessionError = exports.NotAuthenticated_InvalidSessi
|
|
|
931
943
|
errorClasses.NotAuthenticated_InvalidSessionError = NotAuthenticated_InvalidSessionError;
|
|
932
944
|
var NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro1) {
|
|
933
945
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code, errorData) {
|
|
934
|
-
var
|
|
946
|
+
var _this71;
|
|
935
947
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
return
|
|
948
|
+
_this71 = _callSuper(this, NotAuthenticated_InvalidUsernameOrPasswordError, [message, code, errorData]);
|
|
949
|
+
_this71.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
|
950
|
+
return _this71;
|
|
939
951
|
}
|
|
940
952
|
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro1);
|
|
941
953
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
|
@@ -943,11 +955,11 @@ var NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_I
|
|
|
943
955
|
errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
|
944
956
|
var NotAuthenticated_LockedOutError = exports.NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
|
945
957
|
function NotAuthenticated_LockedOutError(message, code, errorData) {
|
|
946
|
-
var
|
|
958
|
+
var _this72;
|
|
947
959
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
return
|
|
960
|
+
_this72 = _callSuper(this, NotAuthenticated_LockedOutError, [message, code, errorData]);
|
|
961
|
+
_this72.name = 'NotAuthenticated_LockedOutError';
|
|
962
|
+
return _this72;
|
|
951
963
|
}
|
|
952
964
|
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro10);
|
|
953
965
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
|
@@ -955,11 +967,11 @@ var NotAuthenticated_LockedOutError = exports.NotAuthenticated_LockedOutError =
|
|
|
955
967
|
errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
|
956
968
|
var NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
|
957
969
|
function NotAuthenticated_LockoutRegionMismatchError(message, code, errorData) {
|
|
958
|
-
var
|
|
970
|
+
var _this73;
|
|
959
971
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
return
|
|
972
|
+
_this73 = _callSuper(this, NotAuthenticated_LockoutRegionMismatchError, [message, code, errorData]);
|
|
973
|
+
_this73.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
|
974
|
+
return _this73;
|
|
963
975
|
}
|
|
964
976
|
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro11);
|
|
965
977
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
|
@@ -967,11 +979,11 @@ var NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_Locko
|
|
|
967
979
|
errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
|
968
980
|
var NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
|
969
981
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code, errorData) {
|
|
970
|
-
var
|
|
982
|
+
var _this74;
|
|
971
983
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
return
|
|
984
|
+
_this74 = _callSuper(this, NotAuthenticated_OneTimePasswordIncorrectError, [message, code, errorData]);
|
|
985
|
+
_this74.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
|
986
|
+
return _this74;
|
|
975
987
|
}
|
|
976
988
|
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro12);
|
|
977
989
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
|
@@ -979,11 +991,11 @@ var NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_On
|
|
|
979
991
|
errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
|
980
992
|
var NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro13) {
|
|
981
993
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code, errorData) {
|
|
982
|
-
var
|
|
994
|
+
var _this75;
|
|
983
995
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
return
|
|
996
|
+
_this75 = _callSuper(this, NotAuthenticated_TwoFactorAuthenticationErrorError, [message, code, errorData]);
|
|
997
|
+
_this75.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
|
998
|
+
return _this75;
|
|
987
999
|
}
|
|
988
1000
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro13);
|
|
989
1001
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
|
@@ -991,11 +1003,11 @@ var NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticate
|
|
|
991
1003
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
|
992
1004
|
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro14) {
|
|
993
1005
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code, errorData) {
|
|
994
|
-
var
|
|
1006
|
+
var _this76;
|
|
995
1007
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
return
|
|
1008
|
+
_this76 = _callSuper(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, [message, code, errorData]);
|
|
1009
|
+
_this76.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
|
1010
|
+
return _this76;
|
|
999
1011
|
}
|
|
1000
1012
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro14);
|
|
1001
1013
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
|
@@ -1003,11 +1015,11 @@ var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthe
|
|
|
1003
1015
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
|
1004
1016
|
var NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
|
1005
1017
|
function NotAuthorized_ApiKeyIsDisabledError(message, code, errorData) {
|
|
1006
|
-
var
|
|
1018
|
+
var _this77;
|
|
1007
1019
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
return
|
|
1020
|
+
_this77 = _callSuper(this, NotAuthorized_ApiKeyIsDisabledError, [message, code, errorData]);
|
|
1021
|
+
_this77.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
|
1022
|
+
return _this77;
|
|
1011
1023
|
}
|
|
1012
1024
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
|
1013
1025
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
|
@@ -1015,11 +1027,11 @@ var NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorized_ApiKeyIsDisabled
|
|
|
1015
1027
|
errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
|
1016
1028
|
var NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
|
1017
1029
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code, errorData) {
|
|
1018
|
-
var
|
|
1030
|
+
var _this78;
|
|
1019
1031
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
return
|
|
1032
|
+
_this78 = _callSuper(this, NotAuthorized_ApiKeyIsPathRestrictedError, [message, code, errorData]);
|
|
1033
|
+
_this78.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
|
1034
|
+
return _this78;
|
|
1023
1035
|
}
|
|
1024
1036
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
|
1025
1037
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
|
@@ -1027,11 +1039,11 @@ var NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsPa
|
|
|
1027
1039
|
errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
|
1028
1040
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
|
1029
1041
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code, errorData) {
|
|
1030
|
-
var
|
|
1042
|
+
var _this79;
|
|
1031
1043
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
return
|
|
1044
|
+
_this79 = _callSuper(this, NotAuthorized_ApiKeyOnlyForDesktopAppError, [message, code, errorData]);
|
|
1045
|
+
_this79.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
|
1046
|
+
return _this79;
|
|
1035
1047
|
}
|
|
1036
1048
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
|
1037
1049
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
|
@@ -1039,11 +1051,11 @@ var NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyOnl
|
|
|
1039
1051
|
errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
|
1040
1052
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
|
1041
1053
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code, errorData) {
|
|
1042
|
-
var
|
|
1054
|
+
var _this80;
|
|
1043
1055
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
return
|
|
1056
|
+
_this80 = _callSuper(this, NotAuthorized_ApiKeyOnlyForMobileAppError, [message, code, errorData]);
|
|
1057
|
+
_this80.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
|
1058
|
+
return _this80;
|
|
1047
1059
|
}
|
|
1048
1060
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
|
1049
1061
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
|
@@ -1051,11 +1063,11 @@ var NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnly
|
|
|
1051
1063
|
errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
|
1052
1064
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
|
1053
1065
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code, errorData) {
|
|
1054
|
-
var
|
|
1066
|
+
var _this81;
|
|
1055
1067
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
return
|
|
1068
|
+
_this81 = _callSuper(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, [message, code, errorData]);
|
|
1069
|
+
_this81.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
|
1070
|
+
return _this81;
|
|
1059
1071
|
}
|
|
1060
1072
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
|
1061
1073
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
|
@@ -1063,11 +1075,11 @@ var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_Ap
|
|
|
1063
1075
|
errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
|
1064
1076
|
var NotAuthorized_BillingOrSiteAdminPermissionRequiredError = exports.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
|
1065
1077
|
function NotAuthorized_BillingOrSiteAdminPermissionRequiredError(message, code, errorData) {
|
|
1066
|
-
var
|
|
1078
|
+
var _this82;
|
|
1067
1079
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingOrSiteAdminPermissionRequiredError);
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
return
|
|
1080
|
+
_this82 = _callSuper(this, NotAuthorized_BillingOrSiteAdminPermissionRequiredError, [message, code, errorData]);
|
|
1081
|
+
_this82.name = 'NotAuthorized_BillingOrSiteAdminPermissionRequiredError';
|
|
1082
|
+
return _this82;
|
|
1071
1083
|
}
|
|
1072
1084
|
(0, _inherits2.default)(NotAuthorized_BillingOrSiteAdminPermissionRequiredError, _NotAuthorizedError6);
|
|
1073
1085
|
return (0, _createClass2.default)(NotAuthorized_BillingOrSiteAdminPermissionRequiredError);
|
|
@@ -1075,11 +1087,11 @@ var NotAuthorized_BillingOrSiteAdminPermissionRequiredError = exports.NotAuthori
|
|
|
1075
1087
|
errorClasses.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = NotAuthorized_BillingOrSiteAdminPermissionRequiredError;
|
|
1076
1088
|
var NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
|
1077
1089
|
function NotAuthorized_BillingPermissionRequiredError(message, code, errorData) {
|
|
1078
|
-
var
|
|
1090
|
+
var _this83;
|
|
1079
1091
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
return
|
|
1092
|
+
_this83 = _callSuper(this, NotAuthorized_BillingPermissionRequiredError, [message, code, errorData]);
|
|
1093
|
+
_this83.name = 'NotAuthorized_BillingPermissionRequiredError';
|
|
1094
|
+
return _this83;
|
|
1083
1095
|
}
|
|
1084
1096
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError7);
|
|
1085
1097
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
|
@@ -1087,11 +1099,11 @@ var NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_Billing
|
|
|
1087
1099
|
errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
|
1088
1100
|
var NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
|
1089
1101
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code, errorData) {
|
|
1090
|
-
var
|
|
1102
|
+
var _this84;
|
|
1091
1103
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
return
|
|
1104
|
+
_this84 = _callSuper(this, NotAuthorized_BundleMaximumUsesReachedError, [message, code, errorData]);
|
|
1105
|
+
_this84.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
|
1106
|
+
return _this84;
|
|
1095
1107
|
}
|
|
1096
1108
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError8);
|
|
1097
1109
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
|
@@ -1099,11 +1111,11 @@ var NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BundleMa
|
|
|
1099
1111
|
errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
|
1100
1112
|
var NotAuthorized_BundlePermissionRequiredError = exports.NotAuthorized_BundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
|
1101
1113
|
function NotAuthorized_BundlePermissionRequiredError(message, code, errorData) {
|
|
1102
|
-
var
|
|
1114
|
+
var _this85;
|
|
1103
1115
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundlePermissionRequiredError);
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
return
|
|
1116
|
+
_this85 = _callSuper(this, NotAuthorized_BundlePermissionRequiredError, [message, code, errorData]);
|
|
1117
|
+
_this85.name = 'NotAuthorized_BundlePermissionRequiredError';
|
|
1118
|
+
return _this85;
|
|
1107
1119
|
}
|
|
1108
1120
|
(0, _inherits2.default)(NotAuthorized_BundlePermissionRequiredError, _NotAuthorizedError9);
|
|
1109
1121
|
return (0, _createClass2.default)(NotAuthorized_BundlePermissionRequiredError);
|
|
@@ -1111,11 +1123,11 @@ var NotAuthorized_BundlePermissionRequiredError = exports.NotAuthorized_BundlePe
|
|
|
1111
1123
|
errorClasses.NotAuthorized_BundlePermissionRequiredError = NotAuthorized_BundlePermissionRequiredError;
|
|
1112
1124
|
var NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError0) {
|
|
1113
1125
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code, errorData) {
|
|
1114
|
-
var
|
|
1126
|
+
var _this86;
|
|
1115
1127
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
return
|
|
1128
|
+
_this86 = _callSuper(this, NotAuthorized_CannotLoginWhileUsingKeyError, [message, code, errorData]);
|
|
1129
|
+
_this86.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
|
1130
|
+
return _this86;
|
|
1119
1131
|
}
|
|
1120
1132
|
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError0);
|
|
1121
1133
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
|
@@ -1123,11 +1135,11 @@ var NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_CannotLo
|
|
|
1123
1135
|
errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
|
1124
1136
|
var NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError1) {
|
|
1125
1137
|
function NotAuthorized_CantActForOtherUserError(message, code, errorData) {
|
|
1126
|
-
var
|
|
1138
|
+
var _this87;
|
|
1127
1139
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
return
|
|
1140
|
+
_this87 = _callSuper(this, NotAuthorized_CantActForOtherUserError, [message, code, errorData]);
|
|
1141
|
+
_this87.name = 'NotAuthorized_CantActForOtherUserError';
|
|
1142
|
+
return _this87;
|
|
1131
1143
|
}
|
|
1132
1144
|
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError1);
|
|
1133
1145
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
|
@@ -1135,11 +1147,11 @@ var NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CantActForOth
|
|
|
1135
1147
|
errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
|
1136
1148
|
var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
|
1137
1149
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code, errorData) {
|
|
1138
|
-
var
|
|
1150
|
+
var _this88;
|
|
1139
1151
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
return
|
|
1152
|
+
_this88 = _callSuper(this, NotAuthorized_ContactAdminForPasswordChangeHelpError, [message, code, errorData]);
|
|
1153
|
+
_this88.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
|
1154
|
+
return _this88;
|
|
1143
1155
|
}
|
|
1144
1156
|
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
|
1145
1157
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
|
@@ -1147,11 +1159,11 @@ var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized
|
|
|
1147
1159
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
|
1148
1160
|
var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
|
1149
1161
|
function NotAuthorized_FilesAgentFailedAuthorizationError(message, code, errorData) {
|
|
1150
|
-
var
|
|
1162
|
+
var _this89;
|
|
1151
1163
|
(0, _classCallCheck2.default)(this, NotAuthorized_FilesAgentFailedAuthorizationError);
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
return
|
|
1164
|
+
_this89 = _callSuper(this, NotAuthorized_FilesAgentFailedAuthorizationError, [message, code, errorData]);
|
|
1165
|
+
_this89.name = 'NotAuthorized_FilesAgentFailedAuthorizationError';
|
|
1166
|
+
return _this89;
|
|
1155
1167
|
}
|
|
1156
1168
|
(0, _inherits2.default)(NotAuthorized_FilesAgentFailedAuthorizationError, _NotAuthorizedError11);
|
|
1157
1169
|
return (0, _createClass2.default)(NotAuthorized_FilesAgentFailedAuthorizationError);
|
|
@@ -1159,11 +1171,11 @@ var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_Fil
|
|
|
1159
1171
|
errorClasses.NotAuthorized_FilesAgentFailedAuthorizationError = NotAuthorized_FilesAgentFailedAuthorizationError;
|
|
1160
1172
|
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
|
1161
1173
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code, errorData) {
|
|
1162
|
-
var
|
|
1174
|
+
var _this90;
|
|
1163
1175
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
return
|
|
1176
|
+
_this90 = _callSuper(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError, [message, code, errorData]);
|
|
1177
|
+
_this90.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
|
1178
|
+
return _this90;
|
|
1167
1179
|
}
|
|
1168
1180
|
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError12);
|
|
1169
1181
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
|
@@ -1171,11 +1183,11 @@ var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAutho
|
|
|
1171
1183
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
|
1172
1184
|
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
|
1173
1185
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code, errorData) {
|
|
1174
|
-
var
|
|
1186
|
+
var _this91;
|
|
1175
1187
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
return
|
|
1188
|
+
_this91 = _callSuper(this, NotAuthorized_FolderAdminPermissionRequiredError, [message, code, errorData]);
|
|
1189
|
+
_this91.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
|
1190
|
+
return _this91;
|
|
1179
1191
|
}
|
|
1180
1192
|
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError13);
|
|
1181
1193
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
|
@@ -1183,11 +1195,11 @@ var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_Fol
|
|
|
1183
1195
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
|
1184
1196
|
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
|
1185
1197
|
function NotAuthorized_FullPermissionRequiredError(message, code, errorData) {
|
|
1186
|
-
var
|
|
1198
|
+
var _this92;
|
|
1187
1199
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
return
|
|
1200
|
+
_this92 = _callSuper(this, NotAuthorized_FullPermissionRequiredError, [message, code, errorData]);
|
|
1201
|
+
_this92.name = 'NotAuthorized_FullPermissionRequiredError';
|
|
1202
|
+
return _this92;
|
|
1191
1203
|
}
|
|
1192
1204
|
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError14);
|
|
1193
1205
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
|
@@ -1195,11 +1207,11 @@ var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermis
|
|
|
1195
1207
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
|
1196
1208
|
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
|
1197
1209
|
function NotAuthorized_HistoryPermissionRequiredError(message, code, errorData) {
|
|
1198
|
-
var
|
|
1210
|
+
var _this93;
|
|
1199
1211
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
return
|
|
1212
|
+
_this93 = _callSuper(this, NotAuthorized_HistoryPermissionRequiredError, [message, code, errorData]);
|
|
1213
|
+
_this93.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
|
1214
|
+
return _this93;
|
|
1203
1215
|
}
|
|
1204
1216
|
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError15);
|
|
1205
1217
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
|
@@ -1207,11 +1219,11 @@ var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_History
|
|
|
1207
1219
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
|
1208
1220
|
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
|
1209
1221
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code, errorData) {
|
|
1210
|
-
var
|
|
1222
|
+
var _this94;
|
|
1211
1223
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
return
|
|
1224
|
+
_this94 = _callSuper(this, NotAuthorized_InsufficientPermissionForParamsError, [message, code, errorData]);
|
|
1225
|
+
_this94.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
|
1226
|
+
return _this94;
|
|
1215
1227
|
}
|
|
1216
1228
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError16);
|
|
1217
1229
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
|
@@ -1219,11 +1231,11 @@ var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_I
|
|
|
1219
1231
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
|
1220
1232
|
var NotAuthorized_InsufficientPermissionForSiteError = exports.NotAuthorized_InsufficientPermissionForSiteError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
|
1221
1233
|
function NotAuthorized_InsufficientPermissionForSiteError(message, code, errorData) {
|
|
1222
|
-
var
|
|
1234
|
+
var _this95;
|
|
1223
1235
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForSiteError);
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
return
|
|
1236
|
+
_this95 = _callSuper(this, NotAuthorized_InsufficientPermissionForSiteError, [message, code, errorData]);
|
|
1237
|
+
_this95.name = 'NotAuthorized_InsufficientPermissionForSiteError';
|
|
1238
|
+
return _this95;
|
|
1227
1239
|
}
|
|
1228
1240
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForSiteError, _NotAuthorizedError17);
|
|
1229
1241
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForSiteError);
|
|
@@ -1231,11 +1243,11 @@ var NotAuthorized_InsufficientPermissionForSiteError = exports.NotAuthorized_Ins
|
|
|
1231
1243
|
errorClasses.NotAuthorized_InsufficientPermissionForSiteError = NotAuthorized_InsufficientPermissionForSiteError;
|
|
1232
1244
|
var NotAuthorized_MoverAccessDeniedError = exports.NotAuthorized_MoverAccessDeniedError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
|
1233
1245
|
function NotAuthorized_MoverAccessDeniedError(message, code, errorData) {
|
|
1234
|
-
var
|
|
1246
|
+
var _this96;
|
|
1235
1247
|
(0, _classCallCheck2.default)(this, NotAuthorized_MoverAccessDeniedError);
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
return
|
|
1248
|
+
_this96 = _callSuper(this, NotAuthorized_MoverAccessDeniedError, [message, code, errorData]);
|
|
1249
|
+
_this96.name = 'NotAuthorized_MoverAccessDeniedError';
|
|
1250
|
+
return _this96;
|
|
1239
1251
|
}
|
|
1240
1252
|
(0, _inherits2.default)(NotAuthorized_MoverAccessDeniedError, _NotAuthorizedError18);
|
|
1241
1253
|
return (0, _createClass2.default)(NotAuthorized_MoverAccessDeniedError);
|
|
@@ -1243,11 +1255,11 @@ var NotAuthorized_MoverAccessDeniedError = exports.NotAuthorized_MoverAccessDeni
|
|
|
1243
1255
|
errorClasses.NotAuthorized_MoverAccessDeniedError = NotAuthorized_MoverAccessDeniedError;
|
|
1244
1256
|
var NotAuthorized_MoverPackageRequiredError = exports.NotAuthorized_MoverPackageRequiredError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
|
1245
1257
|
function NotAuthorized_MoverPackageRequiredError(message, code, errorData) {
|
|
1246
|
-
var
|
|
1258
|
+
var _this97;
|
|
1247
1259
|
(0, _classCallCheck2.default)(this, NotAuthorized_MoverPackageRequiredError);
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
return
|
|
1260
|
+
_this97 = _callSuper(this, NotAuthorized_MoverPackageRequiredError, [message, code, errorData]);
|
|
1261
|
+
_this97.name = 'NotAuthorized_MoverPackageRequiredError';
|
|
1262
|
+
return _this97;
|
|
1251
1263
|
}
|
|
1252
1264
|
(0, _inherits2.default)(NotAuthorized_MoverPackageRequiredError, _NotAuthorizedError19);
|
|
1253
1265
|
return (0, _createClass2.default)(NotAuthorized_MoverPackageRequiredError);
|
|
@@ -1255,11 +1267,11 @@ var NotAuthorized_MoverPackageRequiredError = exports.NotAuthorized_MoverPackage
|
|
|
1255
1267
|
errorClasses.NotAuthorized_MoverPackageRequiredError = NotAuthorized_MoverPackageRequiredError;
|
|
1256
1268
|
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
|
1257
1269
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code, errorData) {
|
|
1258
|
-
var
|
|
1270
|
+
var _this98;
|
|
1259
1271
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
return
|
|
1272
|
+
_this98 = _callSuper(this, NotAuthorized_MustAuthenticateWithApiKeyError, [message, code, errorData]);
|
|
1273
|
+
_this98.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
|
1274
|
+
return _this98;
|
|
1263
1275
|
}
|
|
1264
1276
|
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError20);
|
|
1265
1277
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
|
@@ -1267,11 +1279,11 @@ var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAu
|
|
|
1267
1279
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
|
1268
1280
|
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
|
1269
1281
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code, errorData) {
|
|
1270
|
-
var
|
|
1282
|
+
var _this99;
|
|
1271
1283
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
return
|
|
1284
|
+
_this99 = _callSuper(this, NotAuthorized_NeedAdminPermissionForInboxError, [message, code, errorData]);
|
|
1285
|
+
_this99.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
|
1286
|
+
return _this99;
|
|
1275
1287
|
}
|
|
1276
1288
|
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError21);
|
|
1277
1289
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
|
@@ -1279,11 +1291,11 @@ var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedA
|
|
|
1279
1291
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
|
1280
1292
|
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
|
1281
1293
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code, errorData) {
|
|
1282
|
-
var
|
|
1294
|
+
var _this100;
|
|
1283
1295
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
return
|
|
1296
|
+
_this100 = _callSuper(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError, [message, code, errorData]);
|
|
1297
|
+
_this100.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
|
1298
|
+
return _this100;
|
|
1287
1299
|
}
|
|
1288
1300
|
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError22);
|
|
1289
1301
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
|
@@ -1291,11 +1303,11 @@ var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_
|
|
|
1291
1303
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
|
1292
1304
|
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
|
1293
1305
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code, errorData) {
|
|
1294
|
-
var
|
|
1306
|
+
var _this101;
|
|
1295
1307
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
return
|
|
1308
|
+
_this101 = _callSuper(this, NotAuthorized_NotAllowedToCreateBundleError, [message, code, errorData]);
|
|
1309
|
+
_this101.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
|
1310
|
+
return _this101;
|
|
1299
1311
|
}
|
|
1300
1312
|
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError23);
|
|
1301
1313
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
|
@@ -1303,11 +1315,11 @@ var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllow
|
|
|
1303
1315
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
|
1304
1316
|
var NotAuthorized_NotEnqueuableSyncError = exports.NotAuthorized_NotEnqueuableSyncError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
|
1305
1317
|
function NotAuthorized_NotEnqueuableSyncError(message, code, errorData) {
|
|
1306
|
-
var
|
|
1318
|
+
var _this102;
|
|
1307
1319
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotEnqueuableSyncError);
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
return
|
|
1320
|
+
_this102 = _callSuper(this, NotAuthorized_NotEnqueuableSyncError, [message, code, errorData]);
|
|
1321
|
+
_this102.name = 'NotAuthorized_NotEnqueuableSyncError';
|
|
1322
|
+
return _this102;
|
|
1311
1323
|
}
|
|
1312
1324
|
(0, _inherits2.default)(NotAuthorized_NotEnqueuableSyncError, _NotAuthorizedError24);
|
|
1313
1325
|
return (0, _createClass2.default)(NotAuthorized_NotEnqueuableSyncError);
|
|
@@ -1315,11 +1327,11 @@ var NotAuthorized_NotEnqueuableSyncError = exports.NotAuthorized_NotEnqueuableSy
|
|
|
1315
1327
|
errorClasses.NotAuthorized_NotEnqueuableSyncError = NotAuthorized_NotEnqueuableSyncError;
|
|
1316
1328
|
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
|
1317
1329
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code, errorData) {
|
|
1318
|
-
var
|
|
1330
|
+
var _this103;
|
|
1319
1331
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
return
|
|
1332
|
+
_this103 = _callSuper(this, NotAuthorized_PasswordChangeNotRequiredError, [message, code, errorData]);
|
|
1333
|
+
_this103.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
|
1334
|
+
return _this103;
|
|
1323
1335
|
}
|
|
1324
1336
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError25);
|
|
1325
1337
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
|
@@ -1327,11 +1339,11 @@ var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_Passwor
|
|
|
1327
1339
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
|
1328
1340
|
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
|
1329
1341
|
function NotAuthorized_PasswordChangeRequiredError(message, code, errorData) {
|
|
1330
|
-
var
|
|
1342
|
+
var _this104;
|
|
1331
1343
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
return
|
|
1344
|
+
_this104 = _callSuper(this, NotAuthorized_PasswordChangeRequiredError, [message, code, errorData]);
|
|
1345
|
+
_this104.name = 'NotAuthorized_PasswordChangeRequiredError';
|
|
1346
|
+
return _this104;
|
|
1335
1347
|
}
|
|
1336
1348
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError26);
|
|
1337
1349
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
|
@@ -1339,11 +1351,11 @@ var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordCh
|
|
|
1339
1351
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
|
1340
1352
|
var NotAuthorized_PaymentMethodErrorError = exports.NotAuthorized_PaymentMethodErrorError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
|
1341
1353
|
function NotAuthorized_PaymentMethodErrorError(message, code, errorData) {
|
|
1342
|
-
var
|
|
1354
|
+
var _this105;
|
|
1343
1355
|
(0, _classCallCheck2.default)(this, NotAuthorized_PaymentMethodErrorError);
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
return
|
|
1356
|
+
_this105 = _callSuper(this, NotAuthorized_PaymentMethodErrorError, [message, code, errorData]);
|
|
1357
|
+
_this105.name = 'NotAuthorized_PaymentMethodErrorError';
|
|
1358
|
+
return _this105;
|
|
1347
1359
|
}
|
|
1348
1360
|
(0, _inherits2.default)(NotAuthorized_PaymentMethodErrorError, _NotAuthorizedError27);
|
|
1349
1361
|
return (0, _createClass2.default)(NotAuthorized_PaymentMethodErrorError);
|
|
@@ -1351,11 +1363,11 @@ var NotAuthorized_PaymentMethodErrorError = exports.NotAuthorized_PaymentMethodE
|
|
|
1351
1363
|
errorClasses.NotAuthorized_PaymentMethodErrorError = NotAuthorized_PaymentMethodErrorError;
|
|
1352
1364
|
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
|
1353
1365
|
function NotAuthorized_ReadOnlySessionError(message, code, errorData) {
|
|
1354
|
-
var
|
|
1366
|
+
var _this106;
|
|
1355
1367
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
return
|
|
1368
|
+
_this106 = _callSuper(this, NotAuthorized_ReadOnlySessionError, [message, code, errorData]);
|
|
1369
|
+
_this106.name = 'NotAuthorized_ReadOnlySessionError';
|
|
1370
|
+
return _this106;
|
|
1359
1371
|
}
|
|
1360
1372
|
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError28);
|
|
1361
1373
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
|
@@ -1363,11 +1375,11 @@ var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionEr
|
|
|
1363
1375
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
|
1364
1376
|
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
|
1365
1377
|
function NotAuthorized_ReadPermissionRequiredError(message, code, errorData) {
|
|
1366
|
-
var
|
|
1378
|
+
var _this107;
|
|
1367
1379
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
return
|
|
1380
|
+
_this107 = _callSuper(this, NotAuthorized_ReadPermissionRequiredError, [message, code, errorData]);
|
|
1381
|
+
_this107.name = 'NotAuthorized_ReadPermissionRequiredError';
|
|
1382
|
+
return _this107;
|
|
1371
1383
|
}
|
|
1372
1384
|
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError29);
|
|
1373
1385
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
|
@@ -1375,11 +1387,11 @@ var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermis
|
|
|
1375
1387
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
|
1376
1388
|
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
|
1377
1389
|
function NotAuthorized_ReauthenticationFailedError(message, code, errorData) {
|
|
1378
|
-
var
|
|
1390
|
+
var _this108;
|
|
1379
1391
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
return
|
|
1392
|
+
_this108 = _callSuper(this, NotAuthorized_ReauthenticationFailedError, [message, code, errorData]);
|
|
1393
|
+
_this108.name = 'NotAuthorized_ReauthenticationFailedError';
|
|
1394
|
+
return _this108;
|
|
1383
1395
|
}
|
|
1384
1396
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError30);
|
|
1385
1397
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
|
@@ -1387,11 +1399,11 @@ var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_Reauthenti
|
|
|
1387
1399
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
|
1388
1400
|
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
|
1389
1401
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code, errorData) {
|
|
1390
|
-
var
|
|
1402
|
+
var _this109;
|
|
1391
1403
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
return
|
|
1404
|
+
_this109 = _callSuper(this, NotAuthorized_ReauthenticationFailedFinalError, [message, code, errorData]);
|
|
1405
|
+
_this109.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
|
1406
|
+
return _this109;
|
|
1395
1407
|
}
|
|
1396
1408
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError31);
|
|
1397
1409
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
|
@@ -1399,11 +1411,11 @@ var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_Reaut
|
|
|
1399
1411
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
|
1400
1412
|
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
|
1401
1413
|
function NotAuthorized_ReauthenticationNeededActionError(message, code, errorData) {
|
|
1402
|
-
var
|
|
1414
|
+
var _this110;
|
|
1403
1415
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
return
|
|
1416
|
+
_this110 = _callSuper(this, NotAuthorized_ReauthenticationNeededActionError, [message, code, errorData]);
|
|
1417
|
+
_this110.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
|
1418
|
+
return _this110;
|
|
1407
1419
|
}
|
|
1408
1420
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError32);
|
|
1409
1421
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
|
@@ -1411,11 +1423,11 @@ var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_Reau
|
|
|
1411
1423
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
|
1412
1424
|
var NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_RecaptchaFailedError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
|
1413
1425
|
function NotAuthorized_RecaptchaFailedError(message, code, errorData) {
|
|
1414
|
-
var
|
|
1426
|
+
var _this111;
|
|
1415
1427
|
(0, _classCallCheck2.default)(this, NotAuthorized_RecaptchaFailedError);
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
return
|
|
1428
|
+
_this111 = _callSuper(this, NotAuthorized_RecaptchaFailedError, [message, code, errorData]);
|
|
1429
|
+
_this111.name = 'NotAuthorized_RecaptchaFailedError';
|
|
1430
|
+
return _this111;
|
|
1419
1431
|
}
|
|
1420
1432
|
(0, _inherits2.default)(NotAuthorized_RecaptchaFailedError, _NotAuthorizedError33);
|
|
1421
1433
|
return (0, _createClass2.default)(NotAuthorized_RecaptchaFailedError);
|
|
@@ -1423,11 +1435,11 @@ var NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_RecaptchaFailedEr
|
|
|
1423
1435
|
errorClasses.NotAuthorized_RecaptchaFailedError = NotAuthorized_RecaptchaFailedError;
|
|
1424
1436
|
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError34) {
|
|
1425
1437
|
function NotAuthorized_SelfManagedRequiredError(message, code, errorData) {
|
|
1426
|
-
var
|
|
1438
|
+
var _this112;
|
|
1427
1439
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
return
|
|
1440
|
+
_this112 = _callSuper(this, NotAuthorized_SelfManagedRequiredError, [message, code, errorData]);
|
|
1441
|
+
_this112.name = 'NotAuthorized_SelfManagedRequiredError';
|
|
1442
|
+
return _this112;
|
|
1431
1443
|
}
|
|
1432
1444
|
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError34);
|
|
1433
1445
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
|
@@ -1435,11 +1447,11 @@ var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRe
|
|
|
1435
1447
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
|
1436
1448
|
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError35) {
|
|
1437
1449
|
function NotAuthorized_SiteAdminRequiredError(message, code, errorData) {
|
|
1438
|
-
var
|
|
1450
|
+
var _this113;
|
|
1439
1451
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
return
|
|
1452
|
+
_this113 = _callSuper(this, NotAuthorized_SiteAdminRequiredError, [message, code, errorData]);
|
|
1453
|
+
_this113.name = 'NotAuthorized_SiteAdminRequiredError';
|
|
1454
|
+
return _this113;
|
|
1443
1455
|
}
|
|
1444
1456
|
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError35);
|
|
1445
1457
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
|
@@ -1447,11 +1459,11 @@ var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequir
|
|
|
1447
1459
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
|
1448
1460
|
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError36) {
|
|
1449
1461
|
function NotAuthorized_SiteFilesAreImmutableError(message, code, errorData) {
|
|
1450
|
-
var
|
|
1462
|
+
var _this114;
|
|
1451
1463
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
return
|
|
1464
|
+
_this114 = _callSuper(this, NotAuthorized_SiteFilesAreImmutableError, [message, code, errorData]);
|
|
1465
|
+
_this114.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
|
1466
|
+
return _this114;
|
|
1455
1467
|
}
|
|
1456
1468
|
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError36);
|
|
1457
1469
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
|
@@ -1459,11 +1471,11 @@ var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAr
|
|
|
1459
1471
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
|
1460
1472
|
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError37) {
|
|
1461
1473
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code, errorData) {
|
|
1462
|
-
var
|
|
1474
|
+
var _this115;
|
|
1463
1475
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
return
|
|
1476
|
+
_this115 = _callSuper(this, NotAuthorized_TwoFactorAuthenticationRequiredError, [message, code, errorData]);
|
|
1477
|
+
_this115.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
|
1478
|
+
return _this115;
|
|
1467
1479
|
}
|
|
1468
1480
|
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError37);
|
|
1469
1481
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
|
@@ -1471,11 +1483,11 @@ var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_T
|
|
|
1471
1483
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
|
1472
1484
|
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError38) {
|
|
1473
1485
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code, errorData) {
|
|
1474
|
-
var
|
|
1486
|
+
var _this116;
|
|
1475
1487
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
return
|
|
1488
|
+
_this116 = _callSuper(this, NotAuthorized_UserIdWithoutSiteAdminError, [message, code, errorData]);
|
|
1489
|
+
_this116.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
|
1490
|
+
return _this116;
|
|
1479
1491
|
}
|
|
1480
1492
|
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError38);
|
|
1481
1493
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
|
@@ -1483,11 +1495,11 @@ var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWith
|
|
|
1483
1495
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
|
1484
1496
|
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError39) {
|
|
1485
1497
|
function NotAuthorized_WriteAndBundlePermissionRequiredError(message, code, errorData) {
|
|
1486
|
-
var
|
|
1498
|
+
var _this117;
|
|
1487
1499
|
(0, _classCallCheck2.default)(this, NotAuthorized_WriteAndBundlePermissionRequiredError);
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
return
|
|
1500
|
+
_this117 = _callSuper(this, NotAuthorized_WriteAndBundlePermissionRequiredError, [message, code, errorData]);
|
|
1501
|
+
_this117.name = 'NotAuthorized_WriteAndBundlePermissionRequiredError';
|
|
1502
|
+
return _this117;
|
|
1491
1503
|
}
|
|
1492
1504
|
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError, _NotAuthorizedError39);
|
|
1493
1505
|
return (0, _createClass2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
|
@@ -1495,11 +1507,11 @@ var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_
|
|
|
1495
1507
|
errorClasses.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
|
1496
1508
|
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError40) {
|
|
1497
1509
|
function NotAuthorized_WritePermissionRequiredError(message, code, errorData) {
|
|
1498
|
-
var
|
|
1510
|
+
var _this118;
|
|
1499
1511
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
return
|
|
1512
|
+
_this118 = _callSuper(this, NotAuthorized_WritePermissionRequiredError, [message, code, errorData]);
|
|
1513
|
+
_this118.name = 'NotAuthorized_WritePermissionRequiredError';
|
|
1514
|
+
return _this118;
|
|
1503
1515
|
}
|
|
1504
1516
|
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError40);
|
|
1505
1517
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
|
@@ -1507,11 +1519,11 @@ var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePerm
|
|
|
1507
1519
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
|
1508
1520
|
var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
|
1509
1521
|
function NotFound_ApiKeyNotFoundError(message, code, errorData) {
|
|
1510
|
-
var
|
|
1522
|
+
var _this119;
|
|
1511
1523
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
return
|
|
1524
|
+
_this119 = _callSuper(this, NotFound_ApiKeyNotFoundError, [message, code, errorData]);
|
|
1525
|
+
_this119.name = 'NotFound_ApiKeyNotFoundError';
|
|
1526
|
+
return _this119;
|
|
1515
1527
|
}
|
|
1516
1528
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
|
1517
1529
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
|
@@ -1519,11 +1531,11 @@ var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__P
|
|
|
1519
1531
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
|
1520
1532
|
var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
|
1521
1533
|
function NotFound_BundlePathNotFoundError(message, code, errorData) {
|
|
1522
|
-
var
|
|
1534
|
+
var _this120;
|
|
1523
1535
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
return
|
|
1536
|
+
_this120 = _callSuper(this, NotFound_BundlePathNotFoundError, [message, code, errorData]);
|
|
1537
|
+
_this120.name = 'NotFound_BundlePathNotFoundError';
|
|
1538
|
+
return _this120;
|
|
1527
1539
|
}
|
|
1528
1540
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
|
1529
1541
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
|
@@ -1531,11 +1543,11 @@ var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError
|
|
|
1531
1543
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
|
1532
1544
|
var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
|
1533
1545
|
function NotFound_BundleRegistrationNotFoundError(message, code, errorData) {
|
|
1534
|
-
var
|
|
1546
|
+
var _this121;
|
|
1535
1547
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
return
|
|
1548
|
+
_this121 = _callSuper(this, NotFound_BundleRegistrationNotFoundError, [message, code, errorData]);
|
|
1549
|
+
_this121.name = 'NotFound_BundleRegistrationNotFoundError';
|
|
1550
|
+
return _this121;
|
|
1539
1551
|
}
|
|
1540
1552
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
|
1541
1553
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
|
@@ -1543,11 +1555,11 @@ var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrati
|
|
|
1543
1555
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
|
1544
1556
|
var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
|
1545
1557
|
function NotFound_CodeNotFoundError(message, code, errorData) {
|
|
1546
|
-
var
|
|
1558
|
+
var _this122;
|
|
1547
1559
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
return
|
|
1560
|
+
_this122 = _callSuper(this, NotFound_CodeNotFoundError, [message, code, errorData]);
|
|
1561
|
+
_this122.name = 'NotFound_CodeNotFoundError';
|
|
1562
|
+
return _this122;
|
|
1551
1563
|
}
|
|
1552
1564
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
|
1553
1565
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
|
@@ -1555,11 +1567,11 @@ var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE_
|
|
|
1555
1567
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
|
1556
1568
|
var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
|
1557
1569
|
function NotFound_FileNotFoundError(message, code, errorData) {
|
|
1558
|
-
var
|
|
1570
|
+
var _this123;
|
|
1559
1571
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
return
|
|
1572
|
+
_this123 = _callSuper(this, NotFound_FileNotFoundError, [message, code, errorData]);
|
|
1573
|
+
_this123.name = 'NotFound_FileNotFoundError';
|
|
1574
|
+
return _this123;
|
|
1563
1575
|
}
|
|
1564
1576
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
|
1565
1577
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
|
@@ -1567,11 +1579,11 @@ var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE_
|
|
|
1567
1579
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
|
1568
1580
|
var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
|
1569
1581
|
function NotFound_FileUploadNotFoundError(message, code, errorData) {
|
|
1570
|
-
var
|
|
1582
|
+
var _this124;
|
|
1571
1583
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
return
|
|
1584
|
+
_this124 = _callSuper(this, NotFound_FileUploadNotFoundError, [message, code, errorData]);
|
|
1585
|
+
_this124.name = 'NotFound_FileUploadNotFoundError';
|
|
1586
|
+
return _this124;
|
|
1575
1587
|
}
|
|
1576
1588
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
|
1577
1589
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
|
@@ -1579,11 +1591,11 @@ var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError
|
|
|
1579
1591
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
|
1580
1592
|
var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
|
1581
1593
|
function NotFound_GroupNotFoundError(message, code, errorData) {
|
|
1582
|
-
var
|
|
1594
|
+
var _this125;
|
|
1583
1595
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
return
|
|
1596
|
+
_this125 = _callSuper(this, NotFound_GroupNotFoundError, [message, code, errorData]);
|
|
1597
|
+
_this125.name = 'NotFound_GroupNotFoundError';
|
|
1598
|
+
return _this125;
|
|
1587
1599
|
}
|
|
1588
1600
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError7);
|
|
1589
1601
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
|
@@ -1591,11 +1603,11 @@ var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PUR
|
|
|
1591
1603
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
|
1592
1604
|
var NotFound_InboxNotFoundError = exports.NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
|
1593
1605
|
function NotFound_InboxNotFoundError(message, code, errorData) {
|
|
1594
|
-
var
|
|
1606
|
+
var _this126;
|
|
1595
1607
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
return
|
|
1608
|
+
_this126 = _callSuper(this, NotFound_InboxNotFoundError, [message, code, errorData]);
|
|
1609
|
+
_this126.name = 'NotFound_InboxNotFoundError';
|
|
1610
|
+
return _this126;
|
|
1599
1611
|
}
|
|
1600
1612
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError8);
|
|
1601
1613
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
|
@@ -1603,11 +1615,11 @@ var NotFound_InboxNotFoundError = exports.NotFound_InboxNotFoundError = /*#__PUR
|
|
|
1603
1615
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
|
1604
1616
|
var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
|
1605
1617
|
function NotFound_NestedNotFoundError(message, code, errorData) {
|
|
1606
|
-
var
|
|
1618
|
+
var _this127;
|
|
1607
1619
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
return
|
|
1620
|
+
_this127 = _callSuper(this, NotFound_NestedNotFoundError, [message, code, errorData]);
|
|
1621
|
+
_this127.name = 'NotFound_NestedNotFoundError';
|
|
1622
|
+
return _this127;
|
|
1611
1623
|
}
|
|
1612
1624
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError9);
|
|
1613
1625
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
|
@@ -1615,11 +1627,11 @@ var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__P
|
|
|
1615
1627
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
|
1616
1628
|
var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError0) {
|
|
1617
1629
|
function NotFound_PlanNotFoundError(message, code, errorData) {
|
|
1618
|
-
var
|
|
1630
|
+
var _this128;
|
|
1619
1631
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
return
|
|
1632
|
+
_this128 = _callSuper(this, NotFound_PlanNotFoundError, [message, code, errorData]);
|
|
1633
|
+
_this128.name = 'NotFound_PlanNotFoundError';
|
|
1634
|
+
return _this128;
|
|
1623
1635
|
}
|
|
1624
1636
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError0);
|
|
1625
1637
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
|
@@ -1627,11 +1639,11 @@ var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE_
|
|
|
1627
1639
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
|
1628
1640
|
var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError1) {
|
|
1629
1641
|
function NotFound_SiteNotFoundError(message, code, errorData) {
|
|
1630
|
-
var
|
|
1642
|
+
var _this129;
|
|
1631
1643
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
return
|
|
1644
|
+
_this129 = _callSuper(this, NotFound_SiteNotFoundError, [message, code, errorData]);
|
|
1645
|
+
_this129.name = 'NotFound_SiteNotFoundError';
|
|
1646
|
+
return _this129;
|
|
1635
1647
|
}
|
|
1636
1648
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError1);
|
|
1637
1649
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
|
@@ -1639,11 +1651,11 @@ var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE_
|
|
|
1639
1651
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
|
1640
1652
|
var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
|
1641
1653
|
function NotFound_UserNotFoundError(message, code, errorData) {
|
|
1642
|
-
var
|
|
1654
|
+
var _this130;
|
|
1643
1655
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
return
|
|
1656
|
+
_this130 = _callSuper(this, NotFound_UserNotFoundError, [message, code, errorData]);
|
|
1657
|
+
_this130.name = 'NotFound_UserNotFoundError';
|
|
1658
|
+
return _this130;
|
|
1647
1659
|
}
|
|
1648
1660
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError10);
|
|
1649
1661
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
|
@@ -1651,11 +1663,11 @@ var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE_
|
|
|
1651
1663
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
1652
1664
|
var ProcessingFailure_AgentUnavailableError = exports.ProcessingFailure_AgentUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
|
1653
1665
|
function ProcessingFailure_AgentUnavailableError(message, code, errorData) {
|
|
1654
|
-
var
|
|
1666
|
+
var _this131;
|
|
1655
1667
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AgentUnavailableError);
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
return
|
|
1668
|
+
_this131 = _callSuper(this, ProcessingFailure_AgentUnavailableError, [message, code, errorData]);
|
|
1669
|
+
_this131.name = 'ProcessingFailure_AgentUnavailableError';
|
|
1670
|
+
return _this131;
|
|
1659
1671
|
}
|
|
1660
1672
|
(0, _inherits2.default)(ProcessingFailure_AgentUnavailableError, _ProcessingFailureErr);
|
|
1661
1673
|
return (0, _createClass2.default)(ProcessingFailure_AgentUnavailableError);
|
|
@@ -1663,11 +1675,11 @@ var ProcessingFailure_AgentUnavailableError = exports.ProcessingFailure_AgentUna
|
|
|
1663
1675
|
errorClasses.ProcessingFailure_AgentUnavailableError = ProcessingFailure_AgentUnavailableError;
|
|
1664
1676
|
var ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AlreadyCompletedError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
|
1665
1677
|
function ProcessingFailure_AlreadyCompletedError(message, code, errorData) {
|
|
1666
|
-
var
|
|
1678
|
+
var _this132;
|
|
1667
1679
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AlreadyCompletedError);
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
return
|
|
1680
|
+
_this132 = _callSuper(this, ProcessingFailure_AlreadyCompletedError, [message, code, errorData]);
|
|
1681
|
+
_this132.name = 'ProcessingFailure_AlreadyCompletedError';
|
|
1682
|
+
return _this132;
|
|
1671
1683
|
}
|
|
1672
1684
|
(0, _inherits2.default)(ProcessingFailure_AlreadyCompletedError, _ProcessingFailureErr2);
|
|
1673
1685
|
return (0, _createClass2.default)(ProcessingFailure_AlreadyCompletedError);
|
|
@@ -1675,11 +1687,11 @@ var ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AlreadyC
|
|
|
1675
1687
|
errorClasses.ProcessingFailure_AlreadyCompletedError = ProcessingFailure_AlreadyCompletedError;
|
|
1676
1688
|
var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
|
1677
1689
|
function ProcessingFailure_AutomationCannotBeRunManuallyError(message, code, errorData) {
|
|
1678
|
-
var
|
|
1690
|
+
var _this133;
|
|
1679
1691
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AutomationCannotBeRunManuallyError);
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
return
|
|
1692
|
+
_this133 = _callSuper(this, ProcessingFailure_AutomationCannotBeRunManuallyError, [message, code, errorData]);
|
|
1693
|
+
_this133.name = 'ProcessingFailure_AutomationCannotBeRunManuallyError';
|
|
1694
|
+
return _this133;
|
|
1683
1695
|
}
|
|
1684
1696
|
(0, _inherits2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError, _ProcessingFailureErr3);
|
|
1685
1697
|
return (0, _createClass2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
|
@@ -1687,11 +1699,11 @@ var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFai
|
|
|
1687
1699
|
errorClasses.ProcessingFailure_AutomationCannotBeRunManuallyError = ProcessingFailure_AutomationCannotBeRunManuallyError;
|
|
1688
1700
|
var ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
|
1689
1701
|
function ProcessingFailure_BehaviorNotAllowedOnRemoteServerError(message, code, errorData) {
|
|
1690
|
-
var
|
|
1702
|
+
var _this134;
|
|
1691
1703
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BehaviorNotAllowedOnRemoteServerError);
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
return
|
|
1704
|
+
_this134 = _callSuper(this, ProcessingFailure_BehaviorNotAllowedOnRemoteServerError, [message, code, errorData]);
|
|
1705
|
+
_this134.name = 'ProcessingFailure_BehaviorNotAllowedOnRemoteServerError';
|
|
1706
|
+
return _this134;
|
|
1695
1707
|
}
|
|
1696
1708
|
(0, _inherits2.default)(ProcessingFailure_BehaviorNotAllowedOnRemoteServerError, _ProcessingFailureErr4);
|
|
1697
1709
|
return (0, _createClass2.default)(ProcessingFailure_BehaviorNotAllowedOnRemoteServerError);
|
|
@@ -1699,11 +1711,11 @@ var ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.Processing
|
|
|
1699
1711
|
errorClasses.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = ProcessingFailure_BehaviorNotAllowedOnRemoteServerError;
|
|
1700
1712
|
var ProcessingFailure_BufferedUploadDisabledForThisDestinationError = exports.ProcessingFailure_BufferedUploadDisabledForThisDestinationError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
|
1701
1713
|
function ProcessingFailure_BufferedUploadDisabledForThisDestinationError(message, code, errorData) {
|
|
1702
|
-
var
|
|
1714
|
+
var _this135;
|
|
1703
1715
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BufferedUploadDisabledForThisDestinationError);
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
return
|
|
1716
|
+
_this135 = _callSuper(this, ProcessingFailure_BufferedUploadDisabledForThisDestinationError, [message, code, errorData]);
|
|
1717
|
+
_this135.name = 'ProcessingFailure_BufferedUploadDisabledForThisDestinationError';
|
|
1718
|
+
return _this135;
|
|
1707
1719
|
}
|
|
1708
1720
|
(0, _inherits2.default)(ProcessingFailure_BufferedUploadDisabledForThisDestinationError, _ProcessingFailureErr5);
|
|
1709
1721
|
return (0, _createClass2.default)(ProcessingFailure_BufferedUploadDisabledForThisDestinationError);
|
|
@@ -1711,11 +1723,11 @@ var ProcessingFailure_BufferedUploadDisabledForThisDestinationError = exports.Pr
|
|
|
1711
1723
|
errorClasses.ProcessingFailure_BufferedUploadDisabledForThisDestinationError = ProcessingFailure_BufferedUploadDisabledForThisDestinationError;
|
|
1712
1724
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
|
1713
1725
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code, errorData) {
|
|
1714
|
-
var
|
|
1726
|
+
var _this136;
|
|
1715
1727
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
return
|
|
1728
|
+
_this136 = _callSuper(this, ProcessingFailure_BundleOnlyAllowsPreviewsError, [message, code, errorData]);
|
|
1729
|
+
_this136.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
|
1730
|
+
return _this136;
|
|
1719
1731
|
}
|
|
1720
1732
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr6);
|
|
1721
1733
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
|
@@ -1723,11 +1735,11 @@ var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_
|
|
|
1723
1735
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
|
1724
1736
|
var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
|
1725
1737
|
function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code, errorData) {
|
|
1726
|
-
var
|
|
1738
|
+
var _this137;
|
|
1727
1739
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
return
|
|
1740
|
+
_this137 = _callSuper(this, ProcessingFailure_BundleOperationRequiresSubfolderError, [message, code, errorData]);
|
|
1741
|
+
_this137.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
|
|
1742
|
+
return _this137;
|
|
1731
1743
|
}
|
|
1732
1744
|
(0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr7);
|
|
1733
1745
|
return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
|
@@ -1735,11 +1747,11 @@ var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.Processing
|
|
|
1735
1747
|
errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
|
|
1736
1748
|
var ProcessingFailure_ConfigurationLockedPathError = exports.ProcessingFailure_ConfigurationLockedPathError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
|
1737
1749
|
function ProcessingFailure_ConfigurationLockedPathError(message, code, errorData) {
|
|
1738
|
-
var
|
|
1750
|
+
var _this138;
|
|
1739
1751
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ConfigurationLockedPathError);
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
return
|
|
1752
|
+
_this138 = _callSuper(this, ProcessingFailure_ConfigurationLockedPathError, [message, code, errorData]);
|
|
1753
|
+
_this138.name = 'ProcessingFailure_ConfigurationLockedPathError';
|
|
1754
|
+
return _this138;
|
|
1743
1755
|
}
|
|
1744
1756
|
(0, _inherits2.default)(ProcessingFailure_ConfigurationLockedPathError, _ProcessingFailureErr8);
|
|
1745
1757
|
return (0, _createClass2.default)(ProcessingFailure_ConfigurationLockedPathError);
|
|
@@ -1747,11 +1759,11 @@ var ProcessingFailure_ConfigurationLockedPathError = exports.ProcessingFailure_C
|
|
|
1747
1759
|
errorClasses.ProcessingFailure_ConfigurationLockedPathError = ProcessingFailure_ConfigurationLockedPathError;
|
|
1748
1760
|
var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
|
1749
1761
|
function ProcessingFailure_CouldNotCreateParentError(message, code, errorData) {
|
|
1750
|
-
var
|
|
1762
|
+
var _this139;
|
|
1751
1763
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
return
|
|
1764
|
+
_this139 = _callSuper(this, ProcessingFailure_CouldNotCreateParentError, [message, code, errorData]);
|
|
1765
|
+
_this139.name = 'ProcessingFailure_CouldNotCreateParentError';
|
|
1766
|
+
return _this139;
|
|
1755
1767
|
}
|
|
1756
1768
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr9);
|
|
1757
1769
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
|
@@ -1759,11 +1771,11 @@ var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_Coul
|
|
|
1759
1771
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
|
1760
1772
|
var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr0) {
|
|
1761
1773
|
function ProcessingFailure_DestinationExistsError(message, code, errorData) {
|
|
1762
|
-
var
|
|
1774
|
+
var _this140;
|
|
1763
1775
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
return
|
|
1776
|
+
_this140 = _callSuper(this, ProcessingFailure_DestinationExistsError, [message, code, errorData]);
|
|
1777
|
+
_this140.name = 'ProcessingFailure_DestinationExistsError';
|
|
1778
|
+
return _this140;
|
|
1767
1779
|
}
|
|
1768
1780
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr0);
|
|
1769
1781
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
|
@@ -1771,11 +1783,11 @@ var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_Destina
|
|
|
1771
1783
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
|
1772
1784
|
var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr1) {
|
|
1773
1785
|
function ProcessingFailure_DestinationFolderLimitedError(message, code, errorData) {
|
|
1774
|
-
var
|
|
1786
|
+
var _this141;
|
|
1775
1787
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
return
|
|
1788
|
+
_this141 = _callSuper(this, ProcessingFailure_DestinationFolderLimitedError, [message, code, errorData]);
|
|
1789
|
+
_this141.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
|
1790
|
+
return _this141;
|
|
1779
1791
|
}
|
|
1780
1792
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr1);
|
|
1781
1793
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
|
@@ -1783,11 +1795,11 @@ var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_
|
|
|
1783
1795
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
|
1784
1796
|
var ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
|
1785
1797
|
function ProcessingFailure_DestinationParentConflictError(message, code, errorData) {
|
|
1786
|
-
var
|
|
1798
|
+
var _this142;
|
|
1787
1799
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
return
|
|
1800
|
+
_this142 = _callSuper(this, ProcessingFailure_DestinationParentConflictError, [message, code, errorData]);
|
|
1801
|
+
_this142.name = 'ProcessingFailure_DestinationParentConflictError';
|
|
1802
|
+
return _this142;
|
|
1791
1803
|
}
|
|
1792
1804
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr10);
|
|
1793
1805
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
|
@@ -1795,11 +1807,11 @@ var ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure
|
|
|
1795
1807
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
|
1796
1808
|
var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
|
1797
1809
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code, errorData) {
|
|
1798
|
-
var
|
|
1810
|
+
var _this143;
|
|
1799
1811
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
return
|
|
1812
|
+
_this143 = _callSuper(this, ProcessingFailure_DestinationParentDoesNotExistError, [message, code, errorData]);
|
|
1813
|
+
_this143.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
|
1814
|
+
return _this143;
|
|
1803
1815
|
}
|
|
1804
1816
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr11);
|
|
1805
1817
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
|
@@ -1807,11 +1819,11 @@ var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFai
|
|
|
1807
1819
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
|
1808
1820
|
var ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_ExceededRuntimeLimitError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
|
1809
1821
|
function ProcessingFailure_ExceededRuntimeLimitError(message, code, errorData) {
|
|
1810
|
-
var
|
|
1822
|
+
var _this144;
|
|
1811
1823
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExceededRuntimeLimitError);
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
return
|
|
1824
|
+
_this144 = _callSuper(this, ProcessingFailure_ExceededRuntimeLimitError, [message, code, errorData]);
|
|
1825
|
+
_this144.name = 'ProcessingFailure_ExceededRuntimeLimitError';
|
|
1826
|
+
return _this144;
|
|
1815
1827
|
}
|
|
1816
1828
|
(0, _inherits2.default)(ProcessingFailure_ExceededRuntimeLimitError, _ProcessingFailureErr12);
|
|
1817
1829
|
return (0, _createClass2.default)(ProcessingFailure_ExceededRuntimeLimitError);
|
|
@@ -1819,11 +1831,11 @@ var ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_Exce
|
|
|
1819
1831
|
errorClasses.ProcessingFailure_ExceededRuntimeLimitError = ProcessingFailure_ExceededRuntimeLimitError;
|
|
1820
1832
|
var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
|
1821
1833
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code, errorData) {
|
|
1822
|
-
var
|
|
1834
|
+
var _this145;
|
|
1823
1835
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
return
|
|
1836
|
+
_this145 = _callSuper(this, ProcessingFailure_ExpiredPrivateKeyError, [message, code, errorData]);
|
|
1837
|
+
_this145.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
|
1838
|
+
return _this145;
|
|
1827
1839
|
}
|
|
1828
1840
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr13);
|
|
1829
1841
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
|
@@ -1831,11 +1843,11 @@ var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_Expired
|
|
|
1831
1843
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
|
1832
1844
|
var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
|
1833
1845
|
function ProcessingFailure_ExpiredPublicKeyError(message, code, errorData) {
|
|
1834
|
-
var
|
|
1846
|
+
var _this146;
|
|
1835
1847
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
return
|
|
1848
|
+
_this146 = _callSuper(this, ProcessingFailure_ExpiredPublicKeyError, [message, code, errorData]);
|
|
1849
|
+
_this146.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
|
1850
|
+
return _this146;
|
|
1839
1851
|
}
|
|
1840
1852
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr14);
|
|
1841
1853
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
|
@@ -1843,11 +1855,11 @@ var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredP
|
|
|
1843
1855
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
|
1844
1856
|
var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
|
1845
1857
|
function ProcessingFailure_ExportFailureError(message, code, errorData) {
|
|
1846
|
-
var
|
|
1858
|
+
var _this147;
|
|
1847
1859
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
return
|
|
1860
|
+
_this147 = _callSuper(this, ProcessingFailure_ExportFailureError, [message, code, errorData]);
|
|
1861
|
+
_this147.name = 'ProcessingFailure_ExportFailureError';
|
|
1862
|
+
return _this147;
|
|
1851
1863
|
}
|
|
1852
1864
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr15);
|
|
1853
1865
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
|
@@ -1855,11 +1867,11 @@ var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailu
|
|
|
1855
1867
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
|
1856
1868
|
var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
|
1857
1869
|
function ProcessingFailure_ExportNotReadyError(message, code, errorData) {
|
|
1858
|
-
var
|
|
1870
|
+
var _this148;
|
|
1859
1871
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
return
|
|
1872
|
+
_this148 = _callSuper(this, ProcessingFailure_ExportNotReadyError, [message, code, errorData]);
|
|
1873
|
+
_this148.name = 'ProcessingFailure_ExportNotReadyError';
|
|
1874
|
+
return _this148;
|
|
1863
1875
|
}
|
|
1864
1876
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr16);
|
|
1865
1877
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
|
@@ -1867,11 +1879,11 @@ var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotR
|
|
|
1867
1879
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
|
1868
1880
|
var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
|
1869
1881
|
function ProcessingFailure_FailedToChangePasswordError(message, code, errorData) {
|
|
1870
|
-
var
|
|
1882
|
+
var _this149;
|
|
1871
1883
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
return
|
|
1884
|
+
_this149 = _callSuper(this, ProcessingFailure_FailedToChangePasswordError, [message, code, errorData]);
|
|
1885
|
+
_this149.name = 'ProcessingFailure_FailedToChangePasswordError';
|
|
1886
|
+
return _this149;
|
|
1875
1887
|
}
|
|
1876
1888
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr17);
|
|
1877
1889
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
|
@@ -1879,11 +1891,11 @@ var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_Fa
|
|
|
1879
1891
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
|
1880
1892
|
var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
|
1881
1893
|
function ProcessingFailure_FileLockedError(message, code, errorData) {
|
|
1882
|
-
var
|
|
1894
|
+
var _this150;
|
|
1883
1895
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
return
|
|
1896
|
+
_this150 = _callSuper(this, ProcessingFailure_FileLockedError, [message, code, errorData]);
|
|
1897
|
+
_this150.name = 'ProcessingFailure_FileLockedError';
|
|
1898
|
+
return _this150;
|
|
1887
1899
|
}
|
|
1888
1900
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr18);
|
|
1889
1901
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
|
@@ -1891,11 +1903,11 @@ var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedErro
|
|
|
1891
1903
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
|
1892
1904
|
var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
|
1893
1905
|
function ProcessingFailure_FileNotUploadedError(message, code, errorData) {
|
|
1894
|
-
var
|
|
1906
|
+
var _this151;
|
|
1895
1907
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
return
|
|
1908
|
+
_this151 = _callSuper(this, ProcessingFailure_FileNotUploadedError, [message, code, errorData]);
|
|
1909
|
+
_this151.name = 'ProcessingFailure_FileNotUploadedError';
|
|
1910
|
+
return _this151;
|
|
1899
1911
|
}
|
|
1900
1912
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr19);
|
|
1901
1913
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
|
@@ -1903,11 +1915,11 @@ var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUp
|
|
|
1903
1915
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
|
1904
1916
|
var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
|
1905
1917
|
function ProcessingFailure_FilePendingProcessingError(message, code, errorData) {
|
|
1906
|
-
var
|
|
1918
|
+
var _this152;
|
|
1907
1919
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
return
|
|
1920
|
+
_this152 = _callSuper(this, ProcessingFailure_FilePendingProcessingError, [message, code, errorData]);
|
|
1921
|
+
_this152.name = 'ProcessingFailure_FilePendingProcessingError';
|
|
1922
|
+
return _this152;
|
|
1911
1923
|
}
|
|
1912
1924
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr20);
|
|
1913
1925
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
|
@@ -1915,11 +1927,11 @@ var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_Fil
|
|
|
1915
1927
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
|
1916
1928
|
var ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FileProcessingErrorError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
|
1917
1929
|
function ProcessingFailure_FileProcessingErrorError(message, code, errorData) {
|
|
1918
|
-
var
|
|
1930
|
+
var _this153;
|
|
1919
1931
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileProcessingErrorError);
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
return
|
|
1932
|
+
_this153 = _callSuper(this, ProcessingFailure_FileProcessingErrorError, [message, code, errorData]);
|
|
1933
|
+
_this153.name = 'ProcessingFailure_FileProcessingErrorError';
|
|
1934
|
+
return _this153;
|
|
1923
1935
|
}
|
|
1924
1936
|
(0, _inherits2.default)(ProcessingFailure_FileProcessingErrorError, _ProcessingFailureErr21);
|
|
1925
1937
|
return (0, _createClass2.default)(ProcessingFailure_FileProcessingErrorError);
|
|
@@ -1927,11 +1939,11 @@ var ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FileP
|
|
|
1927
1939
|
errorClasses.ProcessingFailure_FileProcessingErrorError = ProcessingFailure_FileProcessingErrorError;
|
|
1928
1940
|
var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
|
1929
1941
|
function ProcessingFailure_FileTooBigToDecryptError(message, code, errorData) {
|
|
1930
|
-
var
|
|
1942
|
+
var _this154;
|
|
1931
1943
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
return
|
|
1944
|
+
_this154 = _callSuper(this, ProcessingFailure_FileTooBigToDecryptError, [message, code, errorData]);
|
|
1945
|
+
_this154.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
|
1946
|
+
return _this154;
|
|
1935
1947
|
}
|
|
1936
1948
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr22);
|
|
1937
1949
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
|
@@ -1939,11 +1951,11 @@ var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileT
|
|
|
1939
1951
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
|
1940
1952
|
var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
|
1941
1953
|
function ProcessingFailure_FileTooBigToEncryptError(message, code, errorData) {
|
|
1942
|
-
var
|
|
1954
|
+
var _this155;
|
|
1943
1955
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
return
|
|
1956
|
+
_this155 = _callSuper(this, ProcessingFailure_FileTooBigToEncryptError, [message, code, errorData]);
|
|
1957
|
+
_this155.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
|
1958
|
+
return _this155;
|
|
1947
1959
|
}
|
|
1948
1960
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr23);
|
|
1949
1961
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
|
@@ -1951,11 +1963,11 @@ var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileT
|
|
|
1951
1963
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
|
1952
1964
|
var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
|
1953
1965
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code, errorData) {
|
|
1954
|
-
var
|
|
1966
|
+
var _this156;
|
|
1955
1967
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
return
|
|
1968
|
+
_this156 = _callSuper(this, ProcessingFailure_FileUploadedToWrongRegionError, [message, code, errorData]);
|
|
1969
|
+
_this156.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
|
1970
|
+
return _this156;
|
|
1959
1971
|
}
|
|
1960
1972
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr24);
|
|
1961
1973
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
|
@@ -1963,11 +1975,11 @@ var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure
|
|
|
1963
1975
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
|
1964
1976
|
var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameTooLongError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
|
1965
1977
|
function ProcessingFailure_FilenameTooLongError(message, code, errorData) {
|
|
1966
|
-
var
|
|
1978
|
+
var _this157;
|
|
1967
1979
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilenameTooLongError);
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
return
|
|
1980
|
+
_this157 = _callSuper(this, ProcessingFailure_FilenameTooLongError, [message, code, errorData]);
|
|
1981
|
+
_this157.name = 'ProcessingFailure_FilenameTooLongError';
|
|
1982
|
+
return _this157;
|
|
1971
1983
|
}
|
|
1972
1984
|
(0, _inherits2.default)(ProcessingFailure_FilenameTooLongError, _ProcessingFailureErr25);
|
|
1973
1985
|
return (0, _createClass2.default)(ProcessingFailure_FilenameTooLongError);
|
|
@@ -1975,11 +1987,11 @@ var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameT
|
|
|
1975
1987
|
errorClasses.ProcessingFailure_FilenameTooLongError = ProcessingFailure_FilenameTooLongError;
|
|
1976
1988
|
var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
|
1977
1989
|
function ProcessingFailure_FolderLockedError(message, code, errorData) {
|
|
1978
|
-
var
|
|
1990
|
+
var _this158;
|
|
1979
1991
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
return
|
|
1992
|
+
_this158 = _callSuper(this, ProcessingFailure_FolderLockedError, [message, code, errorData]);
|
|
1993
|
+
_this158.name = 'ProcessingFailure_FolderLockedError';
|
|
1994
|
+
return _this158;
|
|
1983
1995
|
}
|
|
1984
1996
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr26);
|
|
1985
1997
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
|
@@ -1987,11 +1999,11 @@ var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLocked
|
|
|
1987
1999
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
|
1988
2000
|
var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
|
1989
2001
|
function ProcessingFailure_FolderNotEmptyError(message, code, errorData) {
|
|
1990
|
-
var
|
|
2002
|
+
var _this159;
|
|
1991
2003
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
return
|
|
2004
|
+
_this159 = _callSuper(this, ProcessingFailure_FolderNotEmptyError, [message, code, errorData]);
|
|
2005
|
+
_this159.name = 'ProcessingFailure_FolderNotEmptyError';
|
|
2006
|
+
return _this159;
|
|
1995
2007
|
}
|
|
1996
2008
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr27);
|
|
1997
2009
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
|
@@ -1999,11 +2011,11 @@ var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotE
|
|
|
1999
2011
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
|
2000
2012
|
var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
|
2001
2013
|
function ProcessingFailure_HistoryUnavailableError(message, code, errorData) {
|
|
2002
|
-
var
|
|
2014
|
+
var _this160;
|
|
2003
2015
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
return
|
|
2016
|
+
_this160 = _callSuper(this, ProcessingFailure_HistoryUnavailableError, [message, code, errorData]);
|
|
2017
|
+
_this160.name = 'ProcessingFailure_HistoryUnavailableError';
|
|
2018
|
+
return _this160;
|
|
2007
2019
|
}
|
|
2008
2020
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr28);
|
|
2009
2021
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
|
@@ -2011,11 +2023,11 @@ var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_Histor
|
|
|
2011
2023
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
|
2012
2024
|
var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
|
2013
2025
|
function ProcessingFailure_InvalidBundleCodeError(message, code, errorData) {
|
|
2014
|
-
var
|
|
2026
|
+
var _this161;
|
|
2015
2027
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
return
|
|
2028
|
+
_this161 = _callSuper(this, ProcessingFailure_InvalidBundleCodeError, [message, code, errorData]);
|
|
2029
|
+
_this161.name = 'ProcessingFailure_InvalidBundleCodeError';
|
|
2030
|
+
return _this161;
|
|
2019
2031
|
}
|
|
2020
2032
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr29);
|
|
2021
2033
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
|
@@ -2023,11 +2035,11 @@ var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_Invalid
|
|
|
2023
2035
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
|
2024
2036
|
var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
|
2025
2037
|
function ProcessingFailure_InvalidFileTypeError(message, code, errorData) {
|
|
2026
|
-
var
|
|
2038
|
+
var _this162;
|
|
2027
2039
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
return
|
|
2040
|
+
_this162 = _callSuper(this, ProcessingFailure_InvalidFileTypeError, [message, code, errorData]);
|
|
2041
|
+
_this162.name = 'ProcessingFailure_InvalidFileTypeError';
|
|
2042
|
+
return _this162;
|
|
2031
2043
|
}
|
|
2032
2044
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr30);
|
|
2033
2045
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
|
@@ -2035,11 +2047,11 @@ var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFi
|
|
|
2035
2047
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
|
2036
2048
|
var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
|
2037
2049
|
function ProcessingFailure_InvalidFilenameError(message, code, errorData) {
|
|
2038
|
-
var
|
|
2050
|
+
var _this163;
|
|
2039
2051
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
return
|
|
2052
|
+
_this163 = _callSuper(this, ProcessingFailure_InvalidFilenameError, [message, code, errorData]);
|
|
2053
|
+
_this163.name = 'ProcessingFailure_InvalidFilenameError';
|
|
2054
|
+
return _this163;
|
|
2043
2055
|
}
|
|
2044
2056
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr31);
|
|
2045
2057
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
|
@@ -2047,11 +2059,11 @@ var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFi
|
|
|
2047
2059
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
|
2048
2060
|
var ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidPriorityColorError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
|
2049
2061
|
function ProcessingFailure_InvalidPriorityColorError(message, code, errorData) {
|
|
2050
|
-
var
|
|
2062
|
+
var _this164;
|
|
2051
2063
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidPriorityColorError);
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
return
|
|
2064
|
+
_this164 = _callSuper(this, ProcessingFailure_InvalidPriorityColorError, [message, code, errorData]);
|
|
2065
|
+
_this164.name = 'ProcessingFailure_InvalidPriorityColorError';
|
|
2066
|
+
return _this164;
|
|
2055
2067
|
}
|
|
2056
2068
|
(0, _inherits2.default)(ProcessingFailure_InvalidPriorityColorError, _ProcessingFailureErr32);
|
|
2057
2069
|
return (0, _createClass2.default)(ProcessingFailure_InvalidPriorityColorError);
|
|
@@ -2059,11 +2071,11 @@ var ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_Inva
|
|
|
2059
2071
|
errorClasses.ProcessingFailure_InvalidPriorityColorError = ProcessingFailure_InvalidPriorityColorError;
|
|
2060
2072
|
var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
|
2061
2073
|
function ProcessingFailure_InvalidRangeError(message, code, errorData) {
|
|
2062
|
-
var
|
|
2074
|
+
var _this165;
|
|
2063
2075
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
return
|
|
2076
|
+
_this165 = _callSuper(this, ProcessingFailure_InvalidRangeError, [message, code, errorData]);
|
|
2077
|
+
_this165.name = 'ProcessingFailure_InvalidRangeError';
|
|
2078
|
+
return _this165;
|
|
2067
2079
|
}
|
|
2068
2080
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr33);
|
|
2069
2081
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
|
@@ -2071,11 +2083,11 @@ var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRange
|
|
|
2071
2083
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
|
2072
2084
|
var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
|
2073
2085
|
function ProcessingFailure_InvalidSiteError(message, code, errorData) {
|
|
2074
|
-
var
|
|
2086
|
+
var _this166;
|
|
2075
2087
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidSiteError);
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
return
|
|
2088
|
+
_this166 = _callSuper(this, ProcessingFailure_InvalidSiteError, [message, code, errorData]);
|
|
2089
|
+
_this166.name = 'ProcessingFailure_InvalidSiteError';
|
|
2090
|
+
return _this166;
|
|
2079
2091
|
}
|
|
2080
2092
|
(0, _inherits2.default)(ProcessingFailure_InvalidSiteError, _ProcessingFailureErr34);
|
|
2081
2093
|
return (0, _createClass2.default)(ProcessingFailure_InvalidSiteError);
|
|
@@ -2083,11 +2095,11 @@ var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteEr
|
|
|
2083
2095
|
errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError;
|
|
2084
2096
|
var ProcessingFailure_MetadataNotSupportedOnRemotesError = exports.ProcessingFailure_MetadataNotSupportedOnRemotesError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
|
2085
2097
|
function ProcessingFailure_MetadataNotSupportedOnRemotesError(message, code, errorData) {
|
|
2086
|
-
var
|
|
2098
|
+
var _this167;
|
|
2087
2099
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MetadataNotSupportedOnRemotesError);
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
return
|
|
2100
|
+
_this167 = _callSuper(this, ProcessingFailure_MetadataNotSupportedOnRemotesError, [message, code, errorData]);
|
|
2101
|
+
_this167.name = 'ProcessingFailure_MetadataNotSupportedOnRemotesError';
|
|
2102
|
+
return _this167;
|
|
2091
2103
|
}
|
|
2092
2104
|
(0, _inherits2.default)(ProcessingFailure_MetadataNotSupportedOnRemotesError, _ProcessingFailureErr35);
|
|
2093
2105
|
return (0, _createClass2.default)(ProcessingFailure_MetadataNotSupportedOnRemotesError);
|
|
@@ -2095,11 +2107,11 @@ var ProcessingFailure_MetadataNotSupportedOnRemotesError = exports.ProcessingFai
|
|
|
2095
2107
|
errorClasses.ProcessingFailure_MetadataNotSupportedOnRemotesError = ProcessingFailure_MetadataNotSupportedOnRemotesError;
|
|
2096
2108
|
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
|
2097
2109
|
function ProcessingFailure_ModelSaveErrorError(message, code, errorData) {
|
|
2098
|
-
var
|
|
2110
|
+
var _this168;
|
|
2099
2111
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
return
|
|
2112
|
+
_this168 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
|
|
2113
|
+
_this168.name = 'ProcessingFailure_ModelSaveErrorError';
|
|
2114
|
+
return _this168;
|
|
2103
2115
|
}
|
|
2104
2116
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr36);
|
|
2105
2117
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
|
@@ -2107,11 +2119,11 @@ var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveE
|
|
|
2107
2119
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
|
2108
2120
|
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
|
2109
2121
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code, errorData) {
|
|
2110
|
-
var
|
|
2122
|
+
var _this169;
|
|
2111
2123
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
return
|
|
2124
|
+
_this169 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
|
|
2125
|
+
_this169.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
|
2126
|
+
return _this169;
|
|
2115
2127
|
}
|
|
2116
2128
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr37);
|
|
2117
2129
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
|
@@ -2119,11 +2131,11 @@ var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_
|
|
|
2119
2131
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
|
2120
2132
|
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr38) {
|
|
2121
2133
|
function ProcessingFailure_PathTooLongError(message, code, errorData) {
|
|
2122
|
-
var
|
|
2134
|
+
var _this170;
|
|
2123
2135
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
return
|
|
2136
|
+
_this170 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
|
|
2137
|
+
_this170.name = 'ProcessingFailure_PathTooLongError';
|
|
2138
|
+
return _this170;
|
|
2127
2139
|
}
|
|
2128
2140
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr38);
|
|
2129
2141
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
|
@@ -2131,11 +2143,11 @@ var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongEr
|
|
|
2131
2143
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
2132
2144
|
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr39) {
|
|
2133
2145
|
function ProcessingFailure_RecipientAlreadySharedError(message, code, errorData) {
|
|
2134
|
-
var
|
|
2146
|
+
var _this171;
|
|
2135
2147
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
return
|
|
2148
|
+
_this171 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
|
|
2149
|
+
_this171.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
|
2150
|
+
return _this171;
|
|
2139
2151
|
}
|
|
2140
2152
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr39);
|
|
2141
2153
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
|
@@ -2143,11 +2155,11 @@ var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_Re
|
|
|
2143
2155
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
|
2144
2156
|
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr40) {
|
|
2145
2157
|
function ProcessingFailure_RemoteServerErrorError(message, code, errorData) {
|
|
2146
|
-
var
|
|
2158
|
+
var _this172;
|
|
2147
2159
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
return
|
|
2160
|
+
_this172 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
|
|
2161
|
+
_this172.name = 'ProcessingFailure_RemoteServerErrorError';
|
|
2162
|
+
return _this172;
|
|
2151
2163
|
}
|
|
2152
2164
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr40);
|
|
2153
2165
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
|
@@ -2155,11 +2167,11 @@ var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteS
|
|
|
2155
2167
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
|
2156
2168
|
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (_ProcessingFailureErr41) {
|
|
2157
2169
|
function ProcessingFailure_ResourceBelongsToParentSiteError(message, code, errorData) {
|
|
2158
|
-
var
|
|
2170
|
+
var _this173;
|
|
2159
2171
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
return
|
|
2172
|
+
_this173 = _callSuper(this, ProcessingFailure_ResourceBelongsToParentSiteError, [message, code, errorData]);
|
|
2173
|
+
_this173.name = 'ProcessingFailure_ResourceBelongsToParentSiteError';
|
|
2174
|
+
return _this173;
|
|
2163
2175
|
}
|
|
2164
2176
|
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError, _ProcessingFailureErr41);
|
|
2165
2177
|
return (0, _createClass2.default)(ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
@@ -2167,11 +2179,11 @@ var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailu
|
|
|
2167
2179
|
errorClasses.ProcessingFailure_ResourceBelongsToParentSiteError = ProcessingFailure_ResourceBelongsToParentSiteError;
|
|
2168
2180
|
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr42) {
|
|
2169
2181
|
function ProcessingFailure_ResourceLockedError(message, code, errorData) {
|
|
2170
|
-
var
|
|
2182
|
+
var _this174;
|
|
2171
2183
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
return
|
|
2184
|
+
_this174 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
|
|
2185
|
+
_this174.name = 'ProcessingFailure_ResourceLockedError';
|
|
2186
|
+
return _this174;
|
|
2175
2187
|
}
|
|
2176
2188
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr42);
|
|
2177
2189
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
|
@@ -2179,11 +2191,11 @@ var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLo
|
|
|
2179
2191
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
|
2180
2192
|
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr43) {
|
|
2181
2193
|
function ProcessingFailure_SubfolderLockedError(message, code, errorData) {
|
|
2182
|
-
var
|
|
2194
|
+
var _this175;
|
|
2183
2195
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
return
|
|
2196
|
+
_this175 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
|
|
2197
|
+
_this175.name = 'ProcessingFailure_SubfolderLockedError';
|
|
2198
|
+
return _this175;
|
|
2187
2199
|
}
|
|
2188
2200
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr43);
|
|
2189
2201
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
|
@@ -2191,11 +2203,11 @@ var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_Subfolder
|
|
|
2191
2203
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
|
2192
2204
|
var ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SyncInProgressError = /*#__PURE__*/function (_ProcessingFailureErr44) {
|
|
2193
2205
|
function ProcessingFailure_SyncInProgressError(message, code, errorData) {
|
|
2194
|
-
var
|
|
2206
|
+
var _this176;
|
|
2195
2207
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SyncInProgressError);
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
return
|
|
2208
|
+
_this176 = _callSuper(this, ProcessingFailure_SyncInProgressError, [message, code, errorData]);
|
|
2209
|
+
_this176.name = 'ProcessingFailure_SyncInProgressError';
|
|
2210
|
+
return _this176;
|
|
2199
2211
|
}
|
|
2200
2212
|
(0, _inherits2.default)(ProcessingFailure_SyncInProgressError, _ProcessingFailureErr44);
|
|
2201
2213
|
return (0, _createClass2.default)(ProcessingFailure_SyncInProgressError);
|
|
@@ -2203,11 +2215,11 @@ var ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SyncInProg
|
|
|
2203
2215
|
errorClasses.ProcessingFailure_SyncInProgressError = ProcessingFailure_SyncInProgressError;
|
|
2204
2216
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr45) {
|
|
2205
2217
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code, errorData) {
|
|
2206
|
-
var
|
|
2218
|
+
var _this177;
|
|
2207
2219
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
return
|
|
2220
|
+
_this177 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
|
|
2221
|
+
_this177.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
|
2222
|
+
return _this177;
|
|
2211
2223
|
}
|
|
2212
2224
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr45);
|
|
2213
2225
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
@@ -2215,11 +2227,11 @@ var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.Proc
|
|
|
2215
2227
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
|
2216
2228
|
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr46) {
|
|
2217
2229
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code, errorData) {
|
|
2218
|
-
var
|
|
2230
|
+
var _this178;
|
|
2219
2231
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
return
|
|
2232
|
+
_this178 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
|
|
2233
|
+
_this178.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
|
2234
|
+
return _this178;
|
|
2223
2235
|
}
|
|
2224
2236
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr46);
|
|
2225
2237
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
@@ -2227,11 +2239,11 @@ var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.P
|
|
|
2227
2239
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
|
2228
2240
|
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr47) {
|
|
2229
2241
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code, errorData) {
|
|
2230
|
-
var
|
|
2242
|
+
var _this179;
|
|
2231
2243
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
return
|
|
2244
|
+
_this179 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
|
|
2245
|
+
_this179.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
|
2246
|
+
return _this179;
|
|
2235
2247
|
}
|
|
2236
2248
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr47);
|
|
2237
2249
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
@@ -2239,11 +2251,11 @@ var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.Process
|
|
|
2239
2251
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
|
2240
2252
|
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (_ProcessingFailureErr48) {
|
|
2241
2253
|
function ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError(message, code, errorData) {
|
|
2242
|
-
var
|
|
2254
|
+
var _this180;
|
|
2243
2255
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
return
|
|
2256
|
+
_this180 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, [message, code, errorData]);
|
|
2257
|
+
_this180.name = 'ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError';
|
|
2258
|
+
return _this180;
|
|
2247
2259
|
}
|
|
2248
2260
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, _ProcessingFailureErr48);
|
|
2249
2261
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
@@ -2251,11 +2263,11 @@ var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = expor
|
|
|
2251
2263
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError;
|
|
2252
2264
|
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr49) {
|
|
2253
2265
|
function ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError(message, code, errorData) {
|
|
2254
|
-
var
|
|
2266
|
+
var _this181;
|
|
2255
2267
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
return
|
|
2268
|
+
_this181 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
|
|
2269
|
+
_this181.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
|
|
2270
|
+
return _this181;
|
|
2259
2271
|
}
|
|
2260
2272
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr49);
|
|
2261
2273
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
@@ -2263,11 +2275,11 @@ var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = export
|
|
|
2263
2275
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError;
|
|
2264
2276
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr50) {
|
|
2265
2277
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code, errorData) {
|
|
2266
|
-
var
|
|
2278
|
+
var _this182;
|
|
2267
2279
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
return
|
|
2280
|
+
_this182 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
|
|
2281
|
+
_this182.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
|
2282
|
+
return _this182;
|
|
2271
2283
|
}
|
|
2272
2284
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr50);
|
|
2273
2285
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
@@ -2275,11 +2287,11 @@ var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailu
|
|
|
2275
2287
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
|
2276
2288
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
|
2277
2289
|
function RateLimited_DuplicateShareRecipientError(message, code, errorData) {
|
|
2278
|
-
var
|
|
2290
|
+
var _this183;
|
|
2279
2291
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
return
|
|
2292
|
+
_this183 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
|
|
2293
|
+
_this183.name = 'RateLimited_DuplicateShareRecipientError';
|
|
2294
|
+
return _this183;
|
|
2283
2295
|
}
|
|
2284
2296
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
|
2285
2297
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
|
@@ -2287,11 +2299,11 @@ var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShar
|
|
|
2287
2299
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
|
2288
2300
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
|
2289
2301
|
function RateLimited_ReauthenticationRateLimitedError(message, code, errorData) {
|
|
2290
|
-
var
|
|
2302
|
+
var _this184;
|
|
2291
2303
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
return
|
|
2304
|
+
_this184 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
|
|
2305
|
+
_this184.name = 'RateLimited_ReauthenticationRateLimitedError';
|
|
2306
|
+
return _this184;
|
|
2295
2307
|
}
|
|
2296
2308
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
|
2297
2309
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
|
@@ -2299,11 +2311,11 @@ var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_Reauthent
|
|
|
2299
2311
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
|
2300
2312
|
var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcurrentLoginsError = /*#__PURE__*/function (_RateLimitedError3) {
|
|
2301
2313
|
function RateLimited_TooManyConcurrentLoginsError(message, code, errorData) {
|
|
2302
|
-
var
|
|
2314
|
+
var _this185;
|
|
2303
2315
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentLoginsError);
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
return
|
|
2316
|
+
_this185 = _callSuper(this, RateLimited_TooManyConcurrentLoginsError, [message, code, errorData]);
|
|
2317
|
+
_this185.name = 'RateLimited_TooManyConcurrentLoginsError';
|
|
2318
|
+
return _this185;
|
|
2307
2319
|
}
|
|
2308
2320
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentLoginsError, _RateLimitedError3);
|
|
2309
2321
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentLoginsError);
|
|
@@ -2311,11 +2323,11 @@ var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcur
|
|
|
2311
2323
|
errorClasses.RateLimited_TooManyConcurrentLoginsError = RateLimited_TooManyConcurrentLoginsError;
|
|
2312
2324
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
|
2313
2325
|
function RateLimited_TooManyConcurrentRequestsError(message, code, errorData) {
|
|
2314
|
-
var
|
|
2326
|
+
var _this186;
|
|
2315
2327
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
return
|
|
2328
|
+
_this186 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
|
|
2329
|
+
_this186.name = 'RateLimited_TooManyConcurrentRequestsError';
|
|
2330
|
+
return _this186;
|
|
2319
2331
|
}
|
|
2320
2332
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError4);
|
|
2321
2333
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
|
@@ -2323,11 +2335,11 @@ var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConc
|
|
|
2323
2335
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
|
2324
2336
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError5) {
|
|
2325
2337
|
function RateLimited_TooManyLoginAttemptsError(message, code, errorData) {
|
|
2326
|
-
var
|
|
2338
|
+
var _this187;
|
|
2327
2339
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
return
|
|
2340
|
+
_this187 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
|
|
2341
|
+
_this187.name = 'RateLimited_TooManyLoginAttemptsError';
|
|
2342
|
+
return _this187;
|
|
2331
2343
|
}
|
|
2332
2344
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError5);
|
|
2333
2345
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
|
@@ -2335,11 +2347,11 @@ var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAtte
|
|
|
2335
2347
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
|
2336
2348
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError6) {
|
|
2337
2349
|
function RateLimited_TooManyRequestsError(message, code, errorData) {
|
|
2338
|
-
var
|
|
2350
|
+
var _this188;
|
|
2339
2351
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
return
|
|
2352
|
+
_this188 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
|
|
2353
|
+
_this188.name = 'RateLimited_TooManyRequestsError';
|
|
2354
|
+
return _this188;
|
|
2343
2355
|
}
|
|
2344
2356
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError6);
|
|
2345
2357
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
|
@@ -2347,11 +2359,11 @@ var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError
|
|
|
2347
2359
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2348
2360
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError7) {
|
|
2349
2361
|
function RateLimited_TooManySharesError(message, code, errorData) {
|
|
2350
|
-
var
|
|
2362
|
+
var _this189;
|
|
2351
2363
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
return
|
|
2364
|
+
_this189 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
|
|
2365
|
+
_this189.name = 'RateLimited_TooManySharesError';
|
|
2366
|
+
return _this189;
|
|
2355
2367
|
}
|
|
2356
2368
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError7);
|
|
2357
2369
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
|
@@ -2359,11 +2371,11 @@ var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*
|
|
|
2359
2371
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2360
2372
|
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
|
2361
2373
|
function ServiceUnavailable_AutomationsUnavailableError(message, code, errorData) {
|
|
2362
|
-
var
|
|
2374
|
+
var _this190;
|
|
2363
2375
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
return
|
|
2376
|
+
_this190 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
|
|
2377
|
+
_this190.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
|
2378
|
+
return _this190;
|
|
2367
2379
|
}
|
|
2368
2380
|
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr);
|
|
2369
2381
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
|
@@ -2371,11 +2383,11 @@ var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_
|
|
|
2371
2383
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
|
2372
2384
|
var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_MigrationInProgressError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
|
2373
2385
|
function ServiceUnavailable_MigrationInProgressError(message, code, errorData) {
|
|
2374
|
-
var
|
|
2386
|
+
var _this191;
|
|
2375
2387
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_MigrationInProgressError);
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
return
|
|
2388
|
+
_this191 = _callSuper(this, ServiceUnavailable_MigrationInProgressError, [message, code, errorData]);
|
|
2389
|
+
_this191.name = 'ServiceUnavailable_MigrationInProgressError';
|
|
2390
|
+
return _this191;
|
|
2379
2391
|
}
|
|
2380
2392
|
(0, _inherits2.default)(ServiceUnavailable_MigrationInProgressError, _ServiceUnavailableEr2);
|
|
2381
2393
|
return (0, _createClass2.default)(ServiceUnavailable_MigrationInProgressError);
|
|
@@ -2383,11 +2395,11 @@ var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_Mig
|
|
|
2383
2395
|
errorClasses.ServiceUnavailable_MigrationInProgressError = ServiceUnavailable_MigrationInProgressError;
|
|
2384
2396
|
var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabledError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
|
2385
2397
|
function ServiceUnavailable_SiteDisabledError(message, code, errorData) {
|
|
2386
|
-
var
|
|
2398
|
+
var _this192;
|
|
2387
2399
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_SiteDisabledError);
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
return
|
|
2400
|
+
_this192 = _callSuper(this, ServiceUnavailable_SiteDisabledError, [message, code, errorData]);
|
|
2401
|
+
_this192.name = 'ServiceUnavailable_SiteDisabledError';
|
|
2402
|
+
return _this192;
|
|
2391
2403
|
}
|
|
2392
2404
|
(0, _inherits2.default)(ServiceUnavailable_SiteDisabledError, _ServiceUnavailableEr3);
|
|
2393
2405
|
return (0, _createClass2.default)(ServiceUnavailable_SiteDisabledError);
|
|
@@ -2395,11 +2407,11 @@ var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabl
|
|
|
2395
2407
|
errorClasses.ServiceUnavailable_SiteDisabledError = ServiceUnavailable_SiteDisabledError;
|
|
2396
2408
|
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr4) {
|
|
2397
2409
|
function ServiceUnavailable_UploadsUnavailableError(message, code, errorData) {
|
|
2398
|
-
var
|
|
2410
|
+
var _this193;
|
|
2399
2411
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
return
|
|
2412
|
+
_this193 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
|
|
2413
|
+
_this193.name = 'ServiceUnavailable_UploadsUnavailableError';
|
|
2414
|
+
return _this193;
|
|
2403
2415
|
}
|
|
2404
2416
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr4);
|
|
2405
2417
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
|
@@ -2407,11 +2419,11 @@ var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_Uplo
|
|
|
2407
2419
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
|
2408
2420
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
|
2409
2421
|
function SiteConfiguration_AccountAlreadyExistsError(message, code, errorData) {
|
|
2410
|
-
var
|
|
2422
|
+
var _this194;
|
|
2411
2423
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
return
|
|
2424
|
+
_this194 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
|
|
2425
|
+
_this194.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
|
2426
|
+
return _this194;
|
|
2415
2427
|
}
|
|
2416
2428
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
|
2417
2429
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
|
@@ -2419,11 +2431,11 @@ var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_Acco
|
|
|
2419
2431
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
|
2420
2432
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
|
2421
2433
|
function SiteConfiguration_AccountOverdueError(message, code, errorData) {
|
|
2422
|
-
var
|
|
2434
|
+
var _this195;
|
|
2423
2435
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
return
|
|
2436
|
+
_this195 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
|
|
2437
|
+
_this195.name = 'SiteConfiguration_AccountOverdueError';
|
|
2438
|
+
return _this195;
|
|
2427
2439
|
}
|
|
2428
2440
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
|
2429
2441
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
|
@@ -2431,11 +2443,11 @@ var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOve
|
|
|
2431
2443
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
|
2432
2444
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
|
2433
2445
|
function SiteConfiguration_NoAccountForSiteError(message, code, errorData) {
|
|
2434
|
-
var
|
|
2446
|
+
var _this196;
|
|
2435
2447
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
return
|
|
2448
|
+
_this196 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
|
|
2449
|
+
_this196.name = 'SiteConfiguration_NoAccountForSiteError';
|
|
2450
|
+
return _this196;
|
|
2439
2451
|
}
|
|
2440
2452
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
|
2441
2453
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
|
@@ -2443,11 +2455,11 @@ var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccoun
|
|
|
2443
2455
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
|
2444
2456
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
|
2445
2457
|
function SiteConfiguration_SiteWasRemovedError(message, code, errorData) {
|
|
2446
|
-
var
|
|
2458
|
+
var _this197;
|
|
2447
2459
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
return
|
|
2460
|
+
_this197 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
|
|
2461
|
+
_this197.name = 'SiteConfiguration_SiteWasRemovedError';
|
|
2462
|
+
return _this197;
|
|
2451
2463
|
}
|
|
2452
2464
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
|
2453
2465
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
|
@@ -2455,11 +2467,11 @@ var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRem
|
|
|
2455
2467
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
|
2456
2468
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
|
2457
2469
|
function SiteConfiguration_TrialExpiredError(message, code, errorData) {
|
|
2458
|
-
var
|
|
2470
|
+
var _this198;
|
|
2459
2471
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
return
|
|
2472
|
+
_this198 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
|
|
2473
|
+
_this198.name = 'SiteConfiguration_TrialExpiredError';
|
|
2474
|
+
return _this198;
|
|
2463
2475
|
}
|
|
2464
2476
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
|
2465
2477
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
|
@@ -2467,11 +2479,11 @@ var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpired
|
|
|
2467
2479
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
|
2468
2480
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
|
2469
2481
|
function SiteConfiguration_TrialLockedError(message, code, errorData) {
|
|
2470
|
-
var
|
|
2482
|
+
var _this199;
|
|
2471
2483
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
return
|
|
2484
|
+
_this199 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
|
|
2485
|
+
_this199.name = 'SiteConfiguration_TrialLockedError';
|
|
2486
|
+
return _this199;
|
|
2475
2487
|
}
|
|
2476
2488
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
|
2477
2489
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
|
@@ -2479,11 +2491,11 @@ var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedEr
|
|
|
2479
2491
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2480
2492
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
|
2481
2493
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code, errorData) {
|
|
2482
|
-
var
|
|
2494
|
+
var _this200;
|
|
2483
2495
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
return
|
|
2496
|
+
_this200 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
|
|
2497
|
+
_this200.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
|
2498
|
+
return _this200;
|
|
2487
2499
|
}
|
|
2488
2500
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
|
2489
2501
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|