files.com 1.0.226 → 1.0.228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_VERSION +1 -1
- package/docs/Errors.md +2 -0
- package/docs/models/FileMigration.md +1 -1
- package/docs/models/IpAddress.md +16 -0
- package/docs/models/RemoteServer.md +82 -2
- package/docs/models/RemoteServerConfigurationFile.md +29 -0
- package/docs/models/Site.md +4 -0
- package/lib/Errors.js +814 -786
- package/lib/models/IpAddress.js +40 -2
- package/lib/models/RemoteServer.js +362 -165
- package/lib/models/RemoteServerConfigurationFile.js +76 -0
- package/lib/models/Site.js +80 -71
- package/package.json +1 -1
- package/src/Errors.js +2 -0
- package/src/models/FileMigration.js +1 -1
- package/src/models/IpAddress.js +17 -0
- package/src/models/RemoteServer.js +127 -0
- package/src/models/RemoteServerConfigurationFile.js +58 -0
- package/src/models/Site.js +8 -0
package/lib/Errors.js
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
exports.__esModule = true;
|
5
|
-
exports.
|
6
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = void 0;
|
5
|
+
exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_OperationOnNonScimResourceError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
|
6
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = void 0;
|
7
7
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
8
8
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
9
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
@@ -274,491 +274,505 @@ exports.SiteConfigurationError = SiteConfigurationError;
|
|
274
274
|
errorClasses.SiteConfigurationError = SiteConfigurationError;
|
275
275
|
|
276
276
|
// grouped api errors
|
277
|
-
var
|
278
|
-
(0, _inherits2.default)(
|
279
|
-
var _super16 = _createSuper(
|
280
|
-
function
|
277
|
+
var BadRequest_AgentUpgradeRequiredError = /*#__PURE__*/function (_BadRequestError) {
|
278
|
+
(0, _inherits2.default)(BadRequest_AgentUpgradeRequiredError, _BadRequestError);
|
279
|
+
var _super16 = _createSuper(BadRequest_AgentUpgradeRequiredError);
|
280
|
+
function BadRequest_AgentUpgradeRequiredError(message, code) {
|
281
281
|
var _this16;
|
282
|
-
(0, _classCallCheck2.default)(this,
|
282
|
+
(0, _classCallCheck2.default)(this, BadRequest_AgentUpgradeRequiredError);
|
283
283
|
_this16 = _super16.call(this, message, code);
|
284
|
-
_this16.name = '
|
284
|
+
_this16.name = 'BadRequest_AgentUpgradeRequiredError';
|
285
285
|
return _this16;
|
286
286
|
}
|
287
|
+
return (0, _createClass2.default)(BadRequest_AgentUpgradeRequiredError);
|
288
|
+
}(BadRequestError);
|
289
|
+
exports.BadRequest_AgentUpgradeRequiredError = BadRequest_AgentUpgradeRequiredError;
|
290
|
+
errorClasses.BadRequest_AgentUpgradeRequiredError = BadRequest_AgentUpgradeRequiredError;
|
291
|
+
var BadRequest_AttachmentTooLargeError = /*#__PURE__*/function (_BadRequestError2) {
|
292
|
+
(0, _inherits2.default)(BadRequest_AttachmentTooLargeError, _BadRequestError2);
|
293
|
+
var _super17 = _createSuper(BadRequest_AttachmentTooLargeError);
|
294
|
+
function BadRequest_AttachmentTooLargeError(message, code) {
|
295
|
+
var _this17;
|
296
|
+
(0, _classCallCheck2.default)(this, BadRequest_AttachmentTooLargeError);
|
297
|
+
_this17 = _super17.call(this, message, code);
|
298
|
+
_this17.name = 'BadRequest_AttachmentTooLargeError';
|
299
|
+
return _this17;
|
300
|
+
}
|
287
301
|
return (0, _createClass2.default)(BadRequest_AttachmentTooLargeError);
|
288
302
|
}(BadRequestError);
|
289
303
|
exports.BadRequest_AttachmentTooLargeError = BadRequest_AttachmentTooLargeError;
|
290
304
|
errorClasses.BadRequest_AttachmentTooLargeError = BadRequest_AttachmentTooLargeError;
|
291
|
-
var BadRequest_CannotDownloadDirectoryError = /*#__PURE__*/function (
|
292
|
-
(0, _inherits2.default)(BadRequest_CannotDownloadDirectoryError,
|
293
|
-
var
|
305
|
+
var BadRequest_CannotDownloadDirectoryError = /*#__PURE__*/function (_BadRequestError3) {
|
306
|
+
(0, _inherits2.default)(BadRequest_CannotDownloadDirectoryError, _BadRequestError3);
|
307
|
+
var _super18 = _createSuper(BadRequest_CannotDownloadDirectoryError);
|
294
308
|
function BadRequest_CannotDownloadDirectoryError(message, code) {
|
295
|
-
var
|
309
|
+
var _this18;
|
296
310
|
(0, _classCallCheck2.default)(this, BadRequest_CannotDownloadDirectoryError);
|
297
|
-
|
298
|
-
|
299
|
-
return
|
311
|
+
_this18 = _super18.call(this, message, code);
|
312
|
+
_this18.name = 'BadRequest_CannotDownloadDirectoryError';
|
313
|
+
return _this18;
|
300
314
|
}
|
301
315
|
return (0, _createClass2.default)(BadRequest_CannotDownloadDirectoryError);
|
302
316
|
}(BadRequestError);
|
303
317
|
exports.BadRequest_CannotDownloadDirectoryError = BadRequest_CannotDownloadDirectoryError;
|
304
318
|
errorClasses.BadRequest_CannotDownloadDirectoryError = BadRequest_CannotDownloadDirectoryError;
|
305
|
-
var BadRequest_CantMoveWithMultipleLocationsError = /*#__PURE__*/function (
|
306
|
-
(0, _inherits2.default)(BadRequest_CantMoveWithMultipleLocationsError,
|
307
|
-
var
|
319
|
+
var BadRequest_CantMoveWithMultipleLocationsError = /*#__PURE__*/function (_BadRequestError4) {
|
320
|
+
(0, _inherits2.default)(BadRequest_CantMoveWithMultipleLocationsError, _BadRequestError4);
|
321
|
+
var _super19 = _createSuper(BadRequest_CantMoveWithMultipleLocationsError);
|
308
322
|
function BadRequest_CantMoveWithMultipleLocationsError(message, code) {
|
309
|
-
var
|
323
|
+
var _this19;
|
310
324
|
(0, _classCallCheck2.default)(this, BadRequest_CantMoveWithMultipleLocationsError);
|
311
|
-
|
312
|
-
|
313
|
-
return
|
325
|
+
_this19 = _super19.call(this, message, code);
|
326
|
+
_this19.name = 'BadRequest_CantMoveWithMultipleLocationsError';
|
327
|
+
return _this19;
|
314
328
|
}
|
315
329
|
return (0, _createClass2.default)(BadRequest_CantMoveWithMultipleLocationsError);
|
316
330
|
}(BadRequestError);
|
317
331
|
exports.BadRequest_CantMoveWithMultipleLocationsError = BadRequest_CantMoveWithMultipleLocationsError;
|
318
332
|
errorClasses.BadRequest_CantMoveWithMultipleLocationsError = BadRequest_CantMoveWithMultipleLocationsError;
|
319
|
-
var BadRequest_DatetimeParseError = /*#__PURE__*/function (
|
320
|
-
(0, _inherits2.default)(BadRequest_DatetimeParseError,
|
321
|
-
var
|
333
|
+
var BadRequest_DatetimeParseError = /*#__PURE__*/function (_BadRequestError5) {
|
334
|
+
(0, _inherits2.default)(BadRequest_DatetimeParseError, _BadRequestError5);
|
335
|
+
var _super20 = _createSuper(BadRequest_DatetimeParseError);
|
322
336
|
function BadRequest_DatetimeParseError(message, code) {
|
323
|
-
var
|
337
|
+
var _this20;
|
324
338
|
(0, _classCallCheck2.default)(this, BadRequest_DatetimeParseError);
|
325
|
-
|
326
|
-
|
327
|
-
return
|
339
|
+
_this20 = _super20.call(this, message, code);
|
340
|
+
_this20.name = 'BadRequest_DatetimeParseError';
|
341
|
+
return _this20;
|
328
342
|
}
|
329
343
|
return (0, _createClass2.default)(BadRequest_DatetimeParseError);
|
330
344
|
}(BadRequestError);
|
331
345
|
exports.BadRequest_DatetimeParseError = BadRequest_DatetimeParseError;
|
332
346
|
errorClasses.BadRequest_DatetimeParseError = BadRequest_DatetimeParseError;
|
333
|
-
var BadRequest_DestinationSameError = /*#__PURE__*/function (
|
334
|
-
(0, _inherits2.default)(BadRequest_DestinationSameError,
|
335
|
-
var
|
347
|
+
var BadRequest_DestinationSameError = /*#__PURE__*/function (_BadRequestError6) {
|
348
|
+
(0, _inherits2.default)(BadRequest_DestinationSameError, _BadRequestError6);
|
349
|
+
var _super21 = _createSuper(BadRequest_DestinationSameError);
|
336
350
|
function BadRequest_DestinationSameError(message, code) {
|
337
|
-
var
|
351
|
+
var _this21;
|
338
352
|
(0, _classCallCheck2.default)(this, BadRequest_DestinationSameError);
|
339
|
-
|
340
|
-
|
341
|
-
return
|
353
|
+
_this21 = _super21.call(this, message, code);
|
354
|
+
_this21.name = 'BadRequest_DestinationSameError';
|
355
|
+
return _this21;
|
342
356
|
}
|
343
357
|
return (0, _createClass2.default)(BadRequest_DestinationSameError);
|
344
358
|
}(BadRequestError);
|
345
359
|
exports.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
346
360
|
errorClasses.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
347
|
-
var BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (
|
348
|
-
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError,
|
349
|
-
var
|
361
|
+
var BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (_BadRequestError7) {
|
362
|
+
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError, _BadRequestError7);
|
363
|
+
var _super22 = _createSuper(BadRequest_FolderMustNotBeAFileError);
|
350
364
|
function BadRequest_FolderMustNotBeAFileError(message, code) {
|
351
|
-
var
|
365
|
+
var _this22;
|
352
366
|
(0, _classCallCheck2.default)(this, BadRequest_FolderMustNotBeAFileError);
|
353
|
-
|
354
|
-
|
355
|
-
return
|
367
|
+
_this22 = _super22.call(this, message, code);
|
368
|
+
_this22.name = 'BadRequest_FolderMustNotBeAFileError';
|
369
|
+
return _this22;
|
356
370
|
}
|
357
371
|
return (0, _createClass2.default)(BadRequest_FolderMustNotBeAFileError);
|
358
372
|
}(BadRequestError);
|
359
373
|
exports.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
360
374
|
errorClasses.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
361
|
-
var BadRequest_InvalidBodyError = /*#__PURE__*/function (
|
362
|
-
(0, _inherits2.default)(BadRequest_InvalidBodyError,
|
363
|
-
var
|
375
|
+
var BadRequest_InvalidBodyError = /*#__PURE__*/function (_BadRequestError8) {
|
376
|
+
(0, _inherits2.default)(BadRequest_InvalidBodyError, _BadRequestError8);
|
377
|
+
var _super23 = _createSuper(BadRequest_InvalidBodyError);
|
364
378
|
function BadRequest_InvalidBodyError(message, code) {
|
365
|
-
var
|
379
|
+
var _this23;
|
366
380
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidBodyError);
|
367
|
-
|
368
|
-
|
369
|
-
return
|
381
|
+
_this23 = _super23.call(this, message, code);
|
382
|
+
_this23.name = 'BadRequest_InvalidBodyError';
|
383
|
+
return _this23;
|
370
384
|
}
|
371
385
|
return (0, _createClass2.default)(BadRequest_InvalidBodyError);
|
372
386
|
}(BadRequestError);
|
373
387
|
exports.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
374
388
|
errorClasses.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
375
|
-
var BadRequest_InvalidCursorError = /*#__PURE__*/function (
|
376
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorError,
|
377
|
-
var
|
389
|
+
var BadRequest_InvalidCursorError = /*#__PURE__*/function (_BadRequestError9) {
|
390
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorError, _BadRequestError9);
|
391
|
+
var _super24 = _createSuper(BadRequest_InvalidCursorError);
|
378
392
|
function BadRequest_InvalidCursorError(message, code) {
|
379
|
-
var
|
393
|
+
var _this24;
|
380
394
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorError);
|
381
|
-
|
382
|
-
|
383
|
-
return
|
395
|
+
_this24 = _super24.call(this, message, code);
|
396
|
+
_this24.name = 'BadRequest_InvalidCursorError';
|
397
|
+
return _this24;
|
384
398
|
}
|
385
399
|
return (0, _createClass2.default)(BadRequest_InvalidCursorError);
|
386
400
|
}(BadRequestError);
|
387
401
|
exports.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
388
402
|
errorClasses.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
389
|
-
var BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (
|
390
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError,
|
391
|
-
var
|
403
|
+
var BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (_BadRequestError10) {
|
404
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError, _BadRequestError10);
|
405
|
+
var _super25 = _createSuper(BadRequest_InvalidCursorTypeForSortError);
|
392
406
|
function BadRequest_InvalidCursorTypeForSortError(message, code) {
|
393
|
-
var
|
407
|
+
var _this25;
|
394
408
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorTypeForSortError);
|
395
|
-
|
396
|
-
|
397
|
-
return
|
409
|
+
_this25 = _super25.call(this, message, code);
|
410
|
+
_this25.name = 'BadRequest_InvalidCursorTypeForSortError';
|
411
|
+
return _this25;
|
398
412
|
}
|
399
413
|
return (0, _createClass2.default)(BadRequest_InvalidCursorTypeForSortError);
|
400
414
|
}(BadRequestError);
|
401
415
|
exports.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
402
416
|
errorClasses.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
403
|
-
var BadRequest_InvalidEtagsError = /*#__PURE__*/function (
|
404
|
-
(0, _inherits2.default)(BadRequest_InvalidEtagsError,
|
405
|
-
var
|
417
|
+
var BadRequest_InvalidEtagsError = /*#__PURE__*/function (_BadRequestError11) {
|
418
|
+
(0, _inherits2.default)(BadRequest_InvalidEtagsError, _BadRequestError11);
|
419
|
+
var _super26 = _createSuper(BadRequest_InvalidEtagsError);
|
406
420
|
function BadRequest_InvalidEtagsError(message, code) {
|
407
|
-
var
|
421
|
+
var _this26;
|
408
422
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidEtagsError);
|
409
|
-
|
410
|
-
|
411
|
-
return
|
423
|
+
_this26 = _super26.call(this, message, code);
|
424
|
+
_this26.name = 'BadRequest_InvalidEtagsError';
|
425
|
+
return _this26;
|
412
426
|
}
|
413
427
|
return (0, _createClass2.default)(BadRequest_InvalidEtagsError);
|
414
428
|
}(BadRequestError);
|
415
429
|
exports.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
416
430
|
errorClasses.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
417
|
-
var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (
|
418
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterCombinationError,
|
419
|
-
var
|
431
|
+
var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (_BadRequestError12) {
|
432
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterCombinationError, _BadRequestError12);
|
433
|
+
var _super27 = _createSuper(BadRequest_InvalidFilterCombinationError);
|
420
434
|
function BadRequest_InvalidFilterCombinationError(message, code) {
|
421
|
-
var
|
435
|
+
var _this27;
|
422
436
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterCombinationError);
|
423
|
-
|
424
|
-
|
425
|
-
return
|
437
|
+
_this27 = _super27.call(this, message, code);
|
438
|
+
_this27.name = 'BadRequest_InvalidFilterCombinationError';
|
439
|
+
return _this27;
|
426
440
|
}
|
427
441
|
return (0, _createClass2.default)(BadRequest_InvalidFilterCombinationError);
|
428
442
|
}(BadRequestError);
|
429
443
|
exports.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
430
444
|
errorClasses.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
431
|
-
var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (
|
432
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError,
|
433
|
-
var
|
445
|
+
var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError13) {
|
446
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError, _BadRequestError13);
|
447
|
+
var _super28 = _createSuper(BadRequest_InvalidFilterFieldError);
|
434
448
|
function BadRequest_InvalidFilterFieldError(message, code) {
|
435
|
-
var
|
449
|
+
var _this28;
|
436
450
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterFieldError);
|
437
|
-
|
438
|
-
|
439
|
-
return
|
451
|
+
_this28 = _super28.call(this, message, code);
|
452
|
+
_this28.name = 'BadRequest_InvalidFilterFieldError';
|
453
|
+
return _this28;
|
440
454
|
}
|
441
455
|
return (0, _createClass2.default)(BadRequest_InvalidFilterFieldError);
|
442
456
|
}(BadRequestError);
|
443
457
|
exports.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
444
458
|
errorClasses.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
445
|
-
var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (
|
446
|
-
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError,
|
447
|
-
var
|
459
|
+
var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError14) {
|
460
|
+
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError14);
|
461
|
+
var _super29 = _createSuper(BadRequest_InvalidInputEncodingError);
|
448
462
|
function BadRequest_InvalidInputEncodingError(message, code) {
|
449
|
-
var
|
463
|
+
var _this29;
|
450
464
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
451
|
-
|
452
|
-
|
453
|
-
return
|
465
|
+
_this29 = _super29.call(this, message, code);
|
466
|
+
_this29.name = 'BadRequest_InvalidInputEncodingError';
|
467
|
+
return _this29;
|
454
468
|
}
|
455
469
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
456
470
|
}(BadRequestError);
|
457
471
|
exports.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
458
472
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
459
|
-
var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (
|
460
|
-
(0, _inherits2.default)(BadRequest_InvalidInterfaceError,
|
461
|
-
var
|
473
|
+
var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError15) {
|
474
|
+
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError15);
|
475
|
+
var _super30 = _createSuper(BadRequest_InvalidInterfaceError);
|
462
476
|
function BadRequest_InvalidInterfaceError(message, code) {
|
463
|
-
var
|
477
|
+
var _this30;
|
464
478
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
465
|
-
|
466
|
-
|
467
|
-
return
|
479
|
+
_this30 = _super30.call(this, message, code);
|
480
|
+
_this30.name = 'BadRequest_InvalidInterfaceError';
|
481
|
+
return _this30;
|
468
482
|
}
|
469
483
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
470
484
|
}(BadRequestError);
|
471
485
|
exports.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
472
486
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
473
|
-
var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (
|
474
|
-
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError,
|
475
|
-
var
|
487
|
+
var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError16) {
|
488
|
+
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError16);
|
489
|
+
var _super31 = _createSuper(BadRequest_InvalidOauthProviderError);
|
476
490
|
function BadRequest_InvalidOauthProviderError(message, code) {
|
477
|
-
var
|
491
|
+
var _this31;
|
478
492
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
479
|
-
|
480
|
-
|
481
|
-
return
|
493
|
+
_this31 = _super31.call(this, message, code);
|
494
|
+
_this31.name = 'BadRequest_InvalidOauthProviderError';
|
495
|
+
return _this31;
|
482
496
|
}
|
483
497
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
484
498
|
}(BadRequestError);
|
485
499
|
exports.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
486
500
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
487
|
-
var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (
|
488
|
-
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError,
|
489
|
-
var
|
501
|
+
var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError17) {
|
502
|
+
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError17);
|
503
|
+
var _super32 = _createSuper(BadRequest_InvalidReturnToUrlError);
|
490
504
|
function BadRequest_InvalidReturnToUrlError(message, code) {
|
491
|
-
var
|
505
|
+
var _this32;
|
492
506
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
493
|
-
|
494
|
-
|
495
|
-
return
|
507
|
+
_this32 = _super32.call(this, message, code);
|
508
|
+
_this32.name = 'BadRequest_InvalidReturnToUrlError';
|
509
|
+
return _this32;
|
496
510
|
}
|
497
511
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
498
512
|
}(BadRequestError);
|
499
513
|
exports.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
500
514
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
501
|
-
var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (
|
502
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError,
|
503
|
-
var
|
515
|
+
var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError18) {
|
516
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError18);
|
517
|
+
var _super33 = _createSuper(BadRequest_InvalidUploadOffsetError);
|
504
518
|
function BadRequest_InvalidUploadOffsetError(message, code) {
|
505
|
-
var
|
519
|
+
var _this33;
|
506
520
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
507
|
-
|
508
|
-
|
509
|
-
return
|
521
|
+
_this33 = _super33.call(this, message, code);
|
522
|
+
_this33.name = 'BadRequest_InvalidUploadOffsetError';
|
523
|
+
return _this33;
|
510
524
|
}
|
511
525
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
512
526
|
}(BadRequestError);
|
513
527
|
exports.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
514
528
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
515
|
-
var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (
|
516
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError,
|
517
|
-
var
|
529
|
+
var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError19) {
|
530
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError19);
|
531
|
+
var _super34 = _createSuper(BadRequest_InvalidUploadPartGapError);
|
518
532
|
function BadRequest_InvalidUploadPartGapError(message, code) {
|
519
|
-
var
|
533
|
+
var _this34;
|
520
534
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
521
|
-
|
522
|
-
|
523
|
-
return
|
535
|
+
_this34 = _super34.call(this, message, code);
|
536
|
+
_this34.name = 'BadRequest_InvalidUploadPartGapError';
|
537
|
+
return _this34;
|
524
538
|
}
|
525
539
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
526
540
|
}(BadRequestError);
|
527
541
|
exports.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
528
542
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
529
|
-
var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (
|
530
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError,
|
531
|
-
var
|
543
|
+
var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError20) {
|
544
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError20);
|
545
|
+
var _super35 = _createSuper(BadRequest_InvalidUploadPartSizeError);
|
532
546
|
function BadRequest_InvalidUploadPartSizeError(message, code) {
|
533
|
-
var
|
547
|
+
var _this35;
|
534
548
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
535
|
-
|
536
|
-
|
537
|
-
return
|
549
|
+
_this35 = _super35.call(this, message, code);
|
550
|
+
_this35.name = 'BadRequest_InvalidUploadPartSizeError';
|
551
|
+
return _this35;
|
538
552
|
}
|
539
553
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
540
554
|
}(BadRequestError);
|
541
555
|
exports.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
542
556
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
543
|
-
var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (
|
544
|
-
(0, _inherits2.default)(BadRequest_MethodNotAllowedError,
|
545
|
-
var
|
557
|
+
var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError21) {
|
558
|
+
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError21);
|
559
|
+
var _super36 = _createSuper(BadRequest_MethodNotAllowedError);
|
546
560
|
function BadRequest_MethodNotAllowedError(message, code) {
|
547
|
-
var
|
561
|
+
var _this36;
|
548
562
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
549
|
-
|
550
|
-
|
551
|
-
return
|
563
|
+
_this36 = _super36.call(this, message, code);
|
564
|
+
_this36.name = 'BadRequest_MethodNotAllowedError';
|
565
|
+
return _this36;
|
552
566
|
}
|
553
567
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
554
568
|
}(BadRequestError);
|
555
569
|
exports.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
556
570
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
557
|
-
var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (
|
558
|
-
(0, _inherits2.default)(BadRequest_NoValidInputParamsError,
|
559
|
-
var
|
571
|
+
var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError22) {
|
572
|
+
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError22);
|
573
|
+
var _super37 = _createSuper(BadRequest_NoValidInputParamsError);
|
560
574
|
function BadRequest_NoValidInputParamsError(message, code) {
|
561
|
-
var
|
575
|
+
var _this37;
|
562
576
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
563
|
-
|
564
|
-
|
565
|
-
return
|
577
|
+
_this37 = _super37.call(this, message, code);
|
578
|
+
_this37.name = 'BadRequest_NoValidInputParamsError';
|
579
|
+
return _this37;
|
566
580
|
}
|
567
581
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
568
582
|
}(BadRequestError);
|
569
583
|
exports.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
570
584
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
571
|
-
var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (
|
572
|
-
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError,
|
573
|
-
var
|
585
|
+
var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError23) {
|
586
|
+
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError23);
|
587
|
+
var _super38 = _createSuper(BadRequest_OperationOnNonScimResourceError);
|
574
588
|
function BadRequest_OperationOnNonScimResourceError(message, code) {
|
575
|
-
var
|
589
|
+
var _this38;
|
576
590
|
(0, _classCallCheck2.default)(this, BadRequest_OperationOnNonScimResourceError);
|
577
|
-
|
578
|
-
|
579
|
-
return
|
591
|
+
_this38 = _super38.call(this, message, code);
|
592
|
+
_this38.name = 'BadRequest_OperationOnNonScimResourceError';
|
593
|
+
return _this38;
|
580
594
|
}
|
581
595
|
return (0, _createClass2.default)(BadRequest_OperationOnNonScimResourceError);
|
582
596
|
}(BadRequestError);
|
583
597
|
exports.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
584
598
|
errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
585
|
-
var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (
|
586
|
-
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError,
|
587
|
-
var
|
599
|
+
var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError24) {
|
600
|
+
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError24);
|
601
|
+
var _super39 = _createSuper(BadRequest_PartNumberTooLargeError);
|
588
602
|
function BadRequest_PartNumberTooLargeError(message, code) {
|
589
|
-
var
|
603
|
+
var _this39;
|
590
604
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
591
|
-
|
592
|
-
|
593
|
-
return
|
605
|
+
_this39 = _super39.call(this, message, code);
|
606
|
+
_this39.name = 'BadRequest_PartNumberTooLargeError';
|
607
|
+
return _this39;
|
594
608
|
}
|
595
609
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
596
610
|
}(BadRequestError);
|
597
611
|
exports.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
598
612
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
599
|
-
var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (
|
600
|
-
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError,
|
601
|
-
var
|
613
|
+
var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError25) {
|
614
|
+
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError25);
|
615
|
+
var _super40 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
|
602
616
|
function BadRequest_ReauthenticationNeededFieldsError(message, code) {
|
603
|
-
var
|
617
|
+
var _this40;
|
604
618
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
605
|
-
|
606
|
-
|
607
|
-
return
|
619
|
+
_this40 = _super40.call(this, message, code);
|
620
|
+
_this40.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
621
|
+
return _this40;
|
608
622
|
}
|
609
623
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
610
624
|
}(BadRequestError);
|
611
625
|
exports.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
612
626
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
613
|
-
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (
|
614
|
-
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError,
|
615
|
-
var
|
627
|
+
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError26) {
|
628
|
+
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError26);
|
629
|
+
var _super41 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
616
630
|
function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code) {
|
617
|
-
var
|
631
|
+
var _this41;
|
618
632
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
619
|
-
|
620
|
-
|
621
|
-
return
|
633
|
+
_this41 = _super41.call(this, message, code);
|
634
|
+
_this41.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
|
635
|
+
return _this41;
|
622
636
|
}
|
623
637
|
return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
624
638
|
}(BadRequestError);
|
625
639
|
exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
626
640
|
errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
627
|
-
var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (
|
628
|
-
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError,
|
629
|
-
var
|
641
|
+
var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError27) {
|
642
|
+
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError27);
|
643
|
+
var _super42 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
|
630
644
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code) {
|
631
|
-
var
|
645
|
+
var _this42;
|
632
646
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
633
|
-
|
634
|
-
|
635
|
-
return
|
647
|
+
_this42 = _super42.call(this, message, code);
|
648
|
+
_this42.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
649
|
+
return _this42;
|
636
650
|
}
|
637
651
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
638
652
|
}(BadRequestError);
|
639
653
|
exports.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
640
654
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
641
|
-
var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (
|
642
|
-
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError,
|
643
|
-
var
|
655
|
+
var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError28) {
|
656
|
+
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError28);
|
657
|
+
var _super43 = _createSuper(BadRequest_RequestParamsInvalidError);
|
644
658
|
function BadRequest_RequestParamsInvalidError(message, code) {
|
645
|
-
var
|
659
|
+
var _this43;
|
646
660
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
647
|
-
|
648
|
-
|
649
|
-
return
|
661
|
+
_this43 = _super43.call(this, message, code);
|
662
|
+
_this43.name = 'BadRequest_RequestParamsInvalidError';
|
663
|
+
return _this43;
|
650
664
|
}
|
651
665
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
652
666
|
}(BadRequestError);
|
653
667
|
exports.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
654
668
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
655
|
-
var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (
|
656
|
-
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError,
|
657
|
-
var
|
669
|
+
var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError29) {
|
670
|
+
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError29);
|
671
|
+
var _super44 = _createSuper(BadRequest_RequestParamsRequiredError);
|
658
672
|
function BadRequest_RequestParamsRequiredError(message, code) {
|
659
|
-
var
|
673
|
+
var _this44;
|
660
674
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
661
|
-
|
662
|
-
|
663
|
-
return
|
675
|
+
_this44 = _super44.call(this, message, code);
|
676
|
+
_this44.name = 'BadRequest_RequestParamsRequiredError';
|
677
|
+
return _this44;
|
664
678
|
}
|
665
679
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
666
680
|
}(BadRequestError);
|
667
681
|
exports.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
668
682
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
669
|
-
var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (
|
670
|
-
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError,
|
671
|
-
var
|
683
|
+
var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError30) {
|
684
|
+
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError30);
|
685
|
+
var _super45 = _createSuper(BadRequest_SearchAllOnChildPathError);
|
672
686
|
function BadRequest_SearchAllOnChildPathError(message, code) {
|
673
|
-
var
|
687
|
+
var _this45;
|
674
688
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
675
|
-
|
676
|
-
|
677
|
-
return
|
689
|
+
_this45 = _super45.call(this, message, code);
|
690
|
+
_this45.name = 'BadRequest_SearchAllOnChildPathError';
|
691
|
+
return _this45;
|
678
692
|
}
|
679
693
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
680
694
|
}(BadRequestError);
|
681
695
|
exports.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
682
696
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
683
|
-
var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (
|
684
|
-
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError,
|
685
|
-
var
|
697
|
+
var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError31) {
|
698
|
+
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError31);
|
699
|
+
var _super46 = _createSuper(BadRequest_UnsupportedCurrencyError);
|
686
700
|
function BadRequest_UnsupportedCurrencyError(message, code) {
|
687
|
-
var
|
701
|
+
var _this46;
|
688
702
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
689
|
-
|
690
|
-
|
691
|
-
return
|
703
|
+
_this46 = _super46.call(this, message, code);
|
704
|
+
_this46.name = 'BadRequest_UnsupportedCurrencyError';
|
705
|
+
return _this46;
|
692
706
|
}
|
693
707
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
694
708
|
}(BadRequestError);
|
695
709
|
exports.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
696
710
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
697
|
-
var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (
|
698
|
-
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError,
|
699
|
-
var
|
711
|
+
var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError32) {
|
712
|
+
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError32);
|
713
|
+
var _super47 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
|
700
714
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code) {
|
701
|
-
var
|
715
|
+
var _this47;
|
702
716
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
703
|
-
|
704
|
-
|
705
|
-
return
|
717
|
+
_this47 = _super47.call(this, message, code);
|
718
|
+
_this47.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
719
|
+
return _this47;
|
706
720
|
}
|
707
721
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
708
722
|
}(BadRequestError);
|
709
723
|
exports.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
710
724
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
711
|
-
var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (
|
712
|
-
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError,
|
713
|
-
var
|
725
|
+
var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError33) {
|
726
|
+
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError33);
|
727
|
+
var _super48 = _createSuper(BadRequest_UnsupportedMediaTypeError);
|
714
728
|
function BadRequest_UnsupportedMediaTypeError(message, code) {
|
715
|
-
var
|
729
|
+
var _this48;
|
716
730
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
717
|
-
|
718
|
-
|
719
|
-
return
|
731
|
+
_this48 = _super48.call(this, message, code);
|
732
|
+
_this48.name = 'BadRequest_UnsupportedMediaTypeError';
|
733
|
+
return _this48;
|
720
734
|
}
|
721
735
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
722
736
|
}(BadRequestError);
|
723
737
|
exports.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
724
738
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
725
|
-
var BadRequest_UserIdInvalidError = /*#__PURE__*/function (
|
726
|
-
(0, _inherits2.default)(BadRequest_UserIdInvalidError,
|
727
|
-
var
|
739
|
+
var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError34) {
|
740
|
+
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError34);
|
741
|
+
var _super49 = _createSuper(BadRequest_UserIdInvalidError);
|
728
742
|
function BadRequest_UserIdInvalidError(message, code) {
|
729
|
-
var
|
743
|
+
var _this49;
|
730
744
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
731
|
-
|
732
|
-
|
733
|
-
return
|
745
|
+
_this49 = _super49.call(this, message, code);
|
746
|
+
_this49.name = 'BadRequest_UserIdInvalidError';
|
747
|
+
return _this49;
|
734
748
|
}
|
735
749
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
736
750
|
}(BadRequestError);
|
737
751
|
exports.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
738
752
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
739
|
-
var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (
|
740
|
-
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError,
|
741
|
-
var
|
753
|
+
var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError35) {
|
754
|
+
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError35);
|
755
|
+
var _super50 = _createSuper(BadRequest_UserIdOnUserEndpointError);
|
742
756
|
function BadRequest_UserIdOnUserEndpointError(message, code) {
|
743
|
-
var
|
757
|
+
var _this50;
|
744
758
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
745
|
-
|
746
|
-
|
747
|
-
return
|
759
|
+
_this50 = _super50.call(this, message, code);
|
760
|
+
_this50.name = 'BadRequest_UserIdOnUserEndpointError';
|
761
|
+
return _this50;
|
748
762
|
}
|
749
763
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
750
764
|
}(BadRequestError);
|
751
765
|
exports.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
752
766
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
753
|
-
var BadRequest_UserRequiredError = /*#__PURE__*/function (
|
754
|
-
(0, _inherits2.default)(BadRequest_UserRequiredError,
|
755
|
-
var
|
767
|
+
var BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError36) {
|
768
|
+
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError36);
|
769
|
+
var _super51 = _createSuper(BadRequest_UserRequiredError);
|
756
770
|
function BadRequest_UserRequiredError(message, code) {
|
757
|
-
var
|
771
|
+
var _this51;
|
758
772
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
759
|
-
|
760
|
-
|
761
|
-
return
|
773
|
+
_this51 = _super51.call(this, message, code);
|
774
|
+
_this51.name = 'BadRequest_UserRequiredError';
|
775
|
+
return _this51;
|
762
776
|
}
|
763
777
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
764
778
|
}(BadRequestError);
|
@@ -766,13 +780,13 @@ exports.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
|
766
780
|
errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
767
781
|
var NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
768
782
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro);
|
769
|
-
var
|
783
|
+
var _super52 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
|
770
784
|
function NotAuthenticated_AuthenticationRequiredError(message, code) {
|
771
|
-
var
|
785
|
+
var _this52;
|
772
786
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
773
|
-
|
774
|
-
|
775
|
-
return
|
787
|
+
_this52 = _super52.call(this, message, code);
|
788
|
+
_this52.name = 'NotAuthenticated_AuthenticationRequiredError';
|
789
|
+
return _this52;
|
776
790
|
}
|
777
791
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
778
792
|
}(NotAuthenticatedError);
|
@@ -780,153 +794,167 @@ exports.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_Authenti
|
|
780
794
|
errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
781
795
|
var NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
782
796
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro2);
|
783
|
-
var
|
797
|
+
var _super53 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
|
784
798
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code) {
|
785
|
-
var
|
799
|
+
var _this53;
|
786
800
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
787
|
-
|
788
|
-
|
789
|
-
return
|
801
|
+
_this53 = _super53.call(this, message, code);
|
802
|
+
_this53.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
803
|
+
return _this53;
|
790
804
|
}
|
791
805
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
792
806
|
}(NotAuthenticatedError);
|
793
807
|
exports.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
794
808
|
errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
795
|
-
var
|
796
|
-
(0, _inherits2.default)(
|
797
|
-
var
|
809
|
+
var NotAuthenticated_FilesAgentTokenFailedError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
810
|
+
(0, _inherits2.default)(NotAuthenticated_FilesAgentTokenFailedError, _NotAuthenticatedErro3);
|
811
|
+
var _super54 = _createSuper(NotAuthenticated_FilesAgentTokenFailedError);
|
812
|
+
function NotAuthenticated_FilesAgentTokenFailedError(message, code) {
|
813
|
+
var _this54;
|
814
|
+
(0, _classCallCheck2.default)(this, NotAuthenticated_FilesAgentTokenFailedError);
|
815
|
+
_this54 = _super54.call(this, message, code);
|
816
|
+
_this54.name = 'NotAuthenticated_FilesAgentTokenFailedError';
|
817
|
+
return _this54;
|
818
|
+
}
|
819
|
+
return (0, _createClass2.default)(NotAuthenticated_FilesAgentTokenFailedError);
|
820
|
+
}(NotAuthenticatedError);
|
821
|
+
exports.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
|
822
|
+
errorClasses.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
|
823
|
+
var NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
824
|
+
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro4);
|
825
|
+
var _super55 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
|
798
826
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code) {
|
799
|
-
var
|
827
|
+
var _this55;
|
800
828
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
801
|
-
|
802
|
-
|
803
|
-
return
|
829
|
+
_this55 = _super55.call(this, message, code);
|
830
|
+
_this55.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
831
|
+
return _this55;
|
804
832
|
}
|
805
833
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
806
834
|
}(NotAuthenticatedError);
|
807
835
|
exports.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
808
836
|
errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
809
|
-
var NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (
|
810
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError,
|
811
|
-
var
|
837
|
+
var NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
838
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro5);
|
839
|
+
var _super56 = _createSuper(NotAuthenticated_InvalidCredentialsError);
|
812
840
|
function NotAuthenticated_InvalidCredentialsError(message, code) {
|
813
|
-
var
|
841
|
+
var _this56;
|
814
842
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
815
|
-
|
816
|
-
|
817
|
-
return
|
843
|
+
_this56 = _super56.call(this, message, code);
|
844
|
+
_this56.name = 'NotAuthenticated_InvalidCredentialsError';
|
845
|
+
return _this56;
|
818
846
|
}
|
819
847
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
820
848
|
}(NotAuthenticatedError);
|
821
849
|
exports.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
822
850
|
errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
823
|
-
var NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (
|
824
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError,
|
825
|
-
var
|
851
|
+
var NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
852
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro6);
|
853
|
+
var _super57 = _createSuper(NotAuthenticated_InvalidOauthError);
|
826
854
|
function NotAuthenticated_InvalidOauthError(message, code) {
|
827
|
-
var
|
855
|
+
var _this57;
|
828
856
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
829
|
-
|
830
|
-
|
831
|
-
return
|
857
|
+
_this57 = _super57.call(this, message, code);
|
858
|
+
_this57.name = 'NotAuthenticated_InvalidOauthError';
|
859
|
+
return _this57;
|
832
860
|
}
|
833
861
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
834
862
|
}(NotAuthenticatedError);
|
835
863
|
exports.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
836
864
|
errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
837
|
-
var NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (
|
838
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError,
|
839
|
-
var
|
865
|
+
var NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
866
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro7);
|
867
|
+
var _super58 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
|
840
868
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code) {
|
841
|
-
var
|
869
|
+
var _this58;
|
842
870
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
843
|
-
|
844
|
-
|
845
|
-
return
|
871
|
+
_this58 = _super58.call(this, message, code);
|
872
|
+
_this58.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
873
|
+
return _this58;
|
846
874
|
}
|
847
875
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
848
876
|
}(NotAuthenticatedError);
|
849
877
|
exports.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
850
878
|
errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
851
|
-
var NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (
|
852
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError,
|
853
|
-
var
|
879
|
+
var NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
880
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro8);
|
881
|
+
var _super59 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
|
854
882
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code) {
|
855
|
-
var
|
883
|
+
var _this59;
|
856
884
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
857
|
-
|
858
|
-
|
859
|
-
return
|
885
|
+
_this59 = _super59.call(this, message, code);
|
886
|
+
_this59.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
887
|
+
return _this59;
|
860
888
|
}
|
861
889
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
862
890
|
}(NotAuthenticatedError);
|
863
891
|
exports.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
864
892
|
errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
865
|
-
var NotAuthenticated_LockedOutError = /*#__PURE__*/function (
|
866
|
-
(0, _inherits2.default)(NotAuthenticated_LockedOutError,
|
867
|
-
var
|
893
|
+
var NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
894
|
+
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro9);
|
895
|
+
var _super60 = _createSuper(NotAuthenticated_LockedOutError);
|
868
896
|
function NotAuthenticated_LockedOutError(message, code) {
|
869
|
-
var
|
897
|
+
var _this60;
|
870
898
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
871
|
-
|
872
|
-
|
873
|
-
return
|
899
|
+
_this60 = _super60.call(this, message, code);
|
900
|
+
_this60.name = 'NotAuthenticated_LockedOutError';
|
901
|
+
return _this60;
|
874
902
|
}
|
875
903
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
876
904
|
}(NotAuthenticatedError);
|
877
905
|
exports.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
878
906
|
errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
879
|
-
var NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (
|
880
|
-
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError,
|
881
|
-
var
|
907
|
+
var NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
908
|
+
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro10);
|
909
|
+
var _super61 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
|
882
910
|
function NotAuthenticated_LockoutRegionMismatchError(message, code) {
|
883
|
-
var
|
911
|
+
var _this61;
|
884
912
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
885
|
-
|
886
|
-
|
887
|
-
return
|
913
|
+
_this61 = _super61.call(this, message, code);
|
914
|
+
_this61.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
915
|
+
return _this61;
|
888
916
|
}
|
889
917
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
890
918
|
}(NotAuthenticatedError);
|
891
919
|
exports.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
892
920
|
errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
893
|
-
var NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (
|
894
|
-
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError,
|
895
|
-
var
|
921
|
+
var NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
922
|
+
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro11);
|
923
|
+
var _super62 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
|
896
924
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code) {
|
897
|
-
var
|
925
|
+
var _this62;
|
898
926
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
899
|
-
|
900
|
-
|
901
|
-
return
|
927
|
+
_this62 = _super62.call(this, message, code);
|
928
|
+
_this62.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
929
|
+
return _this62;
|
902
930
|
}
|
903
931
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
904
932
|
}(NotAuthenticatedError);
|
905
933
|
exports.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
906
934
|
errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
907
|
-
var NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (
|
908
|
-
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError,
|
909
|
-
var
|
935
|
+
var NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
936
|
+
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro12);
|
937
|
+
var _super63 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
910
938
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code) {
|
911
|
-
var
|
939
|
+
var _this63;
|
912
940
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
913
|
-
|
914
|
-
|
915
|
-
return
|
941
|
+
_this63 = _super63.call(this, message, code);
|
942
|
+
_this63.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
943
|
+
return _this63;
|
916
944
|
}
|
917
945
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
918
946
|
}(NotAuthenticatedError);
|
919
947
|
exports.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
920
948
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
921
|
-
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (
|
922
|
-
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError,
|
923
|
-
var
|
949
|
+
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro13) {
|
950
|
+
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro13);
|
951
|
+
var _super64 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
924
952
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code) {
|
925
|
-
var
|
953
|
+
var _this64;
|
926
954
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
927
|
-
|
928
|
-
|
929
|
-
return
|
955
|
+
_this64 = _super64.call(this, message, code);
|
956
|
+
_this64.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
957
|
+
return _this64;
|
930
958
|
}
|
931
959
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
932
960
|
}(NotAuthenticatedError);
|
@@ -934,13 +962,13 @@ exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthentic
|
|
934
962
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
935
963
|
var NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
936
964
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
937
|
-
var
|
965
|
+
var _super65 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
|
938
966
|
function NotAuthorized_ApiKeyIsDisabledError(message, code) {
|
939
|
-
var
|
967
|
+
var _this65;
|
940
968
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
941
|
-
|
942
|
-
|
943
|
-
return
|
969
|
+
_this65 = _super65.call(this, message, code);
|
970
|
+
_this65.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
971
|
+
return _this65;
|
944
972
|
}
|
945
973
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
946
974
|
}(NotAuthorizedError);
|
@@ -948,13 +976,13 @@ exports.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledErro
|
|
948
976
|
errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
949
977
|
var NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
950
978
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
951
|
-
var
|
979
|
+
var _super66 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
|
952
980
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code) {
|
953
|
-
var
|
981
|
+
var _this66;
|
954
982
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
955
|
-
|
956
|
-
|
957
|
-
return
|
983
|
+
_this66 = _super66.call(this, message, code);
|
984
|
+
_this66.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
985
|
+
return _this66;
|
958
986
|
}
|
959
987
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
960
988
|
}(NotAuthorizedError);
|
@@ -962,13 +990,13 @@ exports.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRe
|
|
962
990
|
errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
963
991
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
964
992
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
965
|
-
var
|
993
|
+
var _super67 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
966
994
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code) {
|
967
|
-
var
|
995
|
+
var _this67;
|
968
996
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
969
|
-
|
970
|
-
|
971
|
-
return
|
997
|
+
_this67 = _super67.call(this, message, code);
|
998
|
+
_this67.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
999
|
+
return _this67;
|
972
1000
|
}
|
973
1001
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
974
1002
|
}(NotAuthorizedError);
|
@@ -976,13 +1004,13 @@ exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyFor
|
|
976
1004
|
errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
977
1005
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
978
1006
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
979
|
-
var
|
1007
|
+
var _super68 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
980
1008
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code) {
|
981
|
-
var
|
1009
|
+
var _this68;
|
982
1010
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
983
|
-
|
984
|
-
|
985
|
-
return
|
1011
|
+
_this68 = _super68.call(this, message, code);
|
1012
|
+
_this68.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
1013
|
+
return _this68;
|
986
1014
|
}
|
987
1015
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
988
1016
|
}(NotAuthorizedError);
|
@@ -990,13 +1018,13 @@ exports.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForM
|
|
990
1018
|
errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
991
1019
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
992
1020
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
993
|
-
var
|
1021
|
+
var _super69 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
994
1022
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code) {
|
995
|
-
var
|
1023
|
+
var _this69;
|
996
1024
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
997
|
-
|
998
|
-
|
999
|
-
return
|
1025
|
+
_this69 = _super69.call(this, message, code);
|
1026
|
+
_this69.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
1027
|
+
return _this69;
|
1000
1028
|
}
|
1001
1029
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1002
1030
|
}(NotAuthorizedError);
|
@@ -1004,13 +1032,13 @@ exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKey
|
|
1004
1032
|
errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
1005
1033
|
var NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
1006
1034
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError6);
|
1007
|
-
var
|
1035
|
+
var _super70 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
|
1008
1036
|
function NotAuthorized_BillingPermissionRequiredError(message, code) {
|
1009
|
-
var
|
1037
|
+
var _this70;
|
1010
1038
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
1011
|
-
|
1012
|
-
|
1013
|
-
return
|
1039
|
+
_this70 = _super70.call(this, message, code);
|
1040
|
+
_this70.name = 'NotAuthorized_BillingPermissionRequiredError';
|
1041
|
+
return _this70;
|
1014
1042
|
}
|
1015
1043
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
1016
1044
|
}(NotAuthorizedError);
|
@@ -1018,13 +1046,13 @@ exports.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPerm
|
|
1018
1046
|
errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
1019
1047
|
var NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
1020
1048
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError7);
|
1021
|
-
var
|
1049
|
+
var _super71 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
|
1022
1050
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code) {
|
1023
|
-
var
|
1051
|
+
var _this71;
|
1024
1052
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
1025
|
-
|
1026
|
-
|
1027
|
-
return
|
1053
|
+
_this71 = _super71.call(this, message, code);
|
1054
|
+
_this71.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
1055
|
+
return _this71;
|
1028
1056
|
}
|
1029
1057
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
1030
1058
|
}(NotAuthorizedError);
|
@@ -1032,13 +1060,13 @@ exports.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximu
|
|
1032
1060
|
errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
1033
1061
|
var NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
1034
1062
|
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError8);
|
1035
|
-
var
|
1063
|
+
var _super72 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1036
1064
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code) {
|
1037
|
-
var
|
1065
|
+
var _this72;
|
1038
1066
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
1039
|
-
|
1040
|
-
|
1041
|
-
return
|
1067
|
+
_this72 = _super72.call(this, message, code);
|
1068
|
+
_this72.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
1069
|
+
return _this72;
|
1042
1070
|
}
|
1043
1071
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1044
1072
|
}(NotAuthorizedError);
|
@@ -1046,13 +1074,13 @@ exports.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginW
|
|
1046
1074
|
errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
1047
1075
|
var NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
1048
1076
|
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError9);
|
1049
|
-
var
|
1077
|
+
var _super73 = _createSuper(NotAuthorized_CantActForOtherUserError);
|
1050
1078
|
function NotAuthorized_CantActForOtherUserError(message, code) {
|
1051
|
-
var
|
1079
|
+
var _this73;
|
1052
1080
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
1053
|
-
|
1054
|
-
|
1055
|
-
return
|
1081
|
+
_this73 = _super73.call(this, message, code);
|
1082
|
+
_this73.name = 'NotAuthorized_CantActForOtherUserError';
|
1083
|
+
return _this73;
|
1056
1084
|
}
|
1057
1085
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
1058
1086
|
}(NotAuthorizedError);
|
@@ -1060,13 +1088,13 @@ exports.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUs
|
|
1060
1088
|
errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
1061
1089
|
var NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
1062
1090
|
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
1063
|
-
var
|
1091
|
+
var _super74 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1064
1092
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code) {
|
1065
|
-
var
|
1093
|
+
var _this74;
|
1066
1094
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1067
|
-
|
1068
|
-
|
1069
|
-
return
|
1095
|
+
_this74 = _super74.call(this, message, code);
|
1096
|
+
_this74.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
1097
|
+
return _this74;
|
1070
1098
|
}
|
1071
1099
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1072
1100
|
}(NotAuthorizedError);
|
@@ -1074,13 +1102,13 @@ exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_Con
|
|
1074
1102
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
1075
1103
|
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
1076
1104
|
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError11);
|
1077
|
-
var
|
1105
|
+
var _super75 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1078
1106
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
|
1079
|
-
var
|
1107
|
+
var _this75;
|
1080
1108
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1081
|
-
|
1082
|
-
|
1083
|
-
return
|
1109
|
+
_this75 = _super75.call(this, message, code);
|
1110
|
+
_this75.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
1111
|
+
return _this75;
|
1084
1112
|
}
|
1085
1113
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1086
1114
|
}(NotAuthorizedError);
|
@@ -1088,13 +1116,13 @@ exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorize
|
|
1088
1116
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
1089
1117
|
var NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
1090
1118
|
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError12);
|
1091
|
-
var
|
1119
|
+
var _super76 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
|
1092
1120
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
|
1093
|
-
var
|
1121
|
+
var _this76;
|
1094
1122
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
1095
|
-
|
1096
|
-
|
1097
|
-
return
|
1123
|
+
_this76 = _super76.call(this, message, code);
|
1124
|
+
_this76.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
1125
|
+
return _this76;
|
1098
1126
|
}
|
1099
1127
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
1100
1128
|
}(NotAuthorizedError);
|
@@ -1102,13 +1130,13 @@ exports.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderA
|
|
1102
1130
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
1103
1131
|
var NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
1104
1132
|
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError13);
|
1105
|
-
var
|
1133
|
+
var _super77 = _createSuper(NotAuthorized_FullPermissionRequiredError);
|
1106
1134
|
function NotAuthorized_FullPermissionRequiredError(message, code) {
|
1107
|
-
var
|
1135
|
+
var _this77;
|
1108
1136
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
1109
|
-
|
1110
|
-
|
1111
|
-
return
|
1137
|
+
_this77 = _super77.call(this, message, code);
|
1138
|
+
_this77.name = 'NotAuthorized_FullPermissionRequiredError';
|
1139
|
+
return _this77;
|
1112
1140
|
}
|
1113
1141
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
1114
1142
|
}(NotAuthorizedError);
|
@@ -1116,13 +1144,13 @@ exports.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermission
|
|
1116
1144
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
1117
1145
|
var NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
1118
1146
|
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError14);
|
1119
|
-
var
|
1147
|
+
var _super78 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
|
1120
1148
|
function NotAuthorized_HistoryPermissionRequiredError(message, code) {
|
1121
|
-
var
|
1149
|
+
var _this78;
|
1122
1150
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
1123
|
-
|
1124
|
-
|
1125
|
-
return
|
1151
|
+
_this78 = _super78.call(this, message, code);
|
1152
|
+
_this78.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
1153
|
+
return _this78;
|
1126
1154
|
}
|
1127
1155
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
1128
1156
|
}(NotAuthorizedError);
|
@@ -1130,13 +1158,13 @@ exports.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPerm
|
|
1130
1158
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
1131
1159
|
var NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
1132
1160
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError15);
|
1133
|
-
var
|
1161
|
+
var _super79 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
|
1134
1162
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
|
1135
|
-
var
|
1163
|
+
var _this79;
|
1136
1164
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
1137
|
-
|
1138
|
-
|
1139
|
-
return
|
1165
|
+
_this79 = _super79.call(this, message, code);
|
1166
|
+
_this79.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
1167
|
+
return _this79;
|
1140
1168
|
}
|
1141
1169
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
1142
1170
|
}(NotAuthorizedError);
|
@@ -1144,13 +1172,13 @@ exports.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_Insuf
|
|
1144
1172
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
1145
1173
|
var NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
1146
1174
|
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError16);
|
1147
|
-
var
|
1175
|
+
var _super80 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1148
1176
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
|
1149
|
-
var
|
1177
|
+
var _this80;
|
1150
1178
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
1151
|
-
|
1152
|
-
|
1153
|
-
return
|
1179
|
+
_this80 = _super80.call(this, message, code);
|
1180
|
+
_this80.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
1181
|
+
return _this80;
|
1154
1182
|
}
|
1155
1183
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1156
1184
|
}(NotAuthorizedError);
|
@@ -1158,13 +1186,13 @@ exports.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthen
|
|
1158
1186
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
1159
1187
|
var NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
1160
1188
|
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError17);
|
1161
|
-
var
|
1189
|
+
var _super81 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
|
1162
1190
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
|
1163
|
-
var
|
1191
|
+
var _this81;
|
1164
1192
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
1165
|
-
|
1166
|
-
|
1167
|
-
return
|
1193
|
+
_this81 = _super81.call(this, message, code);
|
1194
|
+
_this81.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
1195
|
+
return _this81;
|
1168
1196
|
}
|
1169
1197
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
1170
1198
|
}(NotAuthorizedError);
|
@@ -1172,13 +1200,13 @@ exports.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdmin
|
|
1172
1200
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
1173
1201
|
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
1174
1202
|
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError18);
|
1175
|
-
var
|
1203
|
+
var _super82 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1176
1204
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
|
1177
|
-
var
|
1205
|
+
var _this82;
|
1178
1206
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1179
|
-
|
1180
|
-
|
1181
|
-
return
|
1207
|
+
_this82 = _super82.call(this, message, code);
|
1208
|
+
_this82.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
1209
|
+
return _this82;
|
1182
1210
|
}
|
1183
1211
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1184
1212
|
}(NotAuthorizedError);
|
@@ -1186,13 +1214,13 @@ exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonA
|
|
1186
1214
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
1187
1215
|
var NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
1188
1216
|
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError19);
|
1189
|
-
var
|
1217
|
+
var _super83 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
|
1190
1218
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
|
1191
|
-
var
|
1219
|
+
var _this83;
|
1192
1220
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
1193
|
-
|
1194
|
-
|
1195
|
-
return
|
1221
|
+
_this83 = _super83.call(this, message, code);
|
1222
|
+
_this83.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
1223
|
+
return _this83;
|
1196
1224
|
}
|
1197
1225
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
1198
1226
|
}(NotAuthorizedError);
|
@@ -1200,13 +1228,13 @@ exports.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedTo
|
|
1200
1228
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
1201
1229
|
var NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
1202
1230
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError20);
|
1203
|
-
var
|
1231
|
+
var _super84 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
|
1204
1232
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
|
1205
|
-
var
|
1233
|
+
var _this84;
|
1206
1234
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
1207
|
-
|
1208
|
-
|
1209
|
-
return
|
1235
|
+
_this84 = _super84.call(this, message, code);
|
1236
|
+
_this84.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
1237
|
+
return _this84;
|
1210
1238
|
}
|
1211
1239
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
1212
1240
|
}(NotAuthorizedError);
|
@@ -1214,13 +1242,13 @@ exports.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordCha
|
|
1214
1242
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
1215
1243
|
var NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
1216
1244
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError21);
|
1217
|
-
var
|
1245
|
+
var _super85 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
|
1218
1246
|
function NotAuthorized_PasswordChangeRequiredError(message, code) {
|
1219
|
-
var
|
1247
|
+
var _this85;
|
1220
1248
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
1221
|
-
|
1222
|
-
|
1223
|
-
return
|
1249
|
+
_this85 = _super85.call(this, message, code);
|
1250
|
+
_this85.name = 'NotAuthorized_PasswordChangeRequiredError';
|
1251
|
+
return _this85;
|
1224
1252
|
}
|
1225
1253
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
1226
1254
|
}(NotAuthorizedError);
|
@@ -1228,13 +1256,13 @@ exports.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChange
|
|
1228
1256
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
1229
1257
|
var NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
1230
1258
|
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError22);
|
1231
|
-
var
|
1259
|
+
var _super86 = _createSuper(NotAuthorized_ReadOnlySessionError);
|
1232
1260
|
function NotAuthorized_ReadOnlySessionError(message, code) {
|
1233
|
-
var
|
1261
|
+
var _this86;
|
1234
1262
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
1235
|
-
|
1236
|
-
|
1237
|
-
return
|
1263
|
+
_this86 = _super86.call(this, message, code);
|
1264
|
+
_this86.name = 'NotAuthorized_ReadOnlySessionError';
|
1265
|
+
return _this86;
|
1238
1266
|
}
|
1239
1267
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
1240
1268
|
}(NotAuthorizedError);
|
@@ -1242,13 +1270,13 @@ exports.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
|
1242
1270
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
1243
1271
|
var NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
1244
1272
|
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError23);
|
1245
|
-
var
|
1273
|
+
var _super87 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
|
1246
1274
|
function NotAuthorized_ReadPermissionRequiredError(message, code) {
|
1247
|
-
var
|
1275
|
+
var _this87;
|
1248
1276
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
1249
|
-
|
1250
|
-
|
1251
|
-
return
|
1277
|
+
_this87 = _super87.call(this, message, code);
|
1278
|
+
_this87.name = 'NotAuthorized_ReadPermissionRequiredError';
|
1279
|
+
return _this87;
|
1252
1280
|
}
|
1253
1281
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
1254
1282
|
}(NotAuthorizedError);
|
@@ -1256,13 +1284,13 @@ exports.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermission
|
|
1256
1284
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
1257
1285
|
var NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
1258
1286
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError24);
|
1259
|
-
var
|
1287
|
+
var _super88 = _createSuper(NotAuthorized_ReauthenticationFailedError);
|
1260
1288
|
function NotAuthorized_ReauthenticationFailedError(message, code) {
|
1261
|
-
var
|
1289
|
+
var _this88;
|
1262
1290
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
1263
|
-
|
1264
|
-
|
1265
|
-
return
|
1291
|
+
_this88 = _super88.call(this, message, code);
|
1292
|
+
_this88.name = 'NotAuthorized_ReauthenticationFailedError';
|
1293
|
+
return _this88;
|
1266
1294
|
}
|
1267
1295
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
1268
1296
|
}(NotAuthorizedError);
|
@@ -1270,13 +1298,13 @@ exports.NotAuthorized_ReauthenticationFailedError = NotAuthorized_Reauthenticati
|
|
1270
1298
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
1271
1299
|
var NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
1272
1300
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError25);
|
1273
|
-
var
|
1301
|
+
var _super89 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
|
1274
1302
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
|
1275
|
-
var
|
1303
|
+
var _this89;
|
1276
1304
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
1277
|
-
|
1278
|
-
|
1279
|
-
return
|
1305
|
+
_this89 = _super89.call(this, message, code);
|
1306
|
+
_this89.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
1307
|
+
return _this89;
|
1280
1308
|
}
|
1281
1309
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
1282
1310
|
}(NotAuthorizedError);
|
@@ -1284,13 +1312,13 @@ exports.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_Reauthent
|
|
1284
1312
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
1285
1313
|
var NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
1286
1314
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError26);
|
1287
|
-
var
|
1315
|
+
var _super90 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
|
1288
1316
|
function NotAuthorized_ReauthenticationNeededActionError(message, code) {
|
1289
|
-
var
|
1317
|
+
var _this90;
|
1290
1318
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
1291
|
-
|
1292
|
-
|
1293
|
-
return
|
1319
|
+
_this90 = _super90.call(this, message, code);
|
1320
|
+
_this90.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
1321
|
+
return _this90;
|
1294
1322
|
}
|
1295
1323
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
1296
1324
|
}(NotAuthorizedError);
|
@@ -1298,13 +1326,13 @@ exports.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_Reauthen
|
|
1298
1326
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
1299
1327
|
var NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
1300
1328
|
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError27);
|
1301
|
-
var
|
1329
|
+
var _super91 = _createSuper(NotAuthorized_SelfManagedRequiredError);
|
1302
1330
|
function NotAuthorized_SelfManagedRequiredError(message, code) {
|
1303
|
-
var
|
1331
|
+
var _this91;
|
1304
1332
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
1305
|
-
|
1306
|
-
|
1307
|
-
return
|
1333
|
+
_this91 = _super91.call(this, message, code);
|
1334
|
+
_this91.name = 'NotAuthorized_SelfManagedRequiredError';
|
1335
|
+
return _this91;
|
1308
1336
|
}
|
1309
1337
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
1310
1338
|
}(NotAuthorizedError);
|
@@ -1312,13 +1340,13 @@ exports.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequir
|
|
1312
1340
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
1313
1341
|
var NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
1314
1342
|
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError28);
|
1315
|
-
var
|
1343
|
+
var _super92 = _createSuper(NotAuthorized_SiteAdminRequiredError);
|
1316
1344
|
function NotAuthorized_SiteAdminRequiredError(message, code) {
|
1317
|
-
var
|
1345
|
+
var _this92;
|
1318
1346
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
1319
|
-
|
1320
|
-
|
1321
|
-
return
|
1347
|
+
_this92 = _super92.call(this, message, code);
|
1348
|
+
_this92.name = 'NotAuthorized_SiteAdminRequiredError';
|
1349
|
+
return _this92;
|
1322
1350
|
}
|
1323
1351
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
1324
1352
|
}(NotAuthorizedError);
|
@@ -1326,13 +1354,13 @@ exports.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredEr
|
|
1326
1354
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
1327
1355
|
var NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
1328
1356
|
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError29);
|
1329
|
-
var
|
1357
|
+
var _super93 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
|
1330
1358
|
function NotAuthorized_SiteFilesAreImmutableError(message, code) {
|
1331
|
-
var
|
1359
|
+
var _this93;
|
1332
1360
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
1333
|
-
|
1334
|
-
|
1335
|
-
return
|
1361
|
+
_this93 = _super93.call(this, message, code);
|
1362
|
+
_this93.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
1363
|
+
return _this93;
|
1336
1364
|
}
|
1337
1365
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
1338
1366
|
}(NotAuthorizedError);
|
@@ -1340,13 +1368,13 @@ exports.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImm
|
|
1340
1368
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
1341
1369
|
var NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
1342
1370
|
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError30);
|
1343
|
-
var
|
1371
|
+
var _super94 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1344
1372
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
|
1345
|
-
var
|
1373
|
+
var _this94;
|
1346
1374
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1347
|
-
|
1348
|
-
|
1349
|
-
return
|
1375
|
+
_this94 = _super94.call(this, message, code);
|
1376
|
+
_this94.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
1377
|
+
return _this94;
|
1350
1378
|
}
|
1351
1379
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1352
1380
|
}(NotAuthorizedError);
|
@@ -1354,13 +1382,13 @@ exports.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFa
|
|
1354
1382
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
1355
1383
|
var NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
1356
1384
|
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError31);
|
1357
|
-
var
|
1385
|
+
var _super95 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
|
1358
1386
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
|
1359
|
-
var
|
1387
|
+
var _this95;
|
1360
1388
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
1361
|
-
|
1362
|
-
|
1363
|
-
return
|
1389
|
+
_this95 = _super95.call(this, message, code);
|
1390
|
+
_this95.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
1391
|
+
return _this95;
|
1364
1392
|
}
|
1365
1393
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
1366
1394
|
}(NotAuthorizedError);
|
@@ -1368,13 +1396,13 @@ exports.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutS
|
|
1368
1396
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1369
1397
|
var NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1370
1398
|
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError32);
|
1371
|
-
var
|
1399
|
+
var _super96 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1372
1400
|
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1373
|
-
var
|
1401
|
+
var _this96;
|
1374
1402
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1375
|
-
|
1376
|
-
|
1377
|
-
return
|
1403
|
+
_this96 = _super96.call(this, message, code);
|
1404
|
+
_this96.name = 'NotAuthorized_WritePermissionRequiredError';
|
1405
|
+
return _this96;
|
1378
1406
|
}
|
1379
1407
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
1380
1408
|
}(NotAuthorizedError);
|
@@ -1382,13 +1410,13 @@ exports.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissi
|
|
1382
1410
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1383
1411
|
var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1384
1412
|
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError33);
|
1385
|
-
var
|
1413
|
+
var _super97 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1386
1414
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1387
|
-
var
|
1415
|
+
var _this97;
|
1388
1416
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1389
|
-
|
1390
|
-
|
1391
|
-
return
|
1417
|
+
_this97 = _super97.call(this, message, code);
|
1418
|
+
_this97.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1419
|
+
return _this97;
|
1392
1420
|
}
|
1393
1421
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
1394
1422
|
}(NotAuthorizedError);
|
@@ -1396,13 +1424,13 @@ exports.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMi
|
|
1396
1424
|
errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1397
1425
|
var NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1398
1426
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1399
|
-
var
|
1427
|
+
var _super98 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1400
1428
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1401
|
-
var
|
1429
|
+
var _this98;
|
1402
1430
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
1403
|
-
|
1404
|
-
|
1405
|
-
return
|
1431
|
+
_this98 = _super98.call(this, message, code);
|
1432
|
+
_this98.name = 'NotFound_ApiKeyNotFoundError';
|
1433
|
+
return _this98;
|
1406
1434
|
}
|
1407
1435
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
1408
1436
|
}(NotFoundError);
|
@@ -1410,13 +1438,13 @@ exports.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
|
1410
1438
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
1411
1439
|
var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
1412
1440
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
1413
|
-
var
|
1441
|
+
var _super99 = _createSuper(NotFound_BundlePathNotFoundError);
|
1414
1442
|
function NotFound_BundlePathNotFoundError(message, code) {
|
1415
|
-
var
|
1443
|
+
var _this99;
|
1416
1444
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
1417
|
-
|
1418
|
-
|
1419
|
-
return
|
1445
|
+
_this99 = _super99.call(this, message, code);
|
1446
|
+
_this99.name = 'NotFound_BundlePathNotFoundError';
|
1447
|
+
return _this99;
|
1420
1448
|
}
|
1421
1449
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
1422
1450
|
}(NotFoundError);
|
@@ -1424,13 +1452,13 @@ exports.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
|
1424
1452
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
1425
1453
|
var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
1426
1454
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
1427
|
-
var
|
1455
|
+
var _super100 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
1428
1456
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
1429
|
-
var
|
1457
|
+
var _this100;
|
1430
1458
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
1431
|
-
|
1432
|
-
|
1433
|
-
return
|
1459
|
+
_this100 = _super100.call(this, message, code);
|
1460
|
+
_this100.name = 'NotFound_BundleRegistrationNotFoundError';
|
1461
|
+
return _this100;
|
1434
1462
|
}
|
1435
1463
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
1436
1464
|
}(NotFoundError);
|
@@ -1438,13 +1466,13 @@ exports.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNo
|
|
1438
1466
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
1439
1467
|
var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
1440
1468
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
1441
|
-
var
|
1469
|
+
var _super101 = _createSuper(NotFound_CodeNotFoundError);
|
1442
1470
|
function NotFound_CodeNotFoundError(message, code) {
|
1443
|
-
var
|
1471
|
+
var _this101;
|
1444
1472
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
1445
|
-
|
1446
|
-
|
1447
|
-
return
|
1473
|
+
_this101 = _super101.call(this, message, code);
|
1474
|
+
_this101.name = 'NotFound_CodeNotFoundError';
|
1475
|
+
return _this101;
|
1448
1476
|
}
|
1449
1477
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
1450
1478
|
}(NotFoundError);
|
@@ -1452,13 +1480,13 @@ exports.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
|
1452
1480
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
1453
1481
|
var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
1454
1482
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
1455
|
-
var
|
1483
|
+
var _super102 = _createSuper(NotFound_FileNotFoundError);
|
1456
1484
|
function NotFound_FileNotFoundError(message, code) {
|
1457
|
-
var
|
1485
|
+
var _this102;
|
1458
1486
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
1459
|
-
|
1460
|
-
|
1461
|
-
return
|
1487
|
+
_this102 = _super102.call(this, message, code);
|
1488
|
+
_this102.name = 'NotFound_FileNotFoundError';
|
1489
|
+
return _this102;
|
1462
1490
|
}
|
1463
1491
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
1464
1492
|
}(NotFoundError);
|
@@ -1466,13 +1494,13 @@ exports.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
|
1466
1494
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
1467
1495
|
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
1468
1496
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
1469
|
-
var
|
1497
|
+
var _super103 = _createSuper(NotFound_FileUploadNotFoundError);
|
1470
1498
|
function NotFound_FileUploadNotFoundError(message, code) {
|
1471
|
-
var
|
1499
|
+
var _this103;
|
1472
1500
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
1473
|
-
|
1474
|
-
|
1475
|
-
return
|
1501
|
+
_this103 = _super103.call(this, message, code);
|
1502
|
+
_this103.name = 'NotFound_FileUploadNotFoundError';
|
1503
|
+
return _this103;
|
1476
1504
|
}
|
1477
1505
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
1478
1506
|
}(NotFoundError);
|
@@ -1480,13 +1508,13 @@ exports.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
|
1480
1508
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
1481
1509
|
var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
1482
1510
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
1483
|
-
var
|
1511
|
+
var _super104 = _createSuper(NotFound_FolderNotFoundError);
|
1484
1512
|
function NotFound_FolderNotFoundError(message, code) {
|
1485
|
-
var
|
1513
|
+
var _this104;
|
1486
1514
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
1487
|
-
|
1488
|
-
|
1489
|
-
return
|
1515
|
+
_this104 = _super104.call(this, message, code);
|
1516
|
+
_this104.name = 'NotFound_FolderNotFoundError';
|
1517
|
+
return _this104;
|
1490
1518
|
}
|
1491
1519
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
1492
1520
|
}(NotFoundError);
|
@@ -1494,13 +1522,13 @@ exports.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
|
1494
1522
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
1495
1523
|
var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
1496
1524
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
1497
|
-
var
|
1525
|
+
var _super105 = _createSuper(NotFound_GroupNotFoundError);
|
1498
1526
|
function NotFound_GroupNotFoundError(message, code) {
|
1499
|
-
var
|
1527
|
+
var _this105;
|
1500
1528
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
1501
|
-
|
1502
|
-
|
1503
|
-
return
|
1529
|
+
_this105 = _super105.call(this, message, code);
|
1530
|
+
_this105.name = 'NotFound_GroupNotFoundError';
|
1531
|
+
return _this105;
|
1504
1532
|
}
|
1505
1533
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
1506
1534
|
}(NotFoundError);
|
@@ -1508,13 +1536,13 @@ exports.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
|
1508
1536
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
1509
1537
|
var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
1510
1538
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
1511
|
-
var
|
1539
|
+
var _super106 = _createSuper(NotFound_InboxNotFoundError);
|
1512
1540
|
function NotFound_InboxNotFoundError(message, code) {
|
1513
|
-
var
|
1541
|
+
var _this106;
|
1514
1542
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
1515
|
-
|
1516
|
-
|
1517
|
-
return
|
1543
|
+
_this106 = _super106.call(this, message, code);
|
1544
|
+
_this106.name = 'NotFound_InboxNotFoundError';
|
1545
|
+
return _this106;
|
1518
1546
|
}
|
1519
1547
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
1520
1548
|
}(NotFoundError);
|
@@ -1522,13 +1550,13 @@ exports.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
|
1522
1550
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
1523
1551
|
var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
1524
1552
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
1525
|
-
var
|
1553
|
+
var _super107 = _createSuper(NotFound_NestedNotFoundError);
|
1526
1554
|
function NotFound_NestedNotFoundError(message, code) {
|
1527
|
-
var
|
1555
|
+
var _this107;
|
1528
1556
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
1529
|
-
|
1530
|
-
|
1531
|
-
return
|
1557
|
+
_this107 = _super107.call(this, message, code);
|
1558
|
+
_this107.name = 'NotFound_NestedNotFoundError';
|
1559
|
+
return _this107;
|
1532
1560
|
}
|
1533
1561
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
1534
1562
|
}(NotFoundError);
|
@@ -1536,13 +1564,13 @@ exports.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
|
1536
1564
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
1537
1565
|
var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
1538
1566
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
1539
|
-
var
|
1567
|
+
var _super108 = _createSuper(NotFound_PlanNotFoundError);
|
1540
1568
|
function NotFound_PlanNotFoundError(message, code) {
|
1541
|
-
var
|
1569
|
+
var _this108;
|
1542
1570
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
1543
|
-
|
1544
|
-
|
1545
|
-
return
|
1571
|
+
_this108 = _super108.call(this, message, code);
|
1572
|
+
_this108.name = 'NotFound_PlanNotFoundError';
|
1573
|
+
return _this108;
|
1546
1574
|
}
|
1547
1575
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
1548
1576
|
}(NotFoundError);
|
@@ -1550,13 +1578,13 @@ exports.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
|
1550
1578
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
1551
1579
|
var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
1552
1580
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
1553
|
-
var
|
1581
|
+
var _super109 = _createSuper(NotFound_SiteNotFoundError);
|
1554
1582
|
function NotFound_SiteNotFoundError(message, code) {
|
1555
|
-
var
|
1583
|
+
var _this109;
|
1556
1584
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
1557
|
-
|
1558
|
-
|
1559
|
-
return
|
1585
|
+
_this109 = _super109.call(this, message, code);
|
1586
|
+
_this109.name = 'NotFound_SiteNotFoundError';
|
1587
|
+
return _this109;
|
1560
1588
|
}
|
1561
1589
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
1562
1590
|
}(NotFoundError);
|
@@ -1564,13 +1592,13 @@ exports.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
|
1564
1592
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
1565
1593
|
var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
1566
1594
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
1567
|
-
var
|
1595
|
+
var _super110 = _createSuper(NotFound_UserNotFoundError);
|
1568
1596
|
function NotFound_UserNotFoundError(message, code) {
|
1569
|
-
var
|
1597
|
+
var _this110;
|
1570
1598
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
1571
|
-
|
1572
|
-
|
1573
|
-
return
|
1599
|
+
_this110 = _super110.call(this, message, code);
|
1600
|
+
_this110.name = 'NotFound_UserNotFoundError';
|
1601
|
+
return _this110;
|
1574
1602
|
}
|
1575
1603
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
1576
1604
|
}(NotFoundError);
|
@@ -1578,13 +1606,13 @@ exports.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
1578
1606
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
1579
1607
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
1580
1608
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
|
1581
|
-
var
|
1609
|
+
var _super111 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1582
1610
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
1583
|
-
var
|
1611
|
+
var _this111;
|
1584
1612
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1585
|
-
|
1586
|
-
|
1587
|
-
return
|
1613
|
+
_this111 = _super111.call(this, message, code);
|
1614
|
+
_this111.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
1615
|
+
return _this111;
|
1588
1616
|
}
|
1589
1617
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
1590
1618
|
}(ProcessingFailureError);
|
@@ -1592,13 +1620,13 @@ exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_Bund
|
|
1592
1620
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
1593
1621
|
var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
1594
1622
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
|
1595
|
-
var
|
1623
|
+
var _super112 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
1596
1624
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
1597
|
-
var
|
1625
|
+
var _this112;
|
1598
1626
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
1599
|
-
|
1600
|
-
|
1601
|
-
return
|
1627
|
+
_this112 = _super112.call(this, message, code);
|
1628
|
+
_this112.name = 'ProcessingFailure_CouldNotCreateParentError';
|
1629
|
+
return _this112;
|
1602
1630
|
}
|
1603
1631
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
1604
1632
|
}(ProcessingFailureError);
|
@@ -1606,13 +1634,13 @@ exports.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNot
|
|
1606
1634
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
1607
1635
|
var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
1608
1636
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
|
1609
|
-
var
|
1637
|
+
var _super113 = _createSuper(ProcessingFailure_DestinationExistsError);
|
1610
1638
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
1611
|
-
var
|
1639
|
+
var _this113;
|
1612
1640
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
1613
|
-
|
1614
|
-
|
1615
|
-
return
|
1641
|
+
_this113 = _super113.call(this, message, code);
|
1642
|
+
_this113.name = 'ProcessingFailure_DestinationExistsError';
|
1643
|
+
return _this113;
|
1616
1644
|
}
|
1617
1645
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
1618
1646
|
}(ProcessingFailureError);
|
@@ -1620,13 +1648,13 @@ exports.ProcessingFailure_DestinationExistsError = ProcessingFailure_Destination
|
|
1620
1648
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
1621
1649
|
var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
1622
1650
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
|
1623
|
-
var
|
1651
|
+
var _super114 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
1624
1652
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
1625
|
-
var
|
1653
|
+
var _this114;
|
1626
1654
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
1627
|
-
|
1628
|
-
|
1629
|
-
return
|
1655
|
+
_this114 = _super114.call(this, message, code);
|
1656
|
+
_this114.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
1657
|
+
return _this114;
|
1630
1658
|
}
|
1631
1659
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
1632
1660
|
}(ProcessingFailureError);
|
@@ -1634,13 +1662,13 @@ exports.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_Dest
|
|
1634
1662
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
1635
1663
|
var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
1636
1664
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
|
1637
|
-
var
|
1665
|
+
var _super115 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
1638
1666
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
1639
|
-
var
|
1667
|
+
var _this115;
|
1640
1668
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
1641
|
-
|
1642
|
-
|
1643
|
-
return
|
1669
|
+
_this115 = _super115.call(this, message, code);
|
1670
|
+
_this115.name = 'ProcessingFailure_DestinationParentConflictError';
|
1671
|
+
return _this115;
|
1644
1672
|
}
|
1645
1673
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
1646
1674
|
}(ProcessingFailureError);
|
@@ -1648,13 +1676,13 @@ exports.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_Des
|
|
1648
1676
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
1649
1677
|
var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
1650
1678
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
|
1651
|
-
var
|
1679
|
+
var _super116 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
1652
1680
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
1653
|
-
var
|
1681
|
+
var _this116;
|
1654
1682
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
1655
|
-
|
1656
|
-
|
1657
|
-
return
|
1683
|
+
_this116 = _super116.call(this, message, code);
|
1684
|
+
_this116.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
1685
|
+
return _this116;
|
1658
1686
|
}
|
1659
1687
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
1660
1688
|
}(ProcessingFailureError);
|
@@ -1662,13 +1690,13 @@ exports.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure
|
|
1662
1690
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
1663
1691
|
var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
1664
1692
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
|
1665
|
-
var
|
1693
|
+
var _super117 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
1666
1694
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
1667
|
-
var
|
1695
|
+
var _this117;
|
1668
1696
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
1669
|
-
|
1670
|
-
|
1671
|
-
return
|
1697
|
+
_this117 = _super117.call(this, message, code);
|
1698
|
+
_this117.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
1699
|
+
return _this117;
|
1672
1700
|
}
|
1673
1701
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
1674
1702
|
}(ProcessingFailureError);
|
@@ -1676,13 +1704,13 @@ exports.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPriv
|
|
1676
1704
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
1677
1705
|
var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
1678
1706
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
|
1679
|
-
var
|
1707
|
+
var _super118 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
1680
1708
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
1681
|
-
var
|
1709
|
+
var _this118;
|
1682
1710
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
1683
|
-
|
1684
|
-
|
1685
|
-
return
|
1711
|
+
_this118 = _super118.call(this, message, code);
|
1712
|
+
_this118.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
1713
|
+
return _this118;
|
1686
1714
|
}
|
1687
1715
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
1688
1716
|
}(ProcessingFailureError);
|
@@ -1690,13 +1718,13 @@ exports.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPubli
|
|
1690
1718
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
1691
1719
|
var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
1692
1720
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
|
1693
|
-
var
|
1721
|
+
var _super119 = _createSuper(ProcessingFailure_ExportFailureError);
|
1694
1722
|
function ProcessingFailure_ExportFailureError(message, code) {
|
1695
|
-
var
|
1723
|
+
var _this119;
|
1696
1724
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
1697
|
-
|
1698
|
-
|
1699
|
-
return
|
1725
|
+
_this119 = _super119.call(this, message, code);
|
1726
|
+
_this119.name = 'ProcessingFailure_ExportFailureError';
|
1727
|
+
return _this119;
|
1700
1728
|
}
|
1701
1729
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
1702
1730
|
}(ProcessingFailureError);
|
@@ -1704,13 +1732,13 @@ exports.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureEr
|
|
1704
1732
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
1705
1733
|
var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
1706
1734
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
|
1707
|
-
var
|
1735
|
+
var _super120 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
1708
1736
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
1709
|
-
var
|
1737
|
+
var _this120;
|
1710
1738
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
1711
|
-
|
1712
|
-
|
1713
|
-
return
|
1739
|
+
_this120 = _super120.call(this, message, code);
|
1740
|
+
_this120.name = 'ProcessingFailure_ExportNotReadyError';
|
1741
|
+
return _this120;
|
1714
1742
|
}
|
1715
1743
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
1716
1744
|
}(ProcessingFailureError);
|
@@ -1718,13 +1746,13 @@ exports.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReady
|
|
1718
1746
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
1719
1747
|
var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
1720
1748
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
|
1721
|
-
var
|
1749
|
+
var _super121 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
1722
1750
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
1723
|
-
var
|
1751
|
+
var _this121;
|
1724
1752
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
1725
|
-
|
1726
|
-
|
1727
|
-
return
|
1753
|
+
_this121 = _super121.call(this, message, code);
|
1754
|
+
_this121.name = 'ProcessingFailure_FailedToChangePasswordError';
|
1755
|
+
return _this121;
|
1728
1756
|
}
|
1729
1757
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
1730
1758
|
}(ProcessingFailureError);
|
@@ -1732,13 +1760,13 @@ exports.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_Failed
|
|
1732
1760
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
1733
1761
|
var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
1734
1762
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
|
1735
|
-
var
|
1763
|
+
var _super122 = _createSuper(ProcessingFailure_FileLockedError);
|
1736
1764
|
function ProcessingFailure_FileLockedError(message, code) {
|
1737
|
-
var
|
1765
|
+
var _this122;
|
1738
1766
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
1739
|
-
|
1740
|
-
|
1741
|
-
return
|
1767
|
+
_this122 = _super122.call(this, message, code);
|
1768
|
+
_this122.name = 'ProcessingFailure_FileLockedError';
|
1769
|
+
return _this122;
|
1742
1770
|
}
|
1743
1771
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
1744
1772
|
}(ProcessingFailureError);
|
@@ -1746,13 +1774,13 @@ exports.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
|
1746
1774
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
1747
1775
|
var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
1748
1776
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
|
1749
|
-
var
|
1777
|
+
var _super123 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
1750
1778
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
1751
|
-
var
|
1779
|
+
var _this123;
|
1752
1780
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
1753
|
-
|
1754
|
-
|
1755
|
-
return
|
1781
|
+
_this123 = _super123.call(this, message, code);
|
1782
|
+
_this123.name = 'ProcessingFailure_FileNotUploadedError';
|
1783
|
+
return _this123;
|
1756
1784
|
}
|
1757
1785
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
1758
1786
|
}(ProcessingFailureError);
|
@@ -1760,13 +1788,13 @@ exports.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUpload
|
|
1760
1788
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
1761
1789
|
var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
1762
1790
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
|
1763
|
-
var
|
1791
|
+
var _super124 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
1764
1792
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
1765
|
-
var
|
1793
|
+
var _this124;
|
1766
1794
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
1767
|
-
|
1768
|
-
|
1769
|
-
return
|
1795
|
+
_this124 = _super124.call(this, message, code);
|
1796
|
+
_this124.name = 'ProcessingFailure_FilePendingProcessingError';
|
1797
|
+
return _this124;
|
1770
1798
|
}
|
1771
1799
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
1772
1800
|
}(ProcessingFailureError);
|
@@ -1774,13 +1802,13 @@ exports.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePen
|
|
1774
1802
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
1775
1803
|
var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
1776
1804
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
|
1777
|
-
var
|
1805
|
+
var _super125 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
1778
1806
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
1779
|
-
var
|
1807
|
+
var _this125;
|
1780
1808
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
1781
|
-
|
1782
|
-
|
1783
|
-
return
|
1809
|
+
_this125 = _super125.call(this, message, code);
|
1810
|
+
_this125.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
1811
|
+
return _this125;
|
1784
1812
|
}
|
1785
1813
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
1786
1814
|
}(ProcessingFailureError);
|
@@ -1788,13 +1816,13 @@ exports.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBi
|
|
1788
1816
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
1789
1817
|
var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
1790
1818
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
|
1791
|
-
var
|
1819
|
+
var _super126 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
1792
1820
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
1793
|
-
var
|
1821
|
+
var _this126;
|
1794
1822
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
1795
|
-
|
1796
|
-
|
1797
|
-
return
|
1823
|
+
_this126 = _super126.call(this, message, code);
|
1824
|
+
_this126.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
1825
|
+
return _this126;
|
1798
1826
|
}
|
1799
1827
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
1800
1828
|
}(ProcessingFailureError);
|
@@ -1802,13 +1830,13 @@ exports.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBi
|
|
1802
1830
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
1803
1831
|
var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
1804
1832
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
|
1805
|
-
var
|
1833
|
+
var _super127 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
1806
1834
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
1807
|
-
var
|
1835
|
+
var _this127;
|
1808
1836
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
1809
|
-
|
1810
|
-
|
1811
|
-
return
|
1837
|
+
_this127 = _super127.call(this, message, code);
|
1838
|
+
_this127.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
1839
|
+
return _this127;
|
1812
1840
|
}
|
1813
1841
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
1814
1842
|
}(ProcessingFailureError);
|
@@ -1816,13 +1844,13 @@ exports.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_Fil
|
|
1816
1844
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
1817
1845
|
var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
1818
1846
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
|
1819
|
-
var
|
1847
|
+
var _super128 = _createSuper(ProcessingFailure_FolderLockedError);
|
1820
1848
|
function ProcessingFailure_FolderLockedError(message, code) {
|
1821
|
-
var
|
1849
|
+
var _this128;
|
1822
1850
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
1823
|
-
|
1824
|
-
|
1825
|
-
return
|
1851
|
+
_this128 = _super128.call(this, message, code);
|
1852
|
+
_this128.name = 'ProcessingFailure_FolderLockedError';
|
1853
|
+
return _this128;
|
1826
1854
|
}
|
1827
1855
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
1828
1856
|
}(ProcessingFailureError);
|
@@ -1830,13 +1858,13 @@ exports.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedErro
|
|
1830
1858
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
1831
1859
|
var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
1832
1860
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
|
1833
|
-
var
|
1861
|
+
var _super129 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
1834
1862
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
1835
|
-
var
|
1863
|
+
var _this129;
|
1836
1864
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
1837
|
-
|
1838
|
-
|
1839
|
-
return
|
1865
|
+
_this129 = _super129.call(this, message, code);
|
1866
|
+
_this129.name = 'ProcessingFailure_FolderNotEmptyError';
|
1867
|
+
return _this129;
|
1840
1868
|
}
|
1841
1869
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
1842
1870
|
}(ProcessingFailureError);
|
@@ -1844,13 +1872,13 @@ exports.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmpty
|
|
1844
1872
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
1845
1873
|
var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
1846
1874
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
|
1847
|
-
var
|
1875
|
+
var _super130 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
1848
1876
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
1849
|
-
var
|
1877
|
+
var _this130;
|
1850
1878
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
1851
|
-
|
1852
|
-
|
1853
|
-
return
|
1879
|
+
_this130 = _super130.call(this, message, code);
|
1880
|
+
_this130.name = 'ProcessingFailure_HistoryUnavailableError';
|
1881
|
+
return _this130;
|
1854
1882
|
}
|
1855
1883
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
1856
1884
|
}(ProcessingFailureError);
|
@@ -1858,13 +1886,13 @@ exports.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUna
|
|
1858
1886
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
1859
1887
|
var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
1860
1888
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
|
1861
|
-
var
|
1889
|
+
var _super131 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
1862
1890
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
1863
|
-
var
|
1891
|
+
var _this131;
|
1864
1892
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
1865
|
-
|
1866
|
-
|
1867
|
-
return
|
1893
|
+
_this131 = _super131.call(this, message, code);
|
1894
|
+
_this131.name = 'ProcessingFailure_InvalidBundleCodeError';
|
1895
|
+
return _this131;
|
1868
1896
|
}
|
1869
1897
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
1870
1898
|
}(ProcessingFailureError);
|
@@ -1872,13 +1900,13 @@ exports.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBund
|
|
1872
1900
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
1873
1901
|
var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
1874
1902
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
|
1875
|
-
var
|
1903
|
+
var _super132 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
1876
1904
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
1877
|
-
var
|
1905
|
+
var _this132;
|
1878
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
1879
|
-
|
1880
|
-
|
1881
|
-
return
|
1907
|
+
_this132 = _super132.call(this, message, code);
|
1908
|
+
_this132.name = 'ProcessingFailure_InvalidFileTypeError';
|
1909
|
+
return _this132;
|
1882
1910
|
}
|
1883
1911
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
1884
1912
|
}(ProcessingFailureError);
|
@@ -1886,13 +1914,13 @@ exports.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTy
|
|
1886
1914
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
1887
1915
|
var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
1888
1916
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
|
1889
|
-
var
|
1917
|
+
var _super133 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
1890
1918
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
1891
|
-
var
|
1919
|
+
var _this133;
|
1892
1920
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
1893
|
-
|
1894
|
-
|
1895
|
-
return
|
1921
|
+
_this133 = _super133.call(this, message, code);
|
1922
|
+
_this133.name = 'ProcessingFailure_InvalidFilenameError';
|
1923
|
+
return _this133;
|
1896
1924
|
}
|
1897
1925
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
1898
1926
|
}(ProcessingFailureError);
|
@@ -1900,13 +1928,13 @@ exports.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilena
|
|
1900
1928
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
1901
1929
|
var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
1902
1930
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
|
1903
|
-
var
|
1931
|
+
var _super134 = _createSuper(ProcessingFailure_InvalidRangeError);
|
1904
1932
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
1905
|
-
var
|
1933
|
+
var _this134;
|
1906
1934
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
1907
|
-
|
1908
|
-
|
1909
|
-
return
|
1935
|
+
_this134 = _super134.call(this, message, code);
|
1936
|
+
_this134.name = 'ProcessingFailure_InvalidRangeError';
|
1937
|
+
return _this134;
|
1910
1938
|
}
|
1911
1939
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
1912
1940
|
}(ProcessingFailureError);
|
@@ -1914,13 +1942,13 @@ exports.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeErro
|
|
1914
1942
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
1915
1943
|
var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
1916
1944
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
|
1917
|
-
var
|
1945
|
+
var _super135 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
1918
1946
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
1919
|
-
var
|
1947
|
+
var _this135;
|
1920
1948
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
1921
|
-
|
1922
|
-
|
1923
|
-
return
|
1949
|
+
_this135 = _super135.call(this, message, code);
|
1950
|
+
_this135.name = 'ProcessingFailure_ModelSaveErrorError';
|
1951
|
+
return _this135;
|
1924
1952
|
}
|
1925
1953
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
1926
1954
|
}(ProcessingFailureError);
|
@@ -1928,13 +1956,13 @@ exports.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveError
|
|
1928
1956
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
1929
1957
|
var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
1930
1958
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr26);
|
1931
|
-
var
|
1959
|
+
var _super136 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
1932
1960
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
1933
|
-
var
|
1961
|
+
var _this136;
|
1934
1962
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
1935
|
-
|
1936
|
-
|
1937
|
-
return
|
1963
|
+
_this136 = _super136.call(this, message, code);
|
1964
|
+
_this136.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
1965
|
+
return _this136;
|
1938
1966
|
}
|
1939
1967
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
1940
1968
|
}(ProcessingFailureError);
|
@@ -1942,13 +1970,13 @@ exports.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_Mult
|
|
1942
1970
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
1943
1971
|
var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
1944
1972
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr27);
|
1945
|
-
var
|
1973
|
+
var _super137 = _createSuper(ProcessingFailure_PathTooLongError);
|
1946
1974
|
function ProcessingFailure_PathTooLongError(message, code) {
|
1947
|
-
var
|
1975
|
+
var _this137;
|
1948
1976
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
1949
|
-
|
1950
|
-
|
1951
|
-
return
|
1977
|
+
_this137 = _super137.call(this, message, code);
|
1978
|
+
_this137.name = 'ProcessingFailure_PathTooLongError';
|
1979
|
+
return _this137;
|
1952
1980
|
}
|
1953
1981
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
1954
1982
|
}(ProcessingFailureError);
|
@@ -1956,13 +1984,13 @@ exports.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
1956
1984
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
1957
1985
|
var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
1958
1986
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr28);
|
1959
|
-
var
|
1987
|
+
var _super138 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
1960
1988
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
1961
|
-
var
|
1989
|
+
var _this138;
|
1962
1990
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
1963
|
-
|
1964
|
-
|
1965
|
-
return
|
1991
|
+
_this138 = _super138.call(this, message, code);
|
1992
|
+
_this138.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
1993
|
+
return _this138;
|
1966
1994
|
}
|
1967
1995
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
1968
1996
|
}(ProcessingFailureError);
|
@@ -1970,13 +1998,13 @@ exports.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_Recipi
|
|
1970
1998
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
1971
1999
|
var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
1972
2000
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr29);
|
1973
|
-
var
|
2001
|
+
var _super139 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
1974
2002
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
1975
|
-
var
|
2003
|
+
var _this139;
|
1976
2004
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
1977
|
-
|
1978
|
-
|
1979
|
-
return
|
2005
|
+
_this139 = _super139.call(this, message, code);
|
2006
|
+
_this139.name = 'ProcessingFailure_RemoteServerErrorError';
|
2007
|
+
return _this139;
|
1980
2008
|
}
|
1981
2009
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
1982
2010
|
}(ProcessingFailureError);
|
@@ -1984,13 +2012,13 @@ exports.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServe
|
|
1984
2012
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
1985
2013
|
var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
1986
2014
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr30);
|
1987
|
-
var
|
2015
|
+
var _super140 = _createSuper(ProcessingFailure_ResourceLockedError);
|
1988
2016
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
1989
|
-
var
|
2017
|
+
var _this140;
|
1990
2018
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
1991
|
-
|
1992
|
-
|
1993
|
-
return
|
2019
|
+
_this140 = _super140.call(this, message, code);
|
2020
|
+
_this140.name = 'ProcessingFailure_ResourceLockedError';
|
2021
|
+
return _this140;
|
1994
2022
|
}
|
1995
2023
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
1996
2024
|
}(ProcessingFailureError);
|
@@ -1998,13 +2026,13 @@ exports.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLocked
|
|
1998
2026
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
1999
2027
|
var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
2000
2028
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr31);
|
2001
|
-
var
|
2029
|
+
var _super141 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
2002
2030
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
2003
|
-
var
|
2031
|
+
var _this141;
|
2004
2032
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
2005
|
-
|
2006
|
-
|
2007
|
-
return
|
2033
|
+
_this141 = _super141.call(this, message, code);
|
2034
|
+
_this141.name = 'ProcessingFailure_SubfolderLockedError';
|
2035
|
+
return _this141;
|
2008
2036
|
}
|
2009
2037
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
2010
2038
|
}(ProcessingFailureError);
|
@@ -2012,13 +2040,13 @@ exports.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLock
|
|
2012
2040
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
2013
2041
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
2014
2042
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr32);
|
2015
|
-
var
|
2043
|
+
var _super142 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2016
2044
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
2017
|
-
var
|
2045
|
+
var _this142;
|
2018
2046
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2019
|
-
|
2020
|
-
|
2021
|
-
return
|
2047
|
+
_this142 = _super142.call(this, message, code);
|
2048
|
+
_this142.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2049
|
+
return _this142;
|
2022
2050
|
}
|
2023
2051
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2024
2052
|
}(ProcessingFailureError);
|
@@ -2026,13 +2054,13 @@ exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = Processi
|
|
2026
2054
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
2027
2055
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
2028
2056
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr33);
|
2029
|
-
var
|
2057
|
+
var _super143 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2030
2058
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2031
|
-
var
|
2059
|
+
var _this143;
|
2032
2060
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2033
|
-
|
2034
|
-
|
2035
|
-
return
|
2061
|
+
_this143 = _super143.call(this, message, code);
|
2062
|
+
_this143.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2063
|
+
return _this143;
|
2036
2064
|
}
|
2037
2065
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2038
2066
|
}(ProcessingFailureError);
|
@@ -2040,13 +2068,13 @@ exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_U
|
|
2040
2068
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2041
2069
|
var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
|
2042
2070
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
|
2043
|
-
var
|
2071
|
+
var _super144 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2044
2072
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2045
|
-
var
|
2073
|
+
var _this144;
|
2046
2074
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2047
|
-
|
2048
|
-
|
2049
|
-
return
|
2075
|
+
_this144 = _super144.call(this, message, code);
|
2076
|
+
_this144.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2077
|
+
return _this144;
|
2050
2078
|
}
|
2051
2079
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
2052
2080
|
}(RateLimitedError);
|
@@ -2054,13 +2082,13 @@ exports.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthenticat
|
|
2054
2082
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2055
2083
|
var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
|
2056
2084
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
|
2057
|
-
var
|
2085
|
+
var _super145 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2058
2086
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2059
|
-
var
|
2087
|
+
var _this145;
|
2060
2088
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2061
|
-
|
2062
|
-
|
2063
|
-
return
|
2089
|
+
_this145 = _super145.call(this, message, code);
|
2090
|
+
_this145.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2091
|
+
return _this145;
|
2064
2092
|
}
|
2065
2093
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
2066
2094
|
}(RateLimitedError);
|
@@ -2068,13 +2096,13 @@ exports.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurre
|
|
2068
2096
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2069
2097
|
var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2070
2098
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
|
2071
|
-
var
|
2099
|
+
var _super146 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2072
2100
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2073
|
-
var
|
2101
|
+
var _this146;
|
2074
2102
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2075
|
-
|
2076
|
-
|
2077
|
-
return
|
2103
|
+
_this146 = _super146.call(this, message, code);
|
2104
|
+
_this146.name = 'RateLimited_TooManyLoginAttemptsError';
|
2105
|
+
return _this146;
|
2078
2106
|
}
|
2079
2107
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
2080
2108
|
}(RateLimitedError);
|
@@ -2082,13 +2110,13 @@ exports.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttempts
|
|
2082
2110
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2083
2111
|
var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2084
2112
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
|
2085
|
-
var
|
2113
|
+
var _super147 = _createSuper(RateLimited_TooManyRequestsError);
|
2086
2114
|
function RateLimited_TooManyRequestsError(message, code) {
|
2087
|
-
var
|
2115
|
+
var _this147;
|
2088
2116
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2089
|
-
|
2090
|
-
|
2091
|
-
return
|
2117
|
+
_this147 = _super147.call(this, message, code);
|
2118
|
+
_this147.name = 'RateLimited_TooManyRequestsError';
|
2119
|
+
return _this147;
|
2092
2120
|
}
|
2093
2121
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
2094
2122
|
}(RateLimitedError);
|
@@ -2096,13 +2124,13 @@ exports.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2096
2124
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
2097
2125
|
var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
|
2098
2126
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
|
2099
|
-
var
|
2127
|
+
var _super148 = _createSuper(RateLimited_TooManySharesError);
|
2100
2128
|
function RateLimited_TooManySharesError(message, code) {
|
2101
|
-
var
|
2129
|
+
var _this148;
|
2102
2130
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
2103
|
-
|
2104
|
-
|
2105
|
-
return
|
2131
|
+
_this148 = _super148.call(this, message, code);
|
2132
|
+
_this148.name = 'RateLimited_TooManySharesError';
|
2133
|
+
return _this148;
|
2106
2134
|
}
|
2107
2135
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
2108
2136
|
}(RateLimitedError);
|
@@ -2110,13 +2138,13 @@ exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2110
2138
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
2111
2139
|
var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
2112
2140
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
|
2113
|
-
var
|
2141
|
+
var _super149 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
2114
2142
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
2115
|
-
var
|
2143
|
+
var _this149;
|
2116
2144
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
2117
|
-
|
2118
|
-
|
2119
|
-
return
|
2145
|
+
_this149 = _super149.call(this, message, code);
|
2146
|
+
_this149.name = 'ServiceUnavailable_UploadsUnavailableError';
|
2147
|
+
return _this149;
|
2120
2148
|
}
|
2121
2149
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
2122
2150
|
}(ServiceUnavailableError);
|
@@ -2124,13 +2152,13 @@ exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsU
|
|
2124
2152
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
2125
2153
|
var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
2126
2154
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
2127
|
-
var
|
2155
|
+
var _super150 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
2128
2156
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
2129
|
-
var
|
2157
|
+
var _this150;
|
2130
2158
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
2131
|
-
|
2132
|
-
|
2133
|
-
return
|
2159
|
+
_this150 = _super150.call(this, message, code);
|
2160
|
+
_this150.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
2161
|
+
return _this150;
|
2134
2162
|
}
|
2135
2163
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
2136
2164
|
}(SiteConfigurationError);
|
@@ -2138,13 +2166,13 @@ exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountA
|
|
2138
2166
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
2139
2167
|
var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
2140
2168
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
2141
|
-
var
|
2169
|
+
var _super151 = _createSuper(SiteConfiguration_AccountOverdueError);
|
2142
2170
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
2143
|
-
var
|
2171
|
+
var _this151;
|
2144
2172
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
2145
|
-
|
2146
|
-
|
2147
|
-
return
|
2173
|
+
_this151 = _super151.call(this, message, code);
|
2174
|
+
_this151.name = 'SiteConfiguration_AccountOverdueError';
|
2175
|
+
return _this151;
|
2148
2176
|
}
|
2149
2177
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
2150
2178
|
}(SiteConfigurationError);
|
@@ -2152,13 +2180,13 @@ exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdue
|
|
2152
2180
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
2153
2181
|
var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
2154
2182
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
2155
|
-
var
|
2183
|
+
var _super152 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
2156
2184
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
2157
|
-
var
|
2185
|
+
var _this152;
|
2158
2186
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
2159
|
-
|
2160
|
-
|
2161
|
-
return
|
2187
|
+
_this152 = _super152.call(this, message, code);
|
2188
|
+
_this152.name = 'SiteConfiguration_NoAccountForSiteError';
|
2189
|
+
return _this152;
|
2162
2190
|
}
|
2163
2191
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
2164
2192
|
}(SiteConfigurationError);
|
@@ -2166,13 +2194,13 @@ exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountFor
|
|
2166
2194
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
2167
2195
|
var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
2168
2196
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
2169
|
-
var
|
2197
|
+
var _super153 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
2170
2198
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
2171
|
-
var
|
2199
|
+
var _this153;
|
2172
2200
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
2173
|
-
|
2174
|
-
|
2175
|
-
return
|
2201
|
+
_this153 = _super153.call(this, message, code);
|
2202
|
+
_this153.name = 'SiteConfiguration_SiteWasRemovedError';
|
2203
|
+
return _this153;
|
2176
2204
|
}
|
2177
2205
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
2178
2206
|
}(SiteConfigurationError);
|
@@ -2180,13 +2208,13 @@ exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemoved
|
|
2180
2208
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
2181
2209
|
var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
2182
2210
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
2183
|
-
var
|
2211
|
+
var _super154 = _createSuper(SiteConfiguration_TrialExpiredError);
|
2184
2212
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
2185
|
-
var
|
2213
|
+
var _this154;
|
2186
2214
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
2187
|
-
|
2188
|
-
|
2189
|
-
return
|
2215
|
+
_this154 = _super154.call(this, message, code);
|
2216
|
+
_this154.name = 'SiteConfiguration_TrialExpiredError';
|
2217
|
+
return _this154;
|
2190
2218
|
}
|
2191
2219
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
2192
2220
|
}(SiteConfigurationError);
|
@@ -2194,13 +2222,13 @@ exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredErro
|
|
2194
2222
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
2195
2223
|
var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
2196
2224
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
2197
|
-
var
|
2225
|
+
var _super155 = _createSuper(SiteConfiguration_TrialLockedError);
|
2198
2226
|
function SiteConfiguration_TrialLockedError(message, code) {
|
2199
|
-
var
|
2227
|
+
var _this155;
|
2200
2228
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
2201
|
-
|
2202
|
-
|
2203
|
-
return
|
2229
|
+
_this155 = _super155.call(this, message, code);
|
2230
|
+
_this155.name = 'SiteConfiguration_TrialLockedError';
|
2231
|
+
return _this155;
|
2204
2232
|
}
|
2205
2233
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
2206
2234
|
}(SiteConfigurationError);
|
@@ -2208,13 +2236,13 @@ exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2208
2236
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
2209
2237
|
var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
2210
2238
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
2211
|
-
var
|
2239
|
+
var _super156 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2212
2240
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
2213
|
-
var
|
2241
|
+
var _this156;
|
2214
2242
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
2215
|
-
|
2216
|
-
|
2217
|
-
return
|
2243
|
+
_this156 = _super156.call(this, message, code);
|
2244
|
+
_this156.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
2245
|
+
return _this156;
|
2218
2246
|
}
|
2219
2247
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
2220
2248
|
}(SiteConfigurationError);
|