files.com 1.2.236 → 1.2.238
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/models/Site.md +4 -0
- package/lib/Api.js +3 -4
- package/lib/Errors.js +964 -964
- package/lib/Files.js +1 -1
- package/lib/models/AccountLineItem.js +1 -2
- package/lib/models/Action.js +1 -2
- package/lib/models/ActionNotificationExport.js +1 -2
- package/lib/models/ActionNotificationExportResult.js +1 -2
- package/lib/models/ApiKey.js +1 -2
- package/lib/models/ApiRequestLog.js +1 -2
- package/lib/models/App.js +1 -2
- package/lib/models/As2IncomingMessage.js +1 -2
- package/lib/models/As2OutgoingMessage.js +1 -2
- package/lib/models/As2Partner.js +1 -2
- package/lib/models/As2Station.js +1 -2
- package/lib/models/Auto.js +1 -2
- package/lib/models/Automation.js +1 -2
- package/lib/models/AutomationLog.js +1 -2
- package/lib/models/AutomationRun.js +1 -2
- package/lib/models/BandwidthSnapshot.js +1 -2
- package/lib/models/Behavior.js +1 -2
- package/lib/models/Bundle.js +1 -2
- package/lib/models/BundleAction.js +1 -2
- package/lib/models/BundleDownload.js +1 -2
- package/lib/models/BundleNotification.js +1 -2
- package/lib/models/BundlePath.js +1 -2
- package/lib/models/BundleRecipient.js +1 -2
- package/lib/models/BundleRegistration.js +1 -2
- package/lib/models/Clickwrap.js +1 -2
- package/lib/models/DnsRecord.js +1 -2
- package/lib/models/EmailIncomingMessage.js +1 -2
- package/lib/models/EmailLog.js +1 -2
- package/lib/models/Errors.js +1 -2
- package/lib/models/ExavaultApiRequestLog.js +1 -2
- package/lib/models/ExternalEvent.js +1 -2
- package/lib/models/File.js +206 -207
- package/lib/models/FileAction.js +1 -2
- package/lib/models/FileComment.js +1 -2
- package/lib/models/FileCommentReaction.js +1 -2
- package/lib/models/FileMigration.js +1 -2
- package/lib/models/FileMigrationLog.js +1 -2
- package/lib/models/FileUploadPart.js +1 -2
- package/lib/models/Folder.js +1 -2
- package/lib/models/FormField.js +1 -2
- package/lib/models/FormFieldSet.js +1 -2
- package/lib/models/FtpActionLog.js +1 -2
- package/lib/models/GpgKey.js +1 -2
- package/lib/models/Group.js +1 -2
- package/lib/models/GroupUser.js +1 -2
- package/lib/models/History.js +1 -2
- package/lib/models/HistoryExport.js +1 -2
- package/lib/models/HistoryExportResult.js +1 -2
- package/lib/models/Image.js +1 -2
- package/lib/models/InboxRecipient.js +1 -2
- package/lib/models/InboxRegistration.js +1 -2
- package/lib/models/InboxUpload.js +1 -2
- package/lib/models/Invoice.js +1 -2
- package/lib/models/InvoiceLineItem.js +1 -2
- package/lib/models/IpAddress.js +1 -2
- package/lib/models/Lock.js +1 -2
- package/lib/models/Message.js +1 -2
- package/lib/models/MessageComment.js +1 -2
- package/lib/models/MessageCommentReaction.js +1 -2
- package/lib/models/MessageReaction.js +1 -2
- package/lib/models/Notification.js +1 -2
- package/lib/models/OutboundConnectionLog.js +1 -2
- package/lib/models/Payment.js +1 -2
- package/lib/models/PaymentLineItem.js +1 -2
- package/lib/models/Permission.js +1 -2
- package/lib/models/Preview.js +1 -2
- package/lib/models/Priority.js +1 -2
- package/lib/models/Project.js +1 -2
- package/lib/models/PublicHostingRequestLog.js +1 -2
- package/lib/models/PublicIpAddress.js +1 -2
- package/lib/models/PublicKey.js +1 -2
- package/lib/models/RemoteBandwidthSnapshot.js +1 -2
- package/lib/models/RemoteServer.js +1 -2
- package/lib/models/RemoteServerConfigurationFile.js +1 -2
- package/lib/models/Request.js +1 -2
- package/lib/models/Restore.js +1 -2
- package/lib/models/Session.js +1 -2
- package/lib/models/SettingsChange.js +1 -2
- package/lib/models/SftpActionLog.js +1 -2
- package/lib/models/SftpHostKey.js +1 -2
- package/lib/models/ShareGroup.js +1 -2
- package/lib/models/ShareGroupMember.js +1 -2
- package/lib/models/SiemHttpDestination.js +1 -2
- package/lib/models/Site.js +6 -2
- package/lib/models/Snapshot.js +1 -2
- package/lib/models/SsoStrategy.js +1 -2
- package/lib/models/Status.js +1 -2
- package/lib/models/Style.js +1 -2
- package/lib/models/SyncLog.js +1 -2
- package/lib/models/UsageByTopLevelDir.js +1 -2
- package/lib/models/UsageDailySnapshot.js +1 -2
- package/lib/models/UsageSnapshot.js +1 -2
- package/lib/models/User.js +3 -4
- package/lib/models/UserCipherUse.js +1 -2
- package/lib/models/UserRequest.js +1 -2
- package/lib/models/UserSftpClientUse.js +1 -2
- package/lib/models/WebDavActionLog.js +1 -2
- package/lib/models/WebhookTest.js +1 -2
- package/package.json +1 -1
- package/src/Files.js +1 -1
- package/src/models/Site.js +4 -0
package/lib/Errors.js
CHANGED
|
@@ -184,11 +184,11 @@ var NotAuthenticatedError = exports.NotAuthenticatedError = /*#__PURE__*/functio
|
|
|
184
184
|
errorClasses.NotAuthenticatedError = NotAuthenticatedError;
|
|
185
185
|
var NotAuthorizedError = exports.NotAuthorizedError = /*#__PURE__*/function (_FilesApiError3) {
|
|
186
186
|
function NotAuthorizedError(message, code, errorData) {
|
|
187
|
-
var
|
|
187
|
+
var _this0;
|
|
188
188
|
(0, _classCallCheck2.default)(this, NotAuthorizedError);
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
return
|
|
189
|
+
_this0 = _callSuper(this, NotAuthorizedError, [message, code, errorData]);
|
|
190
|
+
_this0.name = 'NotAuthorizedError';
|
|
191
|
+
return _this0;
|
|
192
192
|
}
|
|
193
193
|
(0, _inherits2.default)(NotAuthorizedError, _FilesApiError3);
|
|
194
194
|
return (0, _createClass2.default)(NotAuthorizedError);
|
|
@@ -196,11 +196,11 @@ var NotAuthorizedError = exports.NotAuthorizedError = /*#__PURE__*/function (_Fi
|
|
|
196
196
|
errorClasses.NotAuthorizedError = NotAuthorizedError;
|
|
197
197
|
var NotFoundError = exports.NotFoundError = /*#__PURE__*/function (_FilesApiError4) {
|
|
198
198
|
function NotFoundError(message, code, errorData) {
|
|
199
|
-
var
|
|
199
|
+
var _this1;
|
|
200
200
|
(0, _classCallCheck2.default)(this, NotFoundError);
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
return
|
|
201
|
+
_this1 = _callSuper(this, NotFoundError, [message, code, errorData]);
|
|
202
|
+
_this1.name = 'NotFoundError';
|
|
203
|
+
return _this1;
|
|
204
204
|
}
|
|
205
205
|
(0, _inherits2.default)(NotFoundError, _FilesApiError4);
|
|
206
206
|
return (0, _createClass2.default)(NotFoundError);
|
|
@@ -208,11 +208,11 @@ var NotFoundError = exports.NotFoundError = /*#__PURE__*/function (_FilesApiErro
|
|
|
208
208
|
errorClasses.NotFoundError = NotFoundError;
|
|
209
209
|
var ProcessingFailureError = exports.ProcessingFailureError = /*#__PURE__*/function (_FilesApiError5) {
|
|
210
210
|
function ProcessingFailureError(message, code, errorData) {
|
|
211
|
-
var
|
|
211
|
+
var _this10;
|
|
212
212
|
(0, _classCallCheck2.default)(this, ProcessingFailureError);
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
return
|
|
213
|
+
_this10 = _callSuper(this, ProcessingFailureError, [message, code, errorData]);
|
|
214
|
+
_this10.name = 'ProcessingFailureError';
|
|
215
|
+
return _this10;
|
|
216
216
|
}
|
|
217
217
|
(0, _inherits2.default)(ProcessingFailureError, _FilesApiError5);
|
|
218
218
|
return (0, _createClass2.default)(ProcessingFailureError);
|
|
@@ -220,11 +220,11 @@ var ProcessingFailureError = exports.ProcessingFailureError = /*#__PURE__*/funct
|
|
|
220
220
|
errorClasses.ProcessingFailureError = ProcessingFailureError;
|
|
221
221
|
var RateLimitedError = exports.RateLimitedError = /*#__PURE__*/function (_FilesApiError6) {
|
|
222
222
|
function RateLimitedError(message, code, errorData) {
|
|
223
|
-
var
|
|
223
|
+
var _this11;
|
|
224
224
|
(0, _classCallCheck2.default)(this, RateLimitedError);
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
return
|
|
225
|
+
_this11 = _callSuper(this, RateLimitedError, [message, code, errorData]);
|
|
226
|
+
_this11.name = 'RateLimitedError';
|
|
227
|
+
return _this11;
|
|
228
228
|
}
|
|
229
229
|
(0, _inherits2.default)(RateLimitedError, _FilesApiError6);
|
|
230
230
|
return (0, _createClass2.default)(RateLimitedError);
|
|
@@ -232,11 +232,11 @@ var RateLimitedError = exports.RateLimitedError = /*#__PURE__*/function (_FilesA
|
|
|
232
232
|
errorClasses.RateLimitedError = RateLimitedError;
|
|
233
233
|
var ServiceUnavailableError = exports.ServiceUnavailableError = /*#__PURE__*/function (_FilesApiError7) {
|
|
234
234
|
function ServiceUnavailableError(message, code, errorData) {
|
|
235
|
-
var
|
|
235
|
+
var _this12;
|
|
236
236
|
(0, _classCallCheck2.default)(this, ServiceUnavailableError);
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
return
|
|
237
|
+
_this12 = _callSuper(this, ServiceUnavailableError, [message, code, errorData]);
|
|
238
|
+
_this12.name = 'ServiceUnavailableError';
|
|
239
|
+
return _this12;
|
|
240
240
|
}
|
|
241
241
|
(0, _inherits2.default)(ServiceUnavailableError, _FilesApiError7);
|
|
242
242
|
return (0, _createClass2.default)(ServiceUnavailableError);
|
|
@@ -244,11 +244,11 @@ var ServiceUnavailableError = exports.ServiceUnavailableError = /*#__PURE__*/fun
|
|
|
244
244
|
errorClasses.ServiceUnavailableError = ServiceUnavailableError;
|
|
245
245
|
var SiteConfigurationError = exports.SiteConfigurationError = /*#__PURE__*/function (_FilesApiError8) {
|
|
246
246
|
function SiteConfigurationError(message, code, errorData) {
|
|
247
|
-
var
|
|
247
|
+
var _this13;
|
|
248
248
|
(0, _classCallCheck2.default)(this, SiteConfigurationError);
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
return
|
|
249
|
+
_this13 = _callSuper(this, SiteConfigurationError, [message, code, errorData]);
|
|
250
|
+
_this13.name = 'SiteConfigurationError';
|
|
251
|
+
return _this13;
|
|
252
252
|
}
|
|
253
253
|
(0, _inherits2.default)(SiteConfigurationError, _FilesApiError8);
|
|
254
254
|
return (0, _createClass2.default)(SiteConfigurationError);
|
|
@@ -258,11 +258,11 @@ errorClasses.SiteConfigurationError = SiteConfigurationError;
|
|
|
258
258
|
// grouped api errors
|
|
259
259
|
var BadRequest_AgentUpgradeRequiredError = exports.BadRequest_AgentUpgradeRequiredError = /*#__PURE__*/function (_BadRequestError) {
|
|
260
260
|
function BadRequest_AgentUpgradeRequiredError(message, code, errorData) {
|
|
261
|
-
var
|
|
261
|
+
var _this14;
|
|
262
262
|
(0, _classCallCheck2.default)(this, BadRequest_AgentUpgradeRequiredError);
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
return
|
|
263
|
+
_this14 = _callSuper(this, BadRequest_AgentUpgradeRequiredError, [message, code, errorData]);
|
|
264
|
+
_this14.name = 'BadRequest_AgentUpgradeRequiredError';
|
|
265
|
+
return _this14;
|
|
266
266
|
}
|
|
267
267
|
(0, _inherits2.default)(BadRequest_AgentUpgradeRequiredError, _BadRequestError);
|
|
268
268
|
return (0, _createClass2.default)(BadRequest_AgentUpgradeRequiredError);
|
|
@@ -270,11 +270,11 @@ var BadRequest_AgentUpgradeRequiredError = exports.BadRequest_AgentUpgradeRequir
|
|
|
270
270
|
errorClasses.BadRequest_AgentUpgradeRequiredError = BadRequest_AgentUpgradeRequiredError;
|
|
271
271
|
var BadRequest_AttachmentTooLargeError = exports.BadRequest_AttachmentTooLargeError = /*#__PURE__*/function (_BadRequestError2) {
|
|
272
272
|
function BadRequest_AttachmentTooLargeError(message, code, errorData) {
|
|
273
|
-
var
|
|
273
|
+
var _this15;
|
|
274
274
|
(0, _classCallCheck2.default)(this, BadRequest_AttachmentTooLargeError);
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
return
|
|
275
|
+
_this15 = _callSuper(this, BadRequest_AttachmentTooLargeError, [message, code, errorData]);
|
|
276
|
+
_this15.name = 'BadRequest_AttachmentTooLargeError';
|
|
277
|
+
return _this15;
|
|
278
278
|
}
|
|
279
279
|
(0, _inherits2.default)(BadRequest_AttachmentTooLargeError, _BadRequestError2);
|
|
280
280
|
return (0, _createClass2.default)(BadRequest_AttachmentTooLargeError);
|
|
@@ -282,11 +282,11 @@ var BadRequest_AttachmentTooLargeError = exports.BadRequest_AttachmentTooLargeEr
|
|
|
282
282
|
errorClasses.BadRequest_AttachmentTooLargeError = BadRequest_AttachmentTooLargeError;
|
|
283
283
|
var BadRequest_CannotDownloadDirectoryError = exports.BadRequest_CannotDownloadDirectoryError = /*#__PURE__*/function (_BadRequestError3) {
|
|
284
284
|
function BadRequest_CannotDownloadDirectoryError(message, code, errorData) {
|
|
285
|
-
var
|
|
285
|
+
var _this16;
|
|
286
286
|
(0, _classCallCheck2.default)(this, BadRequest_CannotDownloadDirectoryError);
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
return
|
|
287
|
+
_this16 = _callSuper(this, BadRequest_CannotDownloadDirectoryError, [message, code, errorData]);
|
|
288
|
+
_this16.name = 'BadRequest_CannotDownloadDirectoryError';
|
|
289
|
+
return _this16;
|
|
290
290
|
}
|
|
291
291
|
(0, _inherits2.default)(BadRequest_CannotDownloadDirectoryError, _BadRequestError3);
|
|
292
292
|
return (0, _createClass2.default)(BadRequest_CannotDownloadDirectoryError);
|
|
@@ -294,11 +294,11 @@ var BadRequest_CannotDownloadDirectoryError = exports.BadRequest_CannotDownloadD
|
|
|
294
294
|
errorClasses.BadRequest_CannotDownloadDirectoryError = BadRequest_CannotDownloadDirectoryError;
|
|
295
295
|
var BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CantMoveWithMultipleLocationsError = /*#__PURE__*/function (_BadRequestError4) {
|
|
296
296
|
function BadRequest_CantMoveWithMultipleLocationsError(message, code, errorData) {
|
|
297
|
-
var
|
|
297
|
+
var _this17;
|
|
298
298
|
(0, _classCallCheck2.default)(this, BadRequest_CantMoveWithMultipleLocationsError);
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
return
|
|
299
|
+
_this17 = _callSuper(this, BadRequest_CantMoveWithMultipleLocationsError, [message, code, errorData]);
|
|
300
|
+
_this17.name = 'BadRequest_CantMoveWithMultipleLocationsError';
|
|
301
|
+
return _this17;
|
|
302
302
|
}
|
|
303
303
|
(0, _inherits2.default)(BadRequest_CantMoveWithMultipleLocationsError, _BadRequestError4);
|
|
304
304
|
return (0, _createClass2.default)(BadRequest_CantMoveWithMultipleLocationsError);
|
|
@@ -306,11 +306,11 @@ var BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CantMoveW
|
|
|
306
306
|
errorClasses.BadRequest_CantMoveWithMultipleLocationsError = BadRequest_CantMoveWithMultipleLocationsError;
|
|
307
307
|
var BadRequest_DatetimeParseError = exports.BadRequest_DatetimeParseError = /*#__PURE__*/function (_BadRequestError5) {
|
|
308
308
|
function BadRequest_DatetimeParseError(message, code, errorData) {
|
|
309
|
-
var
|
|
309
|
+
var _this18;
|
|
310
310
|
(0, _classCallCheck2.default)(this, BadRequest_DatetimeParseError);
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
return
|
|
311
|
+
_this18 = _callSuper(this, BadRequest_DatetimeParseError, [message, code, errorData]);
|
|
312
|
+
_this18.name = 'BadRequest_DatetimeParseError';
|
|
313
|
+
return _this18;
|
|
314
314
|
}
|
|
315
315
|
(0, _inherits2.default)(BadRequest_DatetimeParseError, _BadRequestError5);
|
|
316
316
|
return (0, _createClass2.default)(BadRequest_DatetimeParseError);
|
|
@@ -318,11 +318,11 @@ var BadRequest_DatetimeParseError = exports.BadRequest_DatetimeParseError = /*#_
|
|
|
318
318
|
errorClasses.BadRequest_DatetimeParseError = BadRequest_DatetimeParseError;
|
|
319
319
|
var BadRequest_DestinationSameError = exports.BadRequest_DestinationSameError = /*#__PURE__*/function (_BadRequestError6) {
|
|
320
320
|
function BadRequest_DestinationSameError(message, code, errorData) {
|
|
321
|
-
var
|
|
321
|
+
var _this19;
|
|
322
322
|
(0, _classCallCheck2.default)(this, BadRequest_DestinationSameError);
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
return
|
|
323
|
+
_this19 = _callSuper(this, BadRequest_DestinationSameError, [message, code, errorData]);
|
|
324
|
+
_this19.name = 'BadRequest_DestinationSameError';
|
|
325
|
+
return _this19;
|
|
326
326
|
}
|
|
327
327
|
(0, _inherits2.default)(BadRequest_DestinationSameError, _BadRequestError6);
|
|
328
328
|
return (0, _createClass2.default)(BadRequest_DestinationSameError);
|
|
@@ -330,11 +330,11 @@ var BadRequest_DestinationSameError = exports.BadRequest_DestinationSameError =
|
|
|
330
330
|
errorClasses.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
|
331
331
|
var BadRequest_DoesNotSupportSortingError = exports.BadRequest_DoesNotSupportSortingError = /*#__PURE__*/function (_BadRequestError7) {
|
|
332
332
|
function BadRequest_DoesNotSupportSortingError(message, code, errorData) {
|
|
333
|
-
var
|
|
333
|
+
var _this20;
|
|
334
334
|
(0, _classCallCheck2.default)(this, BadRequest_DoesNotSupportSortingError);
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
return
|
|
335
|
+
_this20 = _callSuper(this, BadRequest_DoesNotSupportSortingError, [message, code, errorData]);
|
|
336
|
+
_this20.name = 'BadRequest_DoesNotSupportSortingError';
|
|
337
|
+
return _this20;
|
|
338
338
|
}
|
|
339
339
|
(0, _inherits2.default)(BadRequest_DoesNotSupportSortingError, _BadRequestError7);
|
|
340
340
|
return (0, _createClass2.default)(BadRequest_DoesNotSupportSortingError);
|
|
@@ -342,11 +342,11 @@ var BadRequest_DoesNotSupportSortingError = exports.BadRequest_DoesNotSupportSor
|
|
|
342
342
|
errorClasses.BadRequest_DoesNotSupportSortingError = BadRequest_DoesNotSupportSortingError;
|
|
343
343
|
var BadRequest_FolderMustNotBeAFileError = exports.BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (_BadRequestError8) {
|
|
344
344
|
function BadRequest_FolderMustNotBeAFileError(message, code, errorData) {
|
|
345
|
-
var
|
|
345
|
+
var _this21;
|
|
346
346
|
(0, _classCallCheck2.default)(this, BadRequest_FolderMustNotBeAFileError);
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
return
|
|
347
|
+
_this21 = _callSuper(this, BadRequest_FolderMustNotBeAFileError, [message, code, errorData]);
|
|
348
|
+
_this21.name = 'BadRequest_FolderMustNotBeAFileError';
|
|
349
|
+
return _this21;
|
|
350
350
|
}
|
|
351
351
|
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError, _BadRequestError8);
|
|
352
352
|
return (0, _createClass2.default)(BadRequest_FolderMustNotBeAFileError);
|
|
@@ -354,455 +354,455 @@ var BadRequest_FolderMustNotBeAFileError = exports.BadRequest_FolderMustNotBeAFi
|
|
|
354
354
|
errorClasses.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
|
355
355
|
var BadRequest_FoldersNotAllowedError = exports.BadRequest_FoldersNotAllowedError = /*#__PURE__*/function (_BadRequestError9) {
|
|
356
356
|
function BadRequest_FoldersNotAllowedError(message, code, errorData) {
|
|
357
|
-
var
|
|
357
|
+
var _this22;
|
|
358
358
|
(0, _classCallCheck2.default)(this, BadRequest_FoldersNotAllowedError);
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
return
|
|
359
|
+
_this22 = _callSuper(this, BadRequest_FoldersNotAllowedError, [message, code, errorData]);
|
|
360
|
+
_this22.name = 'BadRequest_FoldersNotAllowedError';
|
|
361
|
+
return _this22;
|
|
362
362
|
}
|
|
363
363
|
(0, _inherits2.default)(BadRequest_FoldersNotAllowedError, _BadRequestError9);
|
|
364
364
|
return (0, _createClass2.default)(BadRequest_FoldersNotAllowedError);
|
|
365
365
|
}(BadRequestError);
|
|
366
366
|
errorClasses.BadRequest_FoldersNotAllowedError = BadRequest_FoldersNotAllowedError;
|
|
367
|
-
var BadRequest_InvalidBodyError = exports.BadRequest_InvalidBodyError = /*#__PURE__*/function (
|
|
367
|
+
var BadRequest_InvalidBodyError = exports.BadRequest_InvalidBodyError = /*#__PURE__*/function (_BadRequestError0) {
|
|
368
368
|
function BadRequest_InvalidBodyError(message, code, errorData) {
|
|
369
|
-
var
|
|
369
|
+
var _this23;
|
|
370
370
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidBodyError);
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
return
|
|
371
|
+
_this23 = _callSuper(this, BadRequest_InvalidBodyError, [message, code, errorData]);
|
|
372
|
+
_this23.name = 'BadRequest_InvalidBodyError';
|
|
373
|
+
return _this23;
|
|
374
374
|
}
|
|
375
|
-
(0, _inherits2.default)(BadRequest_InvalidBodyError,
|
|
375
|
+
(0, _inherits2.default)(BadRequest_InvalidBodyError, _BadRequestError0);
|
|
376
376
|
return (0, _createClass2.default)(BadRequest_InvalidBodyError);
|
|
377
377
|
}(BadRequestError);
|
|
378
378
|
errorClasses.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
|
379
|
-
var BadRequest_InvalidCursorError = exports.BadRequest_InvalidCursorError = /*#__PURE__*/function (
|
|
379
|
+
var BadRequest_InvalidCursorError = exports.BadRequest_InvalidCursorError = /*#__PURE__*/function (_BadRequestError1) {
|
|
380
380
|
function BadRequest_InvalidCursorError(message, code, errorData) {
|
|
381
|
-
var
|
|
381
|
+
var _this24;
|
|
382
382
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorError);
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
return
|
|
383
|
+
_this24 = _callSuper(this, BadRequest_InvalidCursorError, [message, code, errorData]);
|
|
384
|
+
_this24.name = 'BadRequest_InvalidCursorError';
|
|
385
|
+
return _this24;
|
|
386
386
|
}
|
|
387
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorError,
|
|
387
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorError, _BadRequestError1);
|
|
388
388
|
return (0, _createClass2.default)(BadRequest_InvalidCursorError);
|
|
389
389
|
}(BadRequestError);
|
|
390
390
|
errorClasses.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
|
391
|
-
var BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (
|
|
391
|
+
var BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (_BadRequestError10) {
|
|
392
392
|
function BadRequest_InvalidCursorTypeForSortError(message, code, errorData) {
|
|
393
|
-
var
|
|
393
|
+
var _this25;
|
|
394
394
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorTypeForSortError);
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
return
|
|
395
|
+
_this25 = _callSuper(this, BadRequest_InvalidCursorTypeForSortError, [message, code, errorData]);
|
|
396
|
+
_this25.name = 'BadRequest_InvalidCursorTypeForSortError';
|
|
397
|
+
return _this25;
|
|
398
398
|
}
|
|
399
|
-
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError,
|
|
399
|
+
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError, _BadRequestError10);
|
|
400
400
|
return (0, _createClass2.default)(BadRequest_InvalidCursorTypeForSortError);
|
|
401
401
|
}(BadRequestError);
|
|
402
402
|
errorClasses.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
|
403
|
-
var BadRequest_InvalidEtagsError = exports.BadRequest_InvalidEtagsError = /*#__PURE__*/function (
|
|
403
|
+
var BadRequest_InvalidEtagsError = exports.BadRequest_InvalidEtagsError = /*#__PURE__*/function (_BadRequestError11) {
|
|
404
404
|
function BadRequest_InvalidEtagsError(message, code, errorData) {
|
|
405
|
-
var
|
|
405
|
+
var _this26;
|
|
406
406
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidEtagsError);
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
return
|
|
407
|
+
_this26 = _callSuper(this, BadRequest_InvalidEtagsError, [message, code, errorData]);
|
|
408
|
+
_this26.name = 'BadRequest_InvalidEtagsError';
|
|
409
|
+
return _this26;
|
|
410
410
|
}
|
|
411
|
-
(0, _inherits2.default)(BadRequest_InvalidEtagsError,
|
|
411
|
+
(0, _inherits2.default)(BadRequest_InvalidEtagsError, _BadRequestError11);
|
|
412
412
|
return (0, _createClass2.default)(BadRequest_InvalidEtagsError);
|
|
413
413
|
}(BadRequestError);
|
|
414
414
|
errorClasses.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
|
415
|
-
var BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = /*#__PURE__*/function (
|
|
415
|
+
var BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = /*#__PURE__*/function (_BadRequestError12) {
|
|
416
416
|
function BadRequest_InvalidFilterAliasCombinationError(message, code, errorData) {
|
|
417
|
-
var
|
|
417
|
+
var _this27;
|
|
418
418
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterAliasCombinationError);
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
return
|
|
419
|
+
_this27 = _callSuper(this, BadRequest_InvalidFilterAliasCombinationError, [message, code, errorData]);
|
|
420
|
+
_this27.name = 'BadRequest_InvalidFilterAliasCombinationError';
|
|
421
|
+
return _this27;
|
|
422
422
|
}
|
|
423
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterAliasCombinationError,
|
|
423
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterAliasCombinationError, _BadRequestError12);
|
|
424
424
|
return (0, _createClass2.default)(BadRequest_InvalidFilterAliasCombinationError);
|
|
425
425
|
}(BadRequestError);
|
|
426
426
|
errorClasses.BadRequest_InvalidFilterAliasCombinationError = BadRequest_InvalidFilterAliasCombinationError;
|
|
427
|
-
var BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (
|
|
427
|
+
var BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError13) {
|
|
428
428
|
function BadRequest_InvalidFilterFieldError(message, code, errorData) {
|
|
429
|
-
var
|
|
429
|
+
var _this28;
|
|
430
430
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterFieldError);
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
return
|
|
431
|
+
_this28 = _callSuper(this, BadRequest_InvalidFilterFieldError, [message, code, errorData]);
|
|
432
|
+
_this28.name = 'BadRequest_InvalidFilterFieldError';
|
|
433
|
+
return _this28;
|
|
434
434
|
}
|
|
435
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError,
|
|
435
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError, _BadRequestError13);
|
|
436
436
|
return (0, _createClass2.default)(BadRequest_InvalidFilterFieldError);
|
|
437
437
|
}(BadRequestError);
|
|
438
438
|
errorClasses.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
|
439
|
-
var BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterParamError = /*#__PURE__*/function (
|
|
439
|
+
var BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterParamError = /*#__PURE__*/function (_BadRequestError14) {
|
|
440
440
|
function BadRequest_InvalidFilterParamError(message, code, errorData) {
|
|
441
|
-
var
|
|
441
|
+
var _this29;
|
|
442
442
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamError);
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
return
|
|
443
|
+
_this29 = _callSuper(this, BadRequest_InvalidFilterParamError, [message, code, errorData]);
|
|
444
|
+
_this29.name = 'BadRequest_InvalidFilterParamError';
|
|
445
|
+
return _this29;
|
|
446
446
|
}
|
|
447
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamError,
|
|
447
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamError, _BadRequestError14);
|
|
448
448
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamError);
|
|
449
449
|
}(BadRequestError);
|
|
450
450
|
errorClasses.BadRequest_InvalidFilterParamError = BadRequest_InvalidFilterParamError;
|
|
451
|
-
var BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamFormatError = /*#__PURE__*/function (
|
|
451
|
+
var BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamFormatError = /*#__PURE__*/function (_BadRequestError15) {
|
|
452
452
|
function BadRequest_InvalidFilterParamFormatError(message, code, errorData) {
|
|
453
|
-
var
|
|
453
|
+
var _this30;
|
|
454
454
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamFormatError);
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
return
|
|
455
|
+
_this30 = _callSuper(this, BadRequest_InvalidFilterParamFormatError, [message, code, errorData]);
|
|
456
|
+
_this30.name = 'BadRequest_InvalidFilterParamFormatError';
|
|
457
|
+
return _this30;
|
|
458
458
|
}
|
|
459
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamFormatError,
|
|
459
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamFormatError, _BadRequestError15);
|
|
460
460
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamFormatError);
|
|
461
461
|
}(BadRequestError);
|
|
462
462
|
errorClasses.BadRequest_InvalidFilterParamFormatError = BadRequest_InvalidFilterParamFormatError;
|
|
463
|
-
var BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamValueError = /*#__PURE__*/function (
|
|
463
|
+
var BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamValueError = /*#__PURE__*/function (_BadRequestError16) {
|
|
464
464
|
function BadRequest_InvalidFilterParamValueError(message, code, errorData) {
|
|
465
|
-
var
|
|
465
|
+
var _this31;
|
|
466
466
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterParamValueError);
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
return
|
|
467
|
+
_this31 = _callSuper(this, BadRequest_InvalidFilterParamValueError, [message, code, errorData]);
|
|
468
|
+
_this31.name = 'BadRequest_InvalidFilterParamValueError';
|
|
469
|
+
return _this31;
|
|
470
470
|
}
|
|
471
|
-
(0, _inherits2.default)(BadRequest_InvalidFilterParamValueError,
|
|
471
|
+
(0, _inherits2.default)(BadRequest_InvalidFilterParamValueError, _BadRequestError16);
|
|
472
472
|
return (0, _createClass2.default)(BadRequest_InvalidFilterParamValueError);
|
|
473
473
|
}(BadRequestError);
|
|
474
474
|
errorClasses.BadRequest_InvalidFilterParamValueError = BadRequest_InvalidFilterParamValueError;
|
|
475
|
-
var BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (
|
|
475
|
+
var BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError17) {
|
|
476
476
|
function BadRequest_InvalidInputEncodingError(message, code, errorData) {
|
|
477
|
-
var
|
|
477
|
+
var _this32;
|
|
478
478
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
return
|
|
479
|
+
_this32 = _callSuper(this, BadRequest_InvalidInputEncodingError, [message, code, errorData]);
|
|
480
|
+
_this32.name = 'BadRequest_InvalidInputEncodingError';
|
|
481
|
+
return _this32;
|
|
482
482
|
}
|
|
483
|
-
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError,
|
|
483
|
+
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError17);
|
|
484
484
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
|
485
485
|
}(BadRequestError);
|
|
486
486
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
|
487
|
-
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (
|
|
487
|
+
var BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError18) {
|
|
488
488
|
function BadRequest_InvalidInterfaceError(message, code, errorData) {
|
|
489
|
-
var
|
|
489
|
+
var _this33;
|
|
490
490
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
return
|
|
491
|
+
_this33 = _callSuper(this, BadRequest_InvalidInterfaceError, [message, code, errorData]);
|
|
492
|
+
_this33.name = 'BadRequest_InvalidInterfaceError';
|
|
493
|
+
return _this33;
|
|
494
494
|
}
|
|
495
|
-
(0, _inherits2.default)(BadRequest_InvalidInterfaceError,
|
|
495
|
+
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError18);
|
|
496
496
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
|
497
497
|
}(BadRequestError);
|
|
498
498
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
|
499
|
-
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (
|
|
499
|
+
var BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError19) {
|
|
500
500
|
function BadRequest_InvalidOauthProviderError(message, code, errorData) {
|
|
501
|
-
var
|
|
501
|
+
var _this34;
|
|
502
502
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
return
|
|
503
|
+
_this34 = _callSuper(this, BadRequest_InvalidOauthProviderError, [message, code, errorData]);
|
|
504
|
+
_this34.name = 'BadRequest_InvalidOauthProviderError';
|
|
505
|
+
return _this34;
|
|
506
506
|
}
|
|
507
|
-
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError,
|
|
507
|
+
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError19);
|
|
508
508
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
|
509
509
|
}(BadRequestError);
|
|
510
510
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
|
511
|
-
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (
|
|
511
|
+
var BadRequest_InvalidPathError = exports.BadRequest_InvalidPathError = /*#__PURE__*/function (_BadRequestError20) {
|
|
512
512
|
function BadRequest_InvalidPathError(message, code, errorData) {
|
|
513
|
-
var
|
|
513
|
+
var _this35;
|
|
514
514
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidPathError);
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
return
|
|
515
|
+
_this35 = _callSuper(this, BadRequest_InvalidPathError, [message, code, errorData]);
|
|
516
|
+
_this35.name = 'BadRequest_InvalidPathError';
|
|
517
|
+
return _this35;
|
|
518
518
|
}
|
|
519
|
-
(0, _inherits2.default)(BadRequest_InvalidPathError,
|
|
519
|
+
(0, _inherits2.default)(BadRequest_InvalidPathError, _BadRequestError20);
|
|
520
520
|
return (0, _createClass2.default)(BadRequest_InvalidPathError);
|
|
521
521
|
}(BadRequestError);
|
|
522
522
|
errorClasses.BadRequest_InvalidPathError = BadRequest_InvalidPathError;
|
|
523
|
-
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (
|
|
523
|
+
var BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError21) {
|
|
524
524
|
function BadRequest_InvalidReturnToUrlError(message, code, errorData) {
|
|
525
|
-
var
|
|
525
|
+
var _this36;
|
|
526
526
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
return
|
|
527
|
+
_this36 = _callSuper(this, BadRequest_InvalidReturnToUrlError, [message, code, errorData]);
|
|
528
|
+
_this36.name = 'BadRequest_InvalidReturnToUrlError';
|
|
529
|
+
return _this36;
|
|
530
530
|
}
|
|
531
|
-
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError,
|
|
531
|
+
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError21);
|
|
532
532
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
|
533
533
|
}(BadRequestError);
|
|
534
534
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
|
535
|
-
var BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidSortFieldError = /*#__PURE__*/function (
|
|
535
|
+
var BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidSortFieldError = /*#__PURE__*/function (_BadRequestError22) {
|
|
536
536
|
function BadRequest_InvalidSortFieldError(message, code, errorData) {
|
|
537
|
-
var
|
|
537
|
+
var _this37;
|
|
538
538
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidSortFieldError);
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
return
|
|
539
|
+
_this37 = _callSuper(this, BadRequest_InvalidSortFieldError, [message, code, errorData]);
|
|
540
|
+
_this37.name = 'BadRequest_InvalidSortFieldError';
|
|
541
|
+
return _this37;
|
|
542
542
|
}
|
|
543
|
-
(0, _inherits2.default)(BadRequest_InvalidSortFieldError,
|
|
543
|
+
(0, _inherits2.default)(BadRequest_InvalidSortFieldError, _BadRequestError22);
|
|
544
544
|
return (0, _createClass2.default)(BadRequest_InvalidSortFieldError);
|
|
545
545
|
}(BadRequestError);
|
|
546
546
|
errorClasses.BadRequest_InvalidSortFieldError = BadRequest_InvalidSortFieldError;
|
|
547
|
-
var BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFilterCombinationError = /*#__PURE__*/function (
|
|
547
|
+
var BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFilterCombinationError = /*#__PURE__*/function (_BadRequestError23) {
|
|
548
548
|
function BadRequest_InvalidSortFilterCombinationError(message, code, errorData) {
|
|
549
|
-
var
|
|
549
|
+
var _this38;
|
|
550
550
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidSortFilterCombinationError);
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
return
|
|
551
|
+
_this38 = _callSuper(this, BadRequest_InvalidSortFilterCombinationError, [message, code, errorData]);
|
|
552
|
+
_this38.name = 'BadRequest_InvalidSortFilterCombinationError';
|
|
553
|
+
return _this38;
|
|
554
554
|
}
|
|
555
|
-
(0, _inherits2.default)(BadRequest_InvalidSortFilterCombinationError,
|
|
555
|
+
(0, _inherits2.default)(BadRequest_InvalidSortFilterCombinationError, _BadRequestError23);
|
|
556
556
|
return (0, _createClass2.default)(BadRequest_InvalidSortFilterCombinationError);
|
|
557
557
|
}(BadRequestError);
|
|
558
558
|
errorClasses.BadRequest_InvalidSortFilterCombinationError = BadRequest_InvalidSortFilterCombinationError;
|
|
559
|
-
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (
|
|
559
|
+
var BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError24) {
|
|
560
560
|
function BadRequest_InvalidUploadOffsetError(message, code, errorData) {
|
|
561
|
-
var
|
|
561
|
+
var _this39;
|
|
562
562
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
return
|
|
563
|
+
_this39 = _callSuper(this, BadRequest_InvalidUploadOffsetError, [message, code, errorData]);
|
|
564
|
+
_this39.name = 'BadRequest_InvalidUploadOffsetError';
|
|
565
|
+
return _this39;
|
|
566
566
|
}
|
|
567
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError,
|
|
567
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError24);
|
|
568
568
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
|
569
569
|
}(BadRequestError);
|
|
570
570
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
|
571
|
-
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (
|
|
571
|
+
var BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError25) {
|
|
572
572
|
function BadRequest_InvalidUploadPartGapError(message, code, errorData) {
|
|
573
|
-
var
|
|
573
|
+
var _this40;
|
|
574
574
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
return
|
|
575
|
+
_this40 = _callSuper(this, BadRequest_InvalidUploadPartGapError, [message, code, errorData]);
|
|
576
|
+
_this40.name = 'BadRequest_InvalidUploadPartGapError';
|
|
577
|
+
return _this40;
|
|
578
578
|
}
|
|
579
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError,
|
|
579
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError25);
|
|
580
580
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
|
581
581
|
}(BadRequestError);
|
|
582
582
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
|
583
|
-
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (
|
|
583
|
+
var BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError26) {
|
|
584
584
|
function BadRequest_InvalidUploadPartSizeError(message, code, errorData) {
|
|
585
|
-
var
|
|
585
|
+
var _this41;
|
|
586
586
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
return
|
|
587
|
+
_this41 = _callSuper(this, BadRequest_InvalidUploadPartSizeError, [message, code, errorData]);
|
|
588
|
+
_this41.name = 'BadRequest_InvalidUploadPartSizeError';
|
|
589
|
+
return _this41;
|
|
590
590
|
}
|
|
591
|
-
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError,
|
|
591
|
+
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError26);
|
|
592
592
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
|
593
593
|
}(BadRequestError);
|
|
594
594
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
|
595
|
-
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (
|
|
595
|
+
var BadRequest_MethodNotAllowedError = exports.BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError27) {
|
|
596
596
|
function BadRequest_MethodNotAllowedError(message, code, errorData) {
|
|
597
|
-
var
|
|
597
|
+
var _this42;
|
|
598
598
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
return
|
|
599
|
+
_this42 = _callSuper(this, BadRequest_MethodNotAllowedError, [message, code, errorData]);
|
|
600
|
+
_this42.name = 'BadRequest_MethodNotAllowedError';
|
|
601
|
+
return _this42;
|
|
602
602
|
}
|
|
603
|
-
(0, _inherits2.default)(BadRequest_MethodNotAllowedError,
|
|
603
|
+
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError27);
|
|
604
604
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
|
605
605
|
}(BadRequestError);
|
|
606
606
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
|
607
|
-
var BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MultipleSortParamsNotAllowedError = /*#__PURE__*/function (
|
|
607
|
+
var BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MultipleSortParamsNotAllowedError = /*#__PURE__*/function (_BadRequestError28) {
|
|
608
608
|
function BadRequest_MultipleSortParamsNotAllowedError(message, code, errorData) {
|
|
609
|
-
var
|
|
609
|
+
var _this43;
|
|
610
610
|
(0, _classCallCheck2.default)(this, BadRequest_MultipleSortParamsNotAllowedError);
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
return
|
|
611
|
+
_this43 = _callSuper(this, BadRequest_MultipleSortParamsNotAllowedError, [message, code, errorData]);
|
|
612
|
+
_this43.name = 'BadRequest_MultipleSortParamsNotAllowedError';
|
|
613
|
+
return _this43;
|
|
614
614
|
}
|
|
615
|
-
(0, _inherits2.default)(BadRequest_MultipleSortParamsNotAllowedError,
|
|
615
|
+
(0, _inherits2.default)(BadRequest_MultipleSortParamsNotAllowedError, _BadRequestError28);
|
|
616
616
|
return (0, _createClass2.default)(BadRequest_MultipleSortParamsNotAllowedError);
|
|
617
617
|
}(BadRequestError);
|
|
618
618
|
errorClasses.BadRequest_MultipleSortParamsNotAllowedError = BadRequest_MultipleSortParamsNotAllowedError;
|
|
619
|
-
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (
|
|
619
|
+
var BadRequest_NoValidInputParamsError = exports.BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError29) {
|
|
620
620
|
function BadRequest_NoValidInputParamsError(message, code, errorData) {
|
|
621
|
-
var
|
|
621
|
+
var _this44;
|
|
622
622
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
return
|
|
623
|
+
_this44 = _callSuper(this, BadRequest_NoValidInputParamsError, [message, code, errorData]);
|
|
624
|
+
_this44.name = 'BadRequest_NoValidInputParamsError';
|
|
625
|
+
return _this44;
|
|
626
626
|
}
|
|
627
|
-
(0, _inherits2.default)(BadRequest_NoValidInputParamsError,
|
|
627
|
+
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError29);
|
|
628
628
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
|
629
629
|
}(BadRequestError);
|
|
630
630
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
|
631
|
-
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (
|
|
631
|
+
var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError30) {
|
|
632
632
|
function BadRequest_PartNumberTooLargeError(message, code, errorData) {
|
|
633
|
-
var
|
|
633
|
+
var _this45;
|
|
634
634
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
return
|
|
635
|
+
_this45 = _callSuper(this, BadRequest_PartNumberTooLargeError, [message, code, errorData]);
|
|
636
|
+
_this45.name = 'BadRequest_PartNumberTooLargeError';
|
|
637
|
+
return _this45;
|
|
638
638
|
}
|
|
639
|
-
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError,
|
|
639
|
+
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError30);
|
|
640
640
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
|
641
641
|
}(BadRequestError);
|
|
642
642
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
|
643
|
-
var BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (
|
|
643
|
+
var BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError31) {
|
|
644
644
|
function BadRequest_PathCannotHaveTrailingWhitespaceError(message, code, errorData) {
|
|
645
|
-
var
|
|
645
|
+
var _this46;
|
|
646
646
|
(0, _classCallCheck2.default)(this, BadRequest_PathCannotHaveTrailingWhitespaceError);
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
return
|
|
647
|
+
_this46 = _callSuper(this, BadRequest_PathCannotHaveTrailingWhitespaceError, [message, code, errorData]);
|
|
648
|
+
_this46.name = 'BadRequest_PathCannotHaveTrailingWhitespaceError';
|
|
649
|
+
return _this46;
|
|
650
650
|
}
|
|
651
|
-
(0, _inherits2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError,
|
|
651
|
+
(0, _inherits2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError, _BadRequestError31);
|
|
652
652
|
return (0, _createClass2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError);
|
|
653
653
|
}(BadRequestError);
|
|
654
654
|
errorClasses.BadRequest_PathCannotHaveTrailingWhitespaceError = BadRequest_PathCannotHaveTrailingWhitespaceError;
|
|
655
|
-
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (
|
|
655
|
+
var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError32) {
|
|
656
656
|
function BadRequest_ReauthenticationNeededFieldsError(message, code, errorData) {
|
|
657
|
-
var
|
|
657
|
+
var _this47;
|
|
658
658
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
return
|
|
659
|
+
_this47 = _callSuper(this, BadRequest_ReauthenticationNeededFieldsError, [message, code, errorData]);
|
|
660
|
+
_this47.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
|
661
|
+
return _this47;
|
|
662
662
|
}
|
|
663
|
-
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError,
|
|
663
|
+
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError32);
|
|
664
664
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
|
665
665
|
}(BadRequestError);
|
|
666
666
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
|
667
|
-
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (
|
|
667
|
+
var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError33) {
|
|
668
668
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code, errorData) {
|
|
669
|
-
var
|
|
669
|
+
var _this48;
|
|
670
670
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
return
|
|
671
|
+
_this48 = _callSuper(this, BadRequest_RequestParamsContainInvalidCharacterError, [message, code, errorData]);
|
|
672
|
+
_this48.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
|
673
|
+
return _this48;
|
|
674
674
|
}
|
|
675
|
-
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError,
|
|
675
|
+
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError33);
|
|
676
676
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
|
677
677
|
}(BadRequestError);
|
|
678
678
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
|
679
|
-
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (
|
|
679
|
+
var BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError34) {
|
|
680
680
|
function BadRequest_RequestParamsInvalidError(message, code, errorData) {
|
|
681
|
-
var
|
|
681
|
+
var _this49;
|
|
682
682
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
return
|
|
683
|
+
_this49 = _callSuper(this, BadRequest_RequestParamsInvalidError, [message, code, errorData]);
|
|
684
|
+
_this49.name = 'BadRequest_RequestParamsInvalidError';
|
|
685
|
+
return _this49;
|
|
686
686
|
}
|
|
687
|
-
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError,
|
|
687
|
+
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError34);
|
|
688
688
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
|
689
689
|
}(BadRequestError);
|
|
690
690
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
|
691
|
-
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (
|
|
691
|
+
var BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError35) {
|
|
692
692
|
function BadRequest_RequestParamsRequiredError(message, code, errorData) {
|
|
693
|
-
var
|
|
693
|
+
var _this50;
|
|
694
694
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
return
|
|
695
|
+
_this50 = _callSuper(this, BadRequest_RequestParamsRequiredError, [message, code, errorData]);
|
|
696
|
+
_this50.name = 'BadRequest_RequestParamsRequiredError';
|
|
697
|
+
return _this50;
|
|
698
698
|
}
|
|
699
|
-
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError,
|
|
699
|
+
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError35);
|
|
700
700
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
|
701
701
|
}(BadRequestError);
|
|
702
702
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
|
703
|
-
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (
|
|
703
|
+
var BadRequest_SearchAllOnChildPathError = exports.BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError36) {
|
|
704
704
|
function BadRequest_SearchAllOnChildPathError(message, code, errorData) {
|
|
705
|
-
var
|
|
705
|
+
var _this51;
|
|
706
706
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
return
|
|
707
|
+
_this51 = _callSuper(this, BadRequest_SearchAllOnChildPathError, [message, code, errorData]);
|
|
708
|
+
_this51.name = 'BadRequest_SearchAllOnChildPathError';
|
|
709
|
+
return _this51;
|
|
710
710
|
}
|
|
711
|
-
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError,
|
|
711
|
+
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError36);
|
|
712
712
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
|
713
713
|
}(BadRequestError);
|
|
714
714
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
|
715
|
-
var BadRequest_UnrecognizedSortIndexError = exports.BadRequest_UnrecognizedSortIndexError = /*#__PURE__*/function (
|
|
715
|
+
var BadRequest_UnrecognizedSortIndexError = exports.BadRequest_UnrecognizedSortIndexError = /*#__PURE__*/function (_BadRequestError37) {
|
|
716
716
|
function BadRequest_UnrecognizedSortIndexError(message, code, errorData) {
|
|
717
|
-
var
|
|
717
|
+
var _this52;
|
|
718
718
|
(0, _classCallCheck2.default)(this, BadRequest_UnrecognizedSortIndexError);
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
return
|
|
719
|
+
_this52 = _callSuper(this, BadRequest_UnrecognizedSortIndexError, [message, code, errorData]);
|
|
720
|
+
_this52.name = 'BadRequest_UnrecognizedSortIndexError';
|
|
721
|
+
return _this52;
|
|
722
722
|
}
|
|
723
|
-
(0, _inherits2.default)(BadRequest_UnrecognizedSortIndexError,
|
|
723
|
+
(0, _inherits2.default)(BadRequest_UnrecognizedSortIndexError, _BadRequestError37);
|
|
724
724
|
return (0, _createClass2.default)(BadRequest_UnrecognizedSortIndexError);
|
|
725
725
|
}(BadRequestError);
|
|
726
726
|
errorClasses.BadRequest_UnrecognizedSortIndexError = BadRequest_UnrecognizedSortIndexError;
|
|
727
|
-
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (
|
|
727
|
+
var BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError38) {
|
|
728
728
|
function BadRequest_UnsupportedCurrencyError(message, code, errorData) {
|
|
729
|
-
var
|
|
729
|
+
var _this53;
|
|
730
730
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
return
|
|
731
|
+
_this53 = _callSuper(this, BadRequest_UnsupportedCurrencyError, [message, code, errorData]);
|
|
732
|
+
_this53.name = 'BadRequest_UnsupportedCurrencyError';
|
|
733
|
+
return _this53;
|
|
734
734
|
}
|
|
735
|
-
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError,
|
|
735
|
+
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError38);
|
|
736
736
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
|
737
737
|
}(BadRequestError);
|
|
738
738
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
|
739
|
-
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (
|
|
739
|
+
var BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError39) {
|
|
740
740
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code, errorData) {
|
|
741
|
-
var
|
|
741
|
+
var _this54;
|
|
742
742
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
return
|
|
743
|
+
_this54 = _callSuper(this, BadRequest_UnsupportedHttpResponseFormatError, [message, code, errorData]);
|
|
744
|
+
_this54.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
|
745
|
+
return _this54;
|
|
746
746
|
}
|
|
747
|
-
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError,
|
|
747
|
+
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError39);
|
|
748
748
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
|
749
749
|
}(BadRequestError);
|
|
750
750
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
|
751
|
-
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (
|
|
751
|
+
var BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError40) {
|
|
752
752
|
function BadRequest_UnsupportedMediaTypeError(message, code, errorData) {
|
|
753
|
-
var
|
|
753
|
+
var _this55;
|
|
754
754
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
return
|
|
755
|
+
_this55 = _callSuper(this, BadRequest_UnsupportedMediaTypeError, [message, code, errorData]);
|
|
756
|
+
_this55.name = 'BadRequest_UnsupportedMediaTypeError';
|
|
757
|
+
return _this55;
|
|
758
758
|
}
|
|
759
|
-
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError,
|
|
759
|
+
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError40);
|
|
760
760
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
|
761
761
|
}(BadRequestError);
|
|
762
762
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
|
763
|
-
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (
|
|
763
|
+
var BadRequest_UserIdInvalidError = exports.BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError41) {
|
|
764
764
|
function BadRequest_UserIdInvalidError(message, code, errorData) {
|
|
765
|
-
var
|
|
765
|
+
var _this56;
|
|
766
766
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
return
|
|
767
|
+
_this56 = _callSuper(this, BadRequest_UserIdInvalidError, [message, code, errorData]);
|
|
768
|
+
_this56.name = 'BadRequest_UserIdInvalidError';
|
|
769
|
+
return _this56;
|
|
770
770
|
}
|
|
771
|
-
(0, _inherits2.default)(BadRequest_UserIdInvalidError,
|
|
771
|
+
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError41);
|
|
772
772
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
|
773
773
|
}(BadRequestError);
|
|
774
774
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
|
775
|
-
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (
|
|
775
|
+
var BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError42) {
|
|
776
776
|
function BadRequest_UserIdOnUserEndpointError(message, code, errorData) {
|
|
777
|
-
var
|
|
777
|
+
var _this57;
|
|
778
778
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
return
|
|
779
|
+
_this57 = _callSuper(this, BadRequest_UserIdOnUserEndpointError, [message, code, errorData]);
|
|
780
|
+
_this57.name = 'BadRequest_UserIdOnUserEndpointError';
|
|
781
|
+
return _this57;
|
|
782
782
|
}
|
|
783
|
-
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError,
|
|
783
|
+
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError42);
|
|
784
784
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
|
785
785
|
}(BadRequestError);
|
|
786
786
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
|
787
|
-
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (
|
|
787
|
+
var BadRequest_UserRequiredError = exports.BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError43) {
|
|
788
788
|
function BadRequest_UserRequiredError(message, code, errorData) {
|
|
789
|
-
var
|
|
789
|
+
var _this58;
|
|
790
790
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
return
|
|
791
|
+
_this58 = _callSuper(this, BadRequest_UserRequiredError, [message, code, errorData]);
|
|
792
|
+
_this58.name = 'BadRequest_UserRequiredError';
|
|
793
|
+
return _this58;
|
|
794
794
|
}
|
|
795
|
-
(0, _inherits2.default)(BadRequest_UserRequiredError,
|
|
795
|
+
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError43);
|
|
796
796
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
|
797
797
|
}(BadRequestError);
|
|
798
798
|
errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
|
799
799
|
var NotAuthenticated_AdditionalAuthenticationRequiredError = exports.NotAuthenticated_AdditionalAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
|
800
800
|
function NotAuthenticated_AdditionalAuthenticationRequiredError(message, code, errorData) {
|
|
801
|
-
var
|
|
801
|
+
var _this59;
|
|
802
802
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AdditionalAuthenticationRequiredError);
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
return
|
|
803
|
+
_this59 = _callSuper(this, NotAuthenticated_AdditionalAuthenticationRequiredError, [message, code, errorData]);
|
|
804
|
+
_this59.name = 'NotAuthenticated_AdditionalAuthenticationRequiredError';
|
|
805
|
+
return _this59;
|
|
806
806
|
}
|
|
807
807
|
(0, _inherits2.default)(NotAuthenticated_AdditionalAuthenticationRequiredError, _NotAuthenticatedErro);
|
|
808
808
|
return (0, _createClass2.default)(NotAuthenticated_AdditionalAuthenticationRequiredError);
|
|
@@ -810,11 +810,11 @@ var NotAuthenticated_AdditionalAuthenticationRequiredError = exports.NotAuthenti
|
|
|
810
810
|
errorClasses.NotAuthenticated_AdditionalAuthenticationRequiredError = NotAuthenticated_AdditionalAuthenticationRequiredError;
|
|
811
811
|
var NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_ApiKeySessionsNotSupportedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
|
812
812
|
function NotAuthenticated_ApiKeySessionsNotSupportedError(message, code, errorData) {
|
|
813
|
-
var
|
|
813
|
+
var _this60;
|
|
814
814
|
(0, _classCallCheck2.default)(this, NotAuthenticated_ApiKeySessionsNotSupportedError);
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
return
|
|
815
|
+
_this60 = _callSuper(this, NotAuthenticated_ApiKeySessionsNotSupportedError, [message, code, errorData]);
|
|
816
|
+
_this60.name = 'NotAuthenticated_ApiKeySessionsNotSupportedError';
|
|
817
|
+
return _this60;
|
|
818
818
|
}
|
|
819
819
|
(0, _inherits2.default)(NotAuthenticated_ApiKeySessionsNotSupportedError, _NotAuthenticatedErro2);
|
|
820
820
|
return (0, _createClass2.default)(NotAuthenticated_ApiKeySessionsNotSupportedError);
|
|
@@ -822,11 +822,11 @@ var NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_
|
|
|
822
822
|
errorClasses.NotAuthenticated_ApiKeySessionsNotSupportedError = NotAuthenticated_ApiKeySessionsNotSupportedError;
|
|
823
823
|
var NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
|
824
824
|
function NotAuthenticated_AuthenticationRequiredError(message, code, errorData) {
|
|
825
|
-
var
|
|
825
|
+
var _this61;
|
|
826
826
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
return
|
|
827
|
+
_this61 = _callSuper(this, NotAuthenticated_AuthenticationRequiredError, [message, code, errorData]);
|
|
828
|
+
_this61.name = 'NotAuthenticated_AuthenticationRequiredError';
|
|
829
|
+
return _this61;
|
|
830
830
|
}
|
|
831
831
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro3);
|
|
832
832
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
|
@@ -834,11 +834,11 @@ var NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_Auth
|
|
|
834
834
|
errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
|
835
835
|
var NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
|
836
836
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code, errorData) {
|
|
837
|
-
var
|
|
837
|
+
var _this62;
|
|
838
838
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
return
|
|
839
|
+
_this62 = _callSuper(this, NotAuthenticated_BundleRegistrationCodeFailedError, [message, code, errorData]);
|
|
840
|
+
_this62.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
|
841
|
+
return _this62;
|
|
842
842
|
}
|
|
843
843
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro4);
|
|
844
844
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
|
@@ -846,11 +846,11 @@ var NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticate
|
|
|
846
846
|
errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
|
847
847
|
var NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
|
848
848
|
function NotAuthenticated_FilesAgentTokenFailedError(message, code, errorData) {
|
|
849
|
-
var
|
|
849
|
+
var _this63;
|
|
850
850
|
(0, _classCallCheck2.default)(this, NotAuthenticated_FilesAgentTokenFailedError);
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
return
|
|
851
|
+
_this63 = _callSuper(this, NotAuthenticated_FilesAgentTokenFailedError, [message, code, errorData]);
|
|
852
|
+
_this63.name = 'NotAuthenticated_FilesAgentTokenFailedError';
|
|
853
|
+
return _this63;
|
|
854
854
|
}
|
|
855
855
|
(0, _inherits2.default)(NotAuthenticated_FilesAgentTokenFailedError, _NotAuthenticatedErro5);
|
|
856
856
|
return (0, _createClass2.default)(NotAuthenticated_FilesAgentTokenFailedError);
|
|
@@ -858,11 +858,11 @@ var NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_Files
|
|
|
858
858
|
errorClasses.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
|
|
859
859
|
var NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
|
860
860
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code, errorData) {
|
|
861
|
-
var
|
|
861
|
+
var _this64;
|
|
862
862
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
return
|
|
863
|
+
_this64 = _callSuper(this, NotAuthenticated_InboxRegistrationCodeFailedError, [message, code, errorData]);
|
|
864
|
+
_this64.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
|
865
|
+
return _this64;
|
|
866
866
|
}
|
|
867
867
|
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro6);
|
|
868
868
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
|
@@ -870,11 +870,11 @@ var NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated
|
|
|
870
870
|
errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
|
871
871
|
var NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
|
872
872
|
function NotAuthenticated_InvalidCredentialsError(message, code, errorData) {
|
|
873
|
-
var
|
|
873
|
+
var _this65;
|
|
874
874
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
return
|
|
875
|
+
_this65 = _callSuper(this, NotAuthenticated_InvalidCredentialsError, [message, code, errorData]);
|
|
876
|
+
_this65.name = 'NotAuthenticated_InvalidCredentialsError';
|
|
877
|
+
return _this65;
|
|
878
878
|
}
|
|
879
879
|
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro7);
|
|
880
880
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
|
@@ -882,11 +882,11 @@ var NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InvalidC
|
|
|
882
882
|
errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
|
883
883
|
var NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
|
884
884
|
function NotAuthenticated_InvalidOauthError(message, code, errorData) {
|
|
885
|
-
var
|
|
885
|
+
var _this66;
|
|
886
886
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
return
|
|
887
|
+
_this66 = _callSuper(this, NotAuthenticated_InvalidOauthError, [message, code, errorData]);
|
|
888
|
+
_this66.name = 'NotAuthenticated_InvalidOauthError';
|
|
889
|
+
return _this66;
|
|
890
890
|
}
|
|
891
891
|
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro8);
|
|
892
892
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
|
@@ -894,107 +894,107 @@ var NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidOauthEr
|
|
|
894
894
|
errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
|
895
895
|
var NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
|
896
896
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code, errorData) {
|
|
897
|
-
var
|
|
897
|
+
var _this67;
|
|
898
898
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
return
|
|
899
|
+
_this67 = _callSuper(this, NotAuthenticated_InvalidOrExpiredCodeError, [message, code, errorData]);
|
|
900
|
+
_this67.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
|
901
|
+
return _this67;
|
|
902
902
|
}
|
|
903
903
|
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro9);
|
|
904
904
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
|
905
905
|
}(NotAuthenticatedError);
|
|
906
906
|
errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
|
907
|
-
var NotAuthenticated_InvalidSessionError = exports.NotAuthenticated_InvalidSessionError = /*#__PURE__*/function (
|
|
907
|
+
var NotAuthenticated_InvalidSessionError = exports.NotAuthenticated_InvalidSessionError = /*#__PURE__*/function (_NotAuthenticatedErro0) {
|
|
908
908
|
function NotAuthenticated_InvalidSessionError(message, code, errorData) {
|
|
909
|
-
var
|
|
909
|
+
var _this68;
|
|
910
910
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidSessionError);
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
return
|
|
911
|
+
_this68 = _callSuper(this, NotAuthenticated_InvalidSessionError, [message, code, errorData]);
|
|
912
|
+
_this68.name = 'NotAuthenticated_InvalidSessionError';
|
|
913
|
+
return _this68;
|
|
914
914
|
}
|
|
915
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidSessionError,
|
|
915
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidSessionError, _NotAuthenticatedErro0);
|
|
916
916
|
return (0, _createClass2.default)(NotAuthenticated_InvalidSessionError);
|
|
917
917
|
}(NotAuthenticatedError);
|
|
918
918
|
errorClasses.NotAuthenticated_InvalidSessionError = NotAuthenticated_InvalidSessionError;
|
|
919
|
-
var NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (
|
|
919
|
+
var NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro1) {
|
|
920
920
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code, errorData) {
|
|
921
|
-
var
|
|
921
|
+
var _this69;
|
|
922
922
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
return
|
|
923
|
+
_this69 = _callSuper(this, NotAuthenticated_InvalidUsernameOrPasswordError, [message, code, errorData]);
|
|
924
|
+
_this69.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
|
925
|
+
return _this69;
|
|
926
926
|
}
|
|
927
|
-
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError,
|
|
927
|
+
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro1);
|
|
928
928
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
|
929
929
|
}(NotAuthenticatedError);
|
|
930
930
|
errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
|
931
|
-
var NotAuthenticated_LockedOutError = exports.NotAuthenticated_LockedOutError = /*#__PURE__*/function (
|
|
931
|
+
var NotAuthenticated_LockedOutError = exports.NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
|
932
932
|
function NotAuthenticated_LockedOutError(message, code, errorData) {
|
|
933
|
-
var
|
|
933
|
+
var _this70;
|
|
934
934
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
return
|
|
935
|
+
_this70 = _callSuper(this, NotAuthenticated_LockedOutError, [message, code, errorData]);
|
|
936
|
+
_this70.name = 'NotAuthenticated_LockedOutError';
|
|
937
|
+
return _this70;
|
|
938
938
|
}
|
|
939
|
-
(0, _inherits2.default)(NotAuthenticated_LockedOutError,
|
|
939
|
+
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro10);
|
|
940
940
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
|
941
941
|
}(NotAuthenticatedError);
|
|
942
942
|
errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
|
943
|
-
var NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (
|
|
943
|
+
var NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
|
944
944
|
function NotAuthenticated_LockoutRegionMismatchError(message, code, errorData) {
|
|
945
|
-
var
|
|
945
|
+
var _this71;
|
|
946
946
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
return
|
|
947
|
+
_this71 = _callSuper(this, NotAuthenticated_LockoutRegionMismatchError, [message, code, errorData]);
|
|
948
|
+
_this71.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
|
949
|
+
return _this71;
|
|
950
950
|
}
|
|
951
|
-
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError,
|
|
951
|
+
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro11);
|
|
952
952
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
|
953
953
|
}(NotAuthenticatedError);
|
|
954
954
|
errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
|
955
|
-
var NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (
|
|
955
|
+
var NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
|
956
956
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code, errorData) {
|
|
957
|
-
var
|
|
957
|
+
var _this72;
|
|
958
958
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
return
|
|
959
|
+
_this72 = _callSuper(this, NotAuthenticated_OneTimePasswordIncorrectError, [message, code, errorData]);
|
|
960
|
+
_this72.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
|
961
|
+
return _this72;
|
|
962
962
|
}
|
|
963
|
-
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError,
|
|
963
|
+
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro12);
|
|
964
964
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
|
965
965
|
}(NotAuthenticatedError);
|
|
966
966
|
errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
|
967
|
-
var NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (
|
|
967
|
+
var NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro13) {
|
|
968
968
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code, errorData) {
|
|
969
|
-
var
|
|
969
|
+
var _this73;
|
|
970
970
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
return
|
|
971
|
+
_this73 = _callSuper(this, NotAuthenticated_TwoFactorAuthenticationErrorError, [message, code, errorData]);
|
|
972
|
+
_this73.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
|
973
|
+
return _this73;
|
|
974
974
|
}
|
|
975
|
-
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError,
|
|
975
|
+
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro13);
|
|
976
976
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
|
977
977
|
}(NotAuthenticatedError);
|
|
978
978
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
|
979
|
-
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (
|
|
979
|
+
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro14) {
|
|
980
980
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code, errorData) {
|
|
981
|
-
var
|
|
981
|
+
var _this74;
|
|
982
982
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
return
|
|
983
|
+
_this74 = _callSuper(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, [message, code, errorData]);
|
|
984
|
+
_this74.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
|
985
|
+
return _this74;
|
|
986
986
|
}
|
|
987
|
-
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError,
|
|
987
|
+
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro14);
|
|
988
988
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
|
989
989
|
}(NotAuthenticatedError);
|
|
990
990
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
|
991
991
|
var NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
|
992
992
|
function NotAuthorized_ApiKeyIsDisabledError(message, code, errorData) {
|
|
993
|
-
var
|
|
993
|
+
var _this75;
|
|
994
994
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
return
|
|
995
|
+
_this75 = _callSuper(this, NotAuthorized_ApiKeyIsDisabledError, [message, code, errorData]);
|
|
996
|
+
_this75.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
|
997
|
+
return _this75;
|
|
998
998
|
}
|
|
999
999
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
|
1000
1000
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
|
@@ -1002,11 +1002,11 @@ var NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorized_ApiKeyIsDisabled
|
|
|
1002
1002
|
errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
|
1003
1003
|
var NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
|
1004
1004
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code, errorData) {
|
|
1005
|
-
var
|
|
1005
|
+
var _this76;
|
|
1006
1006
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
return
|
|
1007
|
+
_this76 = _callSuper(this, NotAuthorized_ApiKeyIsPathRestrictedError, [message, code, errorData]);
|
|
1008
|
+
_this76.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
|
1009
|
+
return _this76;
|
|
1010
1010
|
}
|
|
1011
1011
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
|
1012
1012
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
|
@@ -1014,11 +1014,11 @@ var NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsPa
|
|
|
1014
1014
|
errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
|
1015
1015
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
|
1016
1016
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code, errorData) {
|
|
1017
|
-
var
|
|
1017
|
+
var _this77;
|
|
1018
1018
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
return
|
|
1019
|
+
_this77 = _callSuper(this, NotAuthorized_ApiKeyOnlyForDesktopAppError, [message, code, errorData]);
|
|
1020
|
+
_this77.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
|
1021
|
+
return _this77;
|
|
1022
1022
|
}
|
|
1023
1023
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
|
1024
1024
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
|
@@ -1026,11 +1026,11 @@ var NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyOnl
|
|
|
1026
1026
|
errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
|
1027
1027
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
|
1028
1028
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code, errorData) {
|
|
1029
|
-
var
|
|
1029
|
+
var _this78;
|
|
1030
1030
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
return
|
|
1031
|
+
_this78 = _callSuper(this, NotAuthorized_ApiKeyOnlyForMobileAppError, [message, code, errorData]);
|
|
1032
|
+
_this78.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
|
1033
|
+
return _this78;
|
|
1034
1034
|
}
|
|
1035
1035
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
|
1036
1036
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
|
@@ -1038,11 +1038,11 @@ var NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnly
|
|
|
1038
1038
|
errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
|
1039
1039
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
|
1040
1040
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code, errorData) {
|
|
1041
|
-
var
|
|
1041
|
+
var _this79;
|
|
1042
1042
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
return
|
|
1043
|
+
_this79 = _callSuper(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, [message, code, errorData]);
|
|
1044
|
+
_this79.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
|
1045
|
+
return _this79;
|
|
1046
1046
|
}
|
|
1047
1047
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
|
1048
1048
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
|
@@ -1050,11 +1050,11 @@ var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_Ap
|
|
|
1050
1050
|
errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
|
1051
1051
|
var NotAuthorized_BillingOrSiteAdminPermissionRequiredError = exports.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
|
1052
1052
|
function NotAuthorized_BillingOrSiteAdminPermissionRequiredError(message, code, errorData) {
|
|
1053
|
-
var
|
|
1053
|
+
var _this80;
|
|
1054
1054
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingOrSiteAdminPermissionRequiredError);
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
return
|
|
1055
|
+
_this80 = _callSuper(this, NotAuthorized_BillingOrSiteAdminPermissionRequiredError, [message, code, errorData]);
|
|
1056
|
+
_this80.name = 'NotAuthorized_BillingOrSiteAdminPermissionRequiredError';
|
|
1057
|
+
return _this80;
|
|
1058
1058
|
}
|
|
1059
1059
|
(0, _inherits2.default)(NotAuthorized_BillingOrSiteAdminPermissionRequiredError, _NotAuthorizedError6);
|
|
1060
1060
|
return (0, _createClass2.default)(NotAuthorized_BillingOrSiteAdminPermissionRequiredError);
|
|
@@ -1062,11 +1062,11 @@ var NotAuthorized_BillingOrSiteAdminPermissionRequiredError = exports.NotAuthori
|
|
|
1062
1062
|
errorClasses.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = NotAuthorized_BillingOrSiteAdminPermissionRequiredError;
|
|
1063
1063
|
var NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
|
1064
1064
|
function NotAuthorized_BillingPermissionRequiredError(message, code, errorData) {
|
|
1065
|
-
var
|
|
1065
|
+
var _this81;
|
|
1066
1066
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
return
|
|
1067
|
+
_this81 = _callSuper(this, NotAuthorized_BillingPermissionRequiredError, [message, code, errorData]);
|
|
1068
|
+
_this81.name = 'NotAuthorized_BillingPermissionRequiredError';
|
|
1069
|
+
return _this81;
|
|
1070
1070
|
}
|
|
1071
1071
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError7);
|
|
1072
1072
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
|
@@ -1074,11 +1074,11 @@ var NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_Billing
|
|
|
1074
1074
|
errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
|
1075
1075
|
var NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
|
1076
1076
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code, errorData) {
|
|
1077
|
-
var
|
|
1077
|
+
var _this82;
|
|
1078
1078
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
return
|
|
1079
|
+
_this82 = _callSuper(this, NotAuthorized_BundleMaximumUsesReachedError, [message, code, errorData]);
|
|
1080
|
+
_this82.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
|
1081
|
+
return _this82;
|
|
1082
1082
|
}
|
|
1083
1083
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError8);
|
|
1084
1084
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
|
@@ -1086,371 +1086,371 @@ var NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BundleMa
|
|
|
1086
1086
|
errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
|
1087
1087
|
var NotAuthorized_BundlePermissionRequiredError = exports.NotAuthorized_BundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
|
1088
1088
|
function NotAuthorized_BundlePermissionRequiredError(message, code, errorData) {
|
|
1089
|
-
var
|
|
1089
|
+
var _this83;
|
|
1090
1090
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundlePermissionRequiredError);
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
return
|
|
1091
|
+
_this83 = _callSuper(this, NotAuthorized_BundlePermissionRequiredError, [message, code, errorData]);
|
|
1092
|
+
_this83.name = 'NotAuthorized_BundlePermissionRequiredError';
|
|
1093
|
+
return _this83;
|
|
1094
1094
|
}
|
|
1095
1095
|
(0, _inherits2.default)(NotAuthorized_BundlePermissionRequiredError, _NotAuthorizedError9);
|
|
1096
1096
|
return (0, _createClass2.default)(NotAuthorized_BundlePermissionRequiredError);
|
|
1097
1097
|
}(NotAuthorizedError);
|
|
1098
1098
|
errorClasses.NotAuthorized_BundlePermissionRequiredError = NotAuthorized_BundlePermissionRequiredError;
|
|
1099
|
-
var NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (
|
|
1099
|
+
var NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError0) {
|
|
1100
1100
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code, errorData) {
|
|
1101
|
-
var
|
|
1101
|
+
var _this84;
|
|
1102
1102
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
return
|
|
1103
|
+
_this84 = _callSuper(this, NotAuthorized_CannotLoginWhileUsingKeyError, [message, code, errorData]);
|
|
1104
|
+
_this84.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
|
1105
|
+
return _this84;
|
|
1106
1106
|
}
|
|
1107
|
-
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError,
|
|
1107
|
+
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError0);
|
|
1108
1108
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
|
1109
1109
|
}(NotAuthorizedError);
|
|
1110
1110
|
errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
|
1111
|
-
var NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (
|
|
1111
|
+
var NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError1) {
|
|
1112
1112
|
function NotAuthorized_CantActForOtherUserError(message, code, errorData) {
|
|
1113
|
-
var
|
|
1113
|
+
var _this85;
|
|
1114
1114
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
return
|
|
1115
|
+
_this85 = _callSuper(this, NotAuthorized_CantActForOtherUserError, [message, code, errorData]);
|
|
1116
|
+
_this85.name = 'NotAuthorized_CantActForOtherUserError';
|
|
1117
|
+
return _this85;
|
|
1118
1118
|
}
|
|
1119
|
-
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError,
|
|
1119
|
+
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError1);
|
|
1120
1120
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
|
1121
1121
|
}(NotAuthorizedError);
|
|
1122
1122
|
errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
|
1123
|
-
var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (
|
|
1123
|
+
var NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
|
1124
1124
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code, errorData) {
|
|
1125
|
-
var
|
|
1125
|
+
var _this86;
|
|
1126
1126
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
return
|
|
1127
|
+
_this86 = _callSuper(this, NotAuthorized_ContactAdminForPasswordChangeHelpError, [message, code, errorData]);
|
|
1128
|
+
_this86.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
|
1129
|
+
return _this86;
|
|
1130
1130
|
}
|
|
1131
|
-
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError,
|
|
1131
|
+
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
|
1132
1132
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
|
1133
1133
|
}(NotAuthorizedError);
|
|
1134
1134
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
|
1135
|
-
var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = /*#__PURE__*/function (
|
|
1135
|
+
var NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
|
1136
1136
|
function NotAuthorized_FilesAgentFailedAuthorizationError(message, code, errorData) {
|
|
1137
|
-
var
|
|
1137
|
+
var _this87;
|
|
1138
1138
|
(0, _classCallCheck2.default)(this, NotAuthorized_FilesAgentFailedAuthorizationError);
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
return
|
|
1139
|
+
_this87 = _callSuper(this, NotAuthorized_FilesAgentFailedAuthorizationError, [message, code, errorData]);
|
|
1140
|
+
_this87.name = 'NotAuthorized_FilesAgentFailedAuthorizationError';
|
|
1141
|
+
return _this87;
|
|
1142
1142
|
}
|
|
1143
|
-
(0, _inherits2.default)(NotAuthorized_FilesAgentFailedAuthorizationError,
|
|
1143
|
+
(0, _inherits2.default)(NotAuthorized_FilesAgentFailedAuthorizationError, _NotAuthorizedError11);
|
|
1144
1144
|
return (0, _createClass2.default)(NotAuthorized_FilesAgentFailedAuthorizationError);
|
|
1145
1145
|
}(NotAuthorizedError);
|
|
1146
1146
|
errorClasses.NotAuthorized_FilesAgentFailedAuthorizationError = NotAuthorized_FilesAgentFailedAuthorizationError;
|
|
1147
|
-
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (
|
|
1147
|
+
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
|
1148
1148
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code, errorData) {
|
|
1149
|
-
var
|
|
1149
|
+
var _this88;
|
|
1150
1150
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
return
|
|
1151
|
+
_this88 = _callSuper(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError, [message, code, errorData]);
|
|
1152
|
+
_this88.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
|
1153
|
+
return _this88;
|
|
1154
1154
|
}
|
|
1155
|
-
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError,
|
|
1155
|
+
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError12);
|
|
1156
1156
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
|
1157
1157
|
}(NotAuthorizedError);
|
|
1158
1158
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
|
1159
|
-
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (
|
|
1159
|
+
var NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
|
1160
1160
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code, errorData) {
|
|
1161
|
-
var
|
|
1161
|
+
var _this89;
|
|
1162
1162
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
return
|
|
1163
|
+
_this89 = _callSuper(this, NotAuthorized_FolderAdminPermissionRequiredError, [message, code, errorData]);
|
|
1164
|
+
_this89.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
|
1165
|
+
return _this89;
|
|
1166
1166
|
}
|
|
1167
|
-
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError,
|
|
1167
|
+
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError13);
|
|
1168
1168
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
|
1169
1169
|
}(NotAuthorizedError);
|
|
1170
1170
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
|
1171
|
-
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (
|
|
1171
|
+
var NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
|
1172
1172
|
function NotAuthorized_FullPermissionRequiredError(message, code, errorData) {
|
|
1173
|
-
var
|
|
1173
|
+
var _this90;
|
|
1174
1174
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
return
|
|
1175
|
+
_this90 = _callSuper(this, NotAuthorized_FullPermissionRequiredError, [message, code, errorData]);
|
|
1176
|
+
_this90.name = 'NotAuthorized_FullPermissionRequiredError';
|
|
1177
|
+
return _this90;
|
|
1178
1178
|
}
|
|
1179
|
-
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError,
|
|
1179
|
+
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError14);
|
|
1180
1180
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
|
1181
1181
|
}(NotAuthorizedError);
|
|
1182
1182
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
|
1183
|
-
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (
|
|
1183
|
+
var NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
|
1184
1184
|
function NotAuthorized_HistoryPermissionRequiredError(message, code, errorData) {
|
|
1185
|
-
var
|
|
1185
|
+
var _this91;
|
|
1186
1186
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
return
|
|
1187
|
+
_this91 = _callSuper(this, NotAuthorized_HistoryPermissionRequiredError, [message, code, errorData]);
|
|
1188
|
+
_this91.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
|
1189
|
+
return _this91;
|
|
1190
1190
|
}
|
|
1191
|
-
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError,
|
|
1191
|
+
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError15);
|
|
1192
1192
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
|
1193
1193
|
}(NotAuthorizedError);
|
|
1194
1194
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
|
1195
|
-
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (
|
|
1195
|
+
var NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
|
1196
1196
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code, errorData) {
|
|
1197
|
-
var
|
|
1197
|
+
var _this92;
|
|
1198
1198
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
return
|
|
1199
|
+
_this92 = _callSuper(this, NotAuthorized_InsufficientPermissionForParamsError, [message, code, errorData]);
|
|
1200
|
+
_this92.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
|
1201
|
+
return _this92;
|
|
1202
1202
|
}
|
|
1203
|
-
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError,
|
|
1203
|
+
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError16);
|
|
1204
1204
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
|
1205
1205
|
}(NotAuthorizedError);
|
|
1206
1206
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
|
1207
|
-
var NotAuthorized_InsufficientPermissionForSiteError = exports.NotAuthorized_InsufficientPermissionForSiteError = /*#__PURE__*/function (
|
|
1207
|
+
var NotAuthorized_InsufficientPermissionForSiteError = exports.NotAuthorized_InsufficientPermissionForSiteError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
|
1208
1208
|
function NotAuthorized_InsufficientPermissionForSiteError(message, code, errorData) {
|
|
1209
|
-
var
|
|
1209
|
+
var _this93;
|
|
1210
1210
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForSiteError);
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
return
|
|
1211
|
+
_this93 = _callSuper(this, NotAuthorized_InsufficientPermissionForSiteError, [message, code, errorData]);
|
|
1212
|
+
_this93.name = 'NotAuthorized_InsufficientPermissionForSiteError';
|
|
1213
|
+
return _this93;
|
|
1214
1214
|
}
|
|
1215
|
-
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForSiteError,
|
|
1215
|
+
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForSiteError, _NotAuthorizedError17);
|
|
1216
1216
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForSiteError);
|
|
1217
1217
|
}(NotAuthorizedError);
|
|
1218
1218
|
errorClasses.NotAuthorized_InsufficientPermissionForSiteError = NotAuthorized_InsufficientPermissionForSiteError;
|
|
1219
|
-
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (
|
|
1219
|
+
var NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
|
1220
1220
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code, errorData) {
|
|
1221
|
-
var
|
|
1221
|
+
var _this94;
|
|
1222
1222
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
return
|
|
1223
|
+
_this94 = _callSuper(this, NotAuthorized_MustAuthenticateWithApiKeyError, [message, code, errorData]);
|
|
1224
|
+
_this94.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
|
1225
|
+
return _this94;
|
|
1226
1226
|
}
|
|
1227
|
-
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError,
|
|
1227
|
+
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError18);
|
|
1228
1228
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
|
1229
1229
|
}(NotAuthorizedError);
|
|
1230
1230
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
|
1231
|
-
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (
|
|
1231
|
+
var NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
|
1232
1232
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code, errorData) {
|
|
1233
|
-
var
|
|
1233
|
+
var _this95;
|
|
1234
1234
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
return
|
|
1235
|
+
_this95 = _callSuper(this, NotAuthorized_NeedAdminPermissionForInboxError, [message, code, errorData]);
|
|
1236
|
+
_this95.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
|
1237
|
+
return _this95;
|
|
1238
1238
|
}
|
|
1239
|
-
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError,
|
|
1239
|
+
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError19);
|
|
1240
1240
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
|
1241
1241
|
}(NotAuthorizedError);
|
|
1242
1242
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
|
1243
|
-
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (
|
|
1243
|
+
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
|
1244
1244
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code, errorData) {
|
|
1245
|
-
var
|
|
1245
|
+
var _this96;
|
|
1246
1246
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
return
|
|
1247
|
+
_this96 = _callSuper(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError, [message, code, errorData]);
|
|
1248
|
+
_this96.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
|
1249
|
+
return _this96;
|
|
1250
1250
|
}
|
|
1251
|
-
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError,
|
|
1251
|
+
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError20);
|
|
1252
1252
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
|
1253
1253
|
}(NotAuthorizedError);
|
|
1254
1254
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
|
1255
|
-
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (
|
|
1255
|
+
var NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
|
1256
1256
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code, errorData) {
|
|
1257
|
-
var
|
|
1257
|
+
var _this97;
|
|
1258
1258
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
return
|
|
1259
|
+
_this97 = _callSuper(this, NotAuthorized_NotAllowedToCreateBundleError, [message, code, errorData]);
|
|
1260
|
+
_this97.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
|
1261
|
+
return _this97;
|
|
1262
1262
|
}
|
|
1263
|
-
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError,
|
|
1263
|
+
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError21);
|
|
1264
1264
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
|
1265
1265
|
}(NotAuthorizedError);
|
|
1266
1266
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
|
1267
|
-
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (
|
|
1267
|
+
var NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
|
1268
1268
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code, errorData) {
|
|
1269
|
-
var
|
|
1269
|
+
var _this98;
|
|
1270
1270
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
return
|
|
1271
|
+
_this98 = _callSuper(this, NotAuthorized_PasswordChangeNotRequiredError, [message, code, errorData]);
|
|
1272
|
+
_this98.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
|
1273
|
+
return _this98;
|
|
1274
1274
|
}
|
|
1275
|
-
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError,
|
|
1275
|
+
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError22);
|
|
1276
1276
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
|
1277
1277
|
}(NotAuthorizedError);
|
|
1278
1278
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
|
1279
|
-
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (
|
|
1279
|
+
var NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
|
1280
1280
|
function NotAuthorized_PasswordChangeRequiredError(message, code, errorData) {
|
|
1281
|
-
var
|
|
1281
|
+
var _this99;
|
|
1282
1282
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
return
|
|
1283
|
+
_this99 = _callSuper(this, NotAuthorized_PasswordChangeRequiredError, [message, code, errorData]);
|
|
1284
|
+
_this99.name = 'NotAuthorized_PasswordChangeRequiredError';
|
|
1285
|
+
return _this99;
|
|
1286
1286
|
}
|
|
1287
|
-
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError,
|
|
1287
|
+
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError23);
|
|
1288
1288
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
|
1289
1289
|
}(NotAuthorizedError);
|
|
1290
1290
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
|
1291
|
-
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (
|
|
1291
|
+
var NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
|
1292
1292
|
function NotAuthorized_ReadOnlySessionError(message, code, errorData) {
|
|
1293
|
-
var
|
|
1293
|
+
var _this100;
|
|
1294
1294
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
return
|
|
1295
|
+
_this100 = _callSuper(this, NotAuthorized_ReadOnlySessionError, [message, code, errorData]);
|
|
1296
|
+
_this100.name = 'NotAuthorized_ReadOnlySessionError';
|
|
1297
|
+
return _this100;
|
|
1298
1298
|
}
|
|
1299
|
-
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError,
|
|
1299
|
+
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError24);
|
|
1300
1300
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
|
1301
1301
|
}(NotAuthorizedError);
|
|
1302
1302
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
|
1303
|
-
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (
|
|
1303
|
+
var NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
|
1304
1304
|
function NotAuthorized_ReadPermissionRequiredError(message, code, errorData) {
|
|
1305
|
-
var
|
|
1305
|
+
var _this101;
|
|
1306
1306
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
return
|
|
1307
|
+
_this101 = _callSuper(this, NotAuthorized_ReadPermissionRequiredError, [message, code, errorData]);
|
|
1308
|
+
_this101.name = 'NotAuthorized_ReadPermissionRequiredError';
|
|
1309
|
+
return _this101;
|
|
1310
1310
|
}
|
|
1311
|
-
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError,
|
|
1311
|
+
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError25);
|
|
1312
1312
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
|
1313
1313
|
}(NotAuthorizedError);
|
|
1314
1314
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
|
1315
|
-
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (
|
|
1315
|
+
var NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
|
1316
1316
|
function NotAuthorized_ReauthenticationFailedError(message, code, errorData) {
|
|
1317
|
-
var
|
|
1317
|
+
var _this102;
|
|
1318
1318
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
return
|
|
1319
|
+
_this102 = _callSuper(this, NotAuthorized_ReauthenticationFailedError, [message, code, errorData]);
|
|
1320
|
+
_this102.name = 'NotAuthorized_ReauthenticationFailedError';
|
|
1321
|
+
return _this102;
|
|
1322
1322
|
}
|
|
1323
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError,
|
|
1323
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError26);
|
|
1324
1324
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
|
1325
1325
|
}(NotAuthorizedError);
|
|
1326
1326
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
|
1327
|
-
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (
|
|
1327
|
+
var NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
|
1328
1328
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code, errorData) {
|
|
1329
|
-
var
|
|
1329
|
+
var _this103;
|
|
1330
1330
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
return
|
|
1331
|
+
_this103 = _callSuper(this, NotAuthorized_ReauthenticationFailedFinalError, [message, code, errorData]);
|
|
1332
|
+
_this103.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
|
1333
|
+
return _this103;
|
|
1334
1334
|
}
|
|
1335
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError,
|
|
1335
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError27);
|
|
1336
1336
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
|
1337
1337
|
}(NotAuthorizedError);
|
|
1338
1338
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
|
1339
|
-
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (
|
|
1339
|
+
var NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
|
1340
1340
|
function NotAuthorized_ReauthenticationNeededActionError(message, code, errorData) {
|
|
1341
|
-
var
|
|
1341
|
+
var _this104;
|
|
1342
1342
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
return
|
|
1343
|
+
_this104 = _callSuper(this, NotAuthorized_ReauthenticationNeededActionError, [message, code, errorData]);
|
|
1344
|
+
_this104.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
|
1345
|
+
return _this104;
|
|
1346
1346
|
}
|
|
1347
|
-
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError,
|
|
1347
|
+
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError28);
|
|
1348
1348
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
|
1349
1349
|
}(NotAuthorizedError);
|
|
1350
1350
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
|
1351
|
-
var NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_RecaptchaFailedError = /*#__PURE__*/function (
|
|
1351
|
+
var NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_RecaptchaFailedError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
|
1352
1352
|
function NotAuthorized_RecaptchaFailedError(message, code, errorData) {
|
|
1353
|
-
var
|
|
1353
|
+
var _this105;
|
|
1354
1354
|
(0, _classCallCheck2.default)(this, NotAuthorized_RecaptchaFailedError);
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
return
|
|
1355
|
+
_this105 = _callSuper(this, NotAuthorized_RecaptchaFailedError, [message, code, errorData]);
|
|
1356
|
+
_this105.name = 'NotAuthorized_RecaptchaFailedError';
|
|
1357
|
+
return _this105;
|
|
1358
1358
|
}
|
|
1359
|
-
(0, _inherits2.default)(NotAuthorized_RecaptchaFailedError,
|
|
1359
|
+
(0, _inherits2.default)(NotAuthorized_RecaptchaFailedError, _NotAuthorizedError29);
|
|
1360
1360
|
return (0, _createClass2.default)(NotAuthorized_RecaptchaFailedError);
|
|
1361
1361
|
}(NotAuthorizedError);
|
|
1362
1362
|
errorClasses.NotAuthorized_RecaptchaFailedError = NotAuthorized_RecaptchaFailedError;
|
|
1363
|
-
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (
|
|
1363
|
+
var NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
|
1364
1364
|
function NotAuthorized_SelfManagedRequiredError(message, code, errorData) {
|
|
1365
|
-
var
|
|
1365
|
+
var _this106;
|
|
1366
1366
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
return
|
|
1367
|
+
_this106 = _callSuper(this, NotAuthorized_SelfManagedRequiredError, [message, code, errorData]);
|
|
1368
|
+
_this106.name = 'NotAuthorized_SelfManagedRequiredError';
|
|
1369
|
+
return _this106;
|
|
1370
1370
|
}
|
|
1371
|
-
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError,
|
|
1371
|
+
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError30);
|
|
1372
1372
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
|
1373
1373
|
}(NotAuthorizedError);
|
|
1374
1374
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
|
1375
|
-
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (
|
|
1375
|
+
var NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
|
1376
1376
|
function NotAuthorized_SiteAdminRequiredError(message, code, errorData) {
|
|
1377
|
-
var
|
|
1377
|
+
var _this107;
|
|
1378
1378
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
return
|
|
1379
|
+
_this107 = _callSuper(this, NotAuthorized_SiteAdminRequiredError, [message, code, errorData]);
|
|
1380
|
+
_this107.name = 'NotAuthorized_SiteAdminRequiredError';
|
|
1381
|
+
return _this107;
|
|
1382
1382
|
}
|
|
1383
|
-
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError,
|
|
1383
|
+
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError31);
|
|
1384
1384
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
|
1385
1385
|
}(NotAuthorizedError);
|
|
1386
1386
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
|
1387
|
-
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (
|
|
1387
|
+
var NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
|
1388
1388
|
function NotAuthorized_SiteFilesAreImmutableError(message, code, errorData) {
|
|
1389
|
-
var
|
|
1389
|
+
var _this108;
|
|
1390
1390
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
return
|
|
1391
|
+
_this108 = _callSuper(this, NotAuthorized_SiteFilesAreImmutableError, [message, code, errorData]);
|
|
1392
|
+
_this108.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
|
1393
|
+
return _this108;
|
|
1394
1394
|
}
|
|
1395
|
-
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError,
|
|
1395
|
+
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError32);
|
|
1396
1396
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
|
1397
1397
|
}(NotAuthorizedError);
|
|
1398
1398
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
|
1399
|
-
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (
|
|
1399
|
+
var NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
|
1400
1400
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code, errorData) {
|
|
1401
|
-
var
|
|
1401
|
+
var _this109;
|
|
1402
1402
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
return
|
|
1403
|
+
_this109 = _callSuper(this, NotAuthorized_TwoFactorAuthenticationRequiredError, [message, code, errorData]);
|
|
1404
|
+
_this109.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
|
1405
|
+
return _this109;
|
|
1406
1406
|
}
|
|
1407
|
-
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError,
|
|
1407
|
+
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError33);
|
|
1408
1408
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
|
1409
1409
|
}(NotAuthorizedError);
|
|
1410
1410
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
|
1411
|
-
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (
|
|
1411
|
+
var NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError34) {
|
|
1412
1412
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code, errorData) {
|
|
1413
|
-
var
|
|
1413
|
+
var _this110;
|
|
1414
1414
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
return
|
|
1415
|
+
_this110 = _callSuper(this, NotAuthorized_UserIdWithoutSiteAdminError, [message, code, errorData]);
|
|
1416
|
+
_this110.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
|
1417
|
+
return _this110;
|
|
1418
1418
|
}
|
|
1419
|
-
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError,
|
|
1419
|
+
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError34);
|
|
1420
1420
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
|
1421
1421
|
}(NotAuthorizedError);
|
|
1422
1422
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
|
1423
|
-
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (
|
|
1423
|
+
var NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError35) {
|
|
1424
1424
|
function NotAuthorized_WriteAndBundlePermissionRequiredError(message, code, errorData) {
|
|
1425
|
-
var
|
|
1425
|
+
var _this111;
|
|
1426
1426
|
(0, _classCallCheck2.default)(this, NotAuthorized_WriteAndBundlePermissionRequiredError);
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
return
|
|
1427
|
+
_this111 = _callSuper(this, NotAuthorized_WriteAndBundlePermissionRequiredError, [message, code, errorData]);
|
|
1428
|
+
_this111.name = 'NotAuthorized_WriteAndBundlePermissionRequiredError';
|
|
1429
|
+
return _this111;
|
|
1430
1430
|
}
|
|
1431
|
-
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError,
|
|
1431
|
+
(0, _inherits2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError, _NotAuthorizedError35);
|
|
1432
1432
|
return (0, _createClass2.default)(NotAuthorized_WriteAndBundlePermissionRequiredError);
|
|
1433
1433
|
}(NotAuthorizedError);
|
|
1434
1434
|
errorClasses.NotAuthorized_WriteAndBundlePermissionRequiredError = NotAuthorized_WriteAndBundlePermissionRequiredError;
|
|
1435
|
-
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (
|
|
1435
|
+
var NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError36) {
|
|
1436
1436
|
function NotAuthorized_WritePermissionRequiredError(message, code, errorData) {
|
|
1437
|
-
var
|
|
1437
|
+
var _this112;
|
|
1438
1438
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
return
|
|
1439
|
+
_this112 = _callSuper(this, NotAuthorized_WritePermissionRequiredError, [message, code, errorData]);
|
|
1440
|
+
_this112.name = 'NotAuthorized_WritePermissionRequiredError';
|
|
1441
|
+
return _this112;
|
|
1442
1442
|
}
|
|
1443
|
-
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError,
|
|
1443
|
+
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError36);
|
|
1444
1444
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
|
1445
1445
|
}(NotAuthorizedError);
|
|
1446
1446
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
|
1447
1447
|
var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
|
1448
1448
|
function NotFound_ApiKeyNotFoundError(message, code, errorData) {
|
|
1449
|
-
var
|
|
1449
|
+
var _this113;
|
|
1450
1450
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
return
|
|
1451
|
+
_this113 = _callSuper(this, NotFound_ApiKeyNotFoundError, [message, code, errorData]);
|
|
1452
|
+
_this113.name = 'NotFound_ApiKeyNotFoundError';
|
|
1453
|
+
return _this113;
|
|
1454
1454
|
}
|
|
1455
1455
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
|
1456
1456
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
|
@@ -1458,11 +1458,11 @@ var NotFound_ApiKeyNotFoundError = exports.NotFound_ApiKeyNotFoundError = /*#__P
|
|
|
1458
1458
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
|
1459
1459
|
var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
|
1460
1460
|
function NotFound_BundlePathNotFoundError(message, code, errorData) {
|
|
1461
|
-
var
|
|
1461
|
+
var _this114;
|
|
1462
1462
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
return
|
|
1463
|
+
_this114 = _callSuper(this, NotFound_BundlePathNotFoundError, [message, code, errorData]);
|
|
1464
|
+
_this114.name = 'NotFound_BundlePathNotFoundError';
|
|
1465
|
+
return _this114;
|
|
1466
1466
|
}
|
|
1467
1467
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
|
1468
1468
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
|
@@ -1470,11 +1470,11 @@ var NotFound_BundlePathNotFoundError = exports.NotFound_BundlePathNotFoundError
|
|
|
1470
1470
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
|
1471
1471
|
var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
|
1472
1472
|
function NotFound_BundleRegistrationNotFoundError(message, code, errorData) {
|
|
1473
|
-
var
|
|
1473
|
+
var _this115;
|
|
1474
1474
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
return
|
|
1475
|
+
_this115 = _callSuper(this, NotFound_BundleRegistrationNotFoundError, [message, code, errorData]);
|
|
1476
|
+
_this115.name = 'NotFound_BundleRegistrationNotFoundError';
|
|
1477
|
+
return _this115;
|
|
1478
1478
|
}
|
|
1479
1479
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
|
1480
1480
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
|
@@ -1482,11 +1482,11 @@ var NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundleRegistrati
|
|
|
1482
1482
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
|
1483
1483
|
var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
|
1484
1484
|
function NotFound_CodeNotFoundError(message, code, errorData) {
|
|
1485
|
-
var
|
|
1485
|
+
var _this116;
|
|
1486
1486
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
return
|
|
1487
|
+
_this116 = _callSuper(this, NotFound_CodeNotFoundError, [message, code, errorData]);
|
|
1488
|
+
_this116.name = 'NotFound_CodeNotFoundError';
|
|
1489
|
+
return _this116;
|
|
1490
1490
|
}
|
|
1491
1491
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
|
1492
1492
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
|
@@ -1494,11 +1494,11 @@ var NotFound_CodeNotFoundError = exports.NotFound_CodeNotFoundError = /*#__PURE_
|
|
|
1494
1494
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
|
1495
1495
|
var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
|
1496
1496
|
function NotFound_FileNotFoundError(message, code, errorData) {
|
|
1497
|
-
var
|
|
1497
|
+
var _this117;
|
|
1498
1498
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
return
|
|
1499
|
+
_this117 = _callSuper(this, NotFound_FileNotFoundError, [message, code, errorData]);
|
|
1500
|
+
_this117.name = 'NotFound_FileNotFoundError';
|
|
1501
|
+
return _this117;
|
|
1502
1502
|
}
|
|
1503
1503
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
|
1504
1504
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
|
@@ -1506,11 +1506,11 @@ var NotFound_FileNotFoundError = exports.NotFound_FileNotFoundError = /*#__PURE_
|
|
|
1506
1506
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
|
1507
1507
|
var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
|
1508
1508
|
function NotFound_FileUploadNotFoundError(message, code, errorData) {
|
|
1509
|
-
var
|
|
1509
|
+
var _this118;
|
|
1510
1510
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
return
|
|
1511
|
+
_this118 = _callSuper(this, NotFound_FileUploadNotFoundError, [message, code, errorData]);
|
|
1512
|
+
_this118.name = 'NotFound_FileUploadNotFoundError';
|
|
1513
|
+
return _this118;
|
|
1514
1514
|
}
|
|
1515
1515
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
|
1516
1516
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
|
@@ -1518,11 +1518,11 @@ var NotFound_FileUploadNotFoundError = exports.NotFound_FileUploadNotFoundError
|
|
|
1518
1518
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
|
1519
1519
|
var NotFound_FolderNotFoundError = exports.NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
|
1520
1520
|
function NotFound_FolderNotFoundError(message, code, errorData) {
|
|
1521
|
-
var
|
|
1521
|
+
var _this119;
|
|
1522
1522
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
return
|
|
1523
|
+
_this119 = _callSuper(this, NotFound_FolderNotFoundError, [message, code, errorData]);
|
|
1524
|
+
_this119.name = 'NotFound_FolderNotFoundError';
|
|
1525
|
+
return _this119;
|
|
1526
1526
|
}
|
|
1527
1527
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
|
1528
1528
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
|
@@ -1530,11 +1530,11 @@ var NotFound_FolderNotFoundError = exports.NotFound_FolderNotFoundError = /*#__P
|
|
|
1530
1530
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
|
1531
1531
|
var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
|
1532
1532
|
function NotFound_GroupNotFoundError(message, code, errorData) {
|
|
1533
|
-
var
|
|
1533
|
+
var _this120;
|
|
1534
1534
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
return
|
|
1535
|
+
_this120 = _callSuper(this, NotFound_GroupNotFoundError, [message, code, errorData]);
|
|
1536
|
+
_this120.name = 'NotFound_GroupNotFoundError';
|
|
1537
|
+
return _this120;
|
|
1538
1538
|
}
|
|
1539
1539
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
|
1540
1540
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
|
@@ -1542,71 +1542,71 @@ var NotFound_GroupNotFoundError = exports.NotFound_GroupNotFoundError = /*#__PUR
|
|
|
1542
1542
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
|
1543
1543
|
var NotFound_InboxNotFoundError = exports.NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
|
1544
1544
|
function NotFound_InboxNotFoundError(message, code, errorData) {
|
|
1545
|
-
var
|
|
1545
|
+
var _this121;
|
|
1546
1546
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
return
|
|
1547
|
+
_this121 = _callSuper(this, NotFound_InboxNotFoundError, [message, code, errorData]);
|
|
1548
|
+
_this121.name = 'NotFound_InboxNotFoundError';
|
|
1549
|
+
return _this121;
|
|
1550
1550
|
}
|
|
1551
1551
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
|
1552
1552
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
|
1553
1553
|
}(NotFoundError);
|
|
1554
1554
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
|
1555
|
-
var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__PURE__*/function (
|
|
1555
|
+
var NotFound_NestedNotFoundError = exports.NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError0) {
|
|
1556
1556
|
function NotFound_NestedNotFoundError(message, code, errorData) {
|
|
1557
|
-
var
|
|
1557
|
+
var _this122;
|
|
1558
1558
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
return
|
|
1559
|
+
_this122 = _callSuper(this, NotFound_NestedNotFoundError, [message, code, errorData]);
|
|
1560
|
+
_this122.name = 'NotFound_NestedNotFoundError';
|
|
1561
|
+
return _this122;
|
|
1562
1562
|
}
|
|
1563
|
-
(0, _inherits2.default)(NotFound_NestedNotFoundError,
|
|
1563
|
+
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError0);
|
|
1564
1564
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
|
1565
1565
|
}(NotFoundError);
|
|
1566
1566
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
|
1567
|
-
var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE__*/function (
|
|
1567
|
+
var NotFound_PlanNotFoundError = exports.NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError1) {
|
|
1568
1568
|
function NotFound_PlanNotFoundError(message, code, errorData) {
|
|
1569
|
-
var
|
|
1569
|
+
var _this123;
|
|
1570
1570
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
return
|
|
1571
|
+
_this123 = _callSuper(this, NotFound_PlanNotFoundError, [message, code, errorData]);
|
|
1572
|
+
_this123.name = 'NotFound_PlanNotFoundError';
|
|
1573
|
+
return _this123;
|
|
1574
1574
|
}
|
|
1575
|
-
(0, _inherits2.default)(NotFound_PlanNotFoundError,
|
|
1575
|
+
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError1);
|
|
1576
1576
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
|
1577
1577
|
}(NotFoundError);
|
|
1578
1578
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
|
1579
|
-
var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE__*/function (
|
|
1579
|
+
var NotFound_SiteNotFoundError = exports.NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
|
1580
1580
|
function NotFound_SiteNotFoundError(message, code, errorData) {
|
|
1581
|
-
var
|
|
1581
|
+
var _this124;
|
|
1582
1582
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
return
|
|
1583
|
+
_this124 = _callSuper(this, NotFound_SiteNotFoundError, [message, code, errorData]);
|
|
1584
|
+
_this124.name = 'NotFound_SiteNotFoundError';
|
|
1585
|
+
return _this124;
|
|
1586
1586
|
}
|
|
1587
|
-
(0, _inherits2.default)(NotFound_SiteNotFoundError,
|
|
1587
|
+
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError10);
|
|
1588
1588
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
|
1589
1589
|
}(NotFoundError);
|
|
1590
1590
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
|
1591
|
-
var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE__*/function (
|
|
1591
|
+
var NotFound_UserNotFoundError = exports.NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
|
1592
1592
|
function NotFound_UserNotFoundError(message, code, errorData) {
|
|
1593
|
-
var
|
|
1593
|
+
var _this125;
|
|
1594
1594
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
return
|
|
1595
|
+
_this125 = _callSuper(this, NotFound_UserNotFoundError, [message, code, errorData]);
|
|
1596
|
+
_this125.name = 'NotFound_UserNotFoundError';
|
|
1597
|
+
return _this125;
|
|
1598
1598
|
}
|
|
1599
|
-
(0, _inherits2.default)(NotFound_UserNotFoundError,
|
|
1599
|
+
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError11);
|
|
1600
1600
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
|
1601
1601
|
}(NotFoundError);
|
|
1602
1602
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
1603
1603
|
var ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AlreadyCompletedError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
|
1604
1604
|
function ProcessingFailure_AlreadyCompletedError(message, code, errorData) {
|
|
1605
|
-
var
|
|
1605
|
+
var _this126;
|
|
1606
1606
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AlreadyCompletedError);
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
return
|
|
1607
|
+
_this126 = _callSuper(this, ProcessingFailure_AlreadyCompletedError, [message, code, errorData]);
|
|
1608
|
+
_this126.name = 'ProcessingFailure_AlreadyCompletedError';
|
|
1609
|
+
return _this126;
|
|
1610
1610
|
}
|
|
1611
1611
|
(0, _inherits2.default)(ProcessingFailure_AlreadyCompletedError, _ProcessingFailureErr);
|
|
1612
1612
|
return (0, _createClass2.default)(ProcessingFailure_AlreadyCompletedError);
|
|
@@ -1614,11 +1614,11 @@ var ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AlreadyC
|
|
|
1614
1614
|
errorClasses.ProcessingFailure_AlreadyCompletedError = ProcessingFailure_AlreadyCompletedError;
|
|
1615
1615
|
var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
|
1616
1616
|
function ProcessingFailure_AutomationCannotBeRunManuallyError(message, code, errorData) {
|
|
1617
|
-
var
|
|
1617
|
+
var _this127;
|
|
1618
1618
|
(0, _classCallCheck2.default)(this, ProcessingFailure_AutomationCannotBeRunManuallyError);
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
return
|
|
1619
|
+
_this127 = _callSuper(this, ProcessingFailure_AutomationCannotBeRunManuallyError, [message, code, errorData]);
|
|
1620
|
+
_this127.name = 'ProcessingFailure_AutomationCannotBeRunManuallyError';
|
|
1621
|
+
return _this127;
|
|
1622
1622
|
}
|
|
1623
1623
|
(0, _inherits2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError, _ProcessingFailureErr2);
|
|
1624
1624
|
return (0, _createClass2.default)(ProcessingFailure_AutomationCannotBeRunManuallyError);
|
|
@@ -1626,11 +1626,11 @@ var ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFai
|
|
|
1626
1626
|
errorClasses.ProcessingFailure_AutomationCannotBeRunManuallyError = ProcessingFailure_AutomationCannotBeRunManuallyError;
|
|
1627
1627
|
var ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
|
1628
1628
|
function ProcessingFailure_BehaviorNotAllowedOnRemoteServerError(message, code, errorData) {
|
|
1629
|
-
var
|
|
1629
|
+
var _this128;
|
|
1630
1630
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BehaviorNotAllowedOnRemoteServerError);
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
return
|
|
1631
|
+
_this128 = _callSuper(this, ProcessingFailure_BehaviorNotAllowedOnRemoteServerError, [message, code, errorData]);
|
|
1632
|
+
_this128.name = 'ProcessingFailure_BehaviorNotAllowedOnRemoteServerError';
|
|
1633
|
+
return _this128;
|
|
1634
1634
|
}
|
|
1635
1635
|
(0, _inherits2.default)(ProcessingFailure_BehaviorNotAllowedOnRemoteServerError, _ProcessingFailureErr3);
|
|
1636
1636
|
return (0, _createClass2.default)(ProcessingFailure_BehaviorNotAllowedOnRemoteServerError);
|
|
@@ -1638,11 +1638,11 @@ var ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.Processing
|
|
|
1638
1638
|
errorClasses.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = ProcessingFailure_BehaviorNotAllowedOnRemoteServerError;
|
|
1639
1639
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
|
1640
1640
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code, errorData) {
|
|
1641
|
-
var
|
|
1641
|
+
var _this129;
|
|
1642
1642
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
return
|
|
1643
|
+
_this129 = _callSuper(this, ProcessingFailure_BundleOnlyAllowsPreviewsError, [message, code, errorData]);
|
|
1644
|
+
_this129.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
|
1645
|
+
return _this129;
|
|
1646
1646
|
}
|
|
1647
1647
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr4);
|
|
1648
1648
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
|
@@ -1650,11 +1650,11 @@ var ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_
|
|
|
1650
1650
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
|
1651
1651
|
var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
|
1652
1652
|
function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code, errorData) {
|
|
1653
|
-
var
|
|
1653
|
+
var _this130;
|
|
1654
1654
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
return
|
|
1655
|
+
_this130 = _callSuper(this, ProcessingFailure_BundleOperationRequiresSubfolderError, [message, code, errorData]);
|
|
1656
|
+
_this130.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
|
|
1657
|
+
return _this130;
|
|
1658
1658
|
}
|
|
1659
1659
|
(0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr5);
|
|
1660
1660
|
return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
|
|
@@ -1662,11 +1662,11 @@ var ProcessingFailure_BundleOperationRequiresSubfolderError = exports.Processing
|
|
|
1662
1662
|
errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
|
|
1663
1663
|
var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
|
1664
1664
|
function ProcessingFailure_CouldNotCreateParentError(message, code, errorData) {
|
|
1665
|
-
var
|
|
1665
|
+
var _this131;
|
|
1666
1666
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
return
|
|
1667
|
+
_this131 = _callSuper(this, ProcessingFailure_CouldNotCreateParentError, [message, code, errorData]);
|
|
1668
|
+
_this131.name = 'ProcessingFailure_CouldNotCreateParentError';
|
|
1669
|
+
return _this131;
|
|
1670
1670
|
}
|
|
1671
1671
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr6);
|
|
1672
1672
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
|
@@ -1674,11 +1674,11 @@ var ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_Coul
|
|
|
1674
1674
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
|
1675
1675
|
var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
|
1676
1676
|
function ProcessingFailure_DestinationExistsError(message, code, errorData) {
|
|
1677
|
-
var
|
|
1677
|
+
var _this132;
|
|
1678
1678
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
return
|
|
1679
|
+
_this132 = _callSuper(this, ProcessingFailure_DestinationExistsError, [message, code, errorData]);
|
|
1680
|
+
_this132.name = 'ProcessingFailure_DestinationExistsError';
|
|
1681
|
+
return _this132;
|
|
1682
1682
|
}
|
|
1683
1683
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr7);
|
|
1684
1684
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
|
@@ -1686,11 +1686,11 @@ var ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_Destina
|
|
|
1686
1686
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
|
1687
1687
|
var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
|
1688
1688
|
function ProcessingFailure_DestinationFolderLimitedError(message, code, errorData) {
|
|
1689
|
-
var
|
|
1689
|
+
var _this133;
|
|
1690
1690
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
return
|
|
1691
|
+
_this133 = _callSuper(this, ProcessingFailure_DestinationFolderLimitedError, [message, code, errorData]);
|
|
1692
|
+
_this133.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
|
1693
|
+
return _this133;
|
|
1694
1694
|
}
|
|
1695
1695
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr8);
|
|
1696
1696
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
|
@@ -1698,479 +1698,479 @@ var ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_
|
|
|
1698
1698
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
|
1699
1699
|
var ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
|
1700
1700
|
function ProcessingFailure_DestinationParentConflictError(message, code, errorData) {
|
|
1701
|
-
var
|
|
1701
|
+
var _this134;
|
|
1702
1702
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
return
|
|
1703
|
+
_this134 = _callSuper(this, ProcessingFailure_DestinationParentConflictError, [message, code, errorData]);
|
|
1704
|
+
_this134.name = 'ProcessingFailure_DestinationParentConflictError';
|
|
1705
|
+
return _this134;
|
|
1706
1706
|
}
|
|
1707
1707
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr9);
|
|
1708
1708
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
|
1709
1709
|
}(ProcessingFailureError);
|
|
1710
1710
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
|
1711
|
-
var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (
|
|
1711
|
+
var ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr0) {
|
|
1712
1712
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code, errorData) {
|
|
1713
|
-
var
|
|
1713
|
+
var _this135;
|
|
1714
1714
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
return
|
|
1715
|
+
_this135 = _callSuper(this, ProcessingFailure_DestinationParentDoesNotExistError, [message, code, errorData]);
|
|
1716
|
+
_this135.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
|
1717
|
+
return _this135;
|
|
1718
1718
|
}
|
|
1719
|
-
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError,
|
|
1719
|
+
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr0);
|
|
1720
1720
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
|
1721
1721
|
}(ProcessingFailureError);
|
|
1722
1722
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
|
1723
|
-
var ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_ExceededRuntimeLimitError = /*#__PURE__*/function (
|
|
1723
|
+
var ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_ExceededRuntimeLimitError = /*#__PURE__*/function (_ProcessingFailureErr1) {
|
|
1724
1724
|
function ProcessingFailure_ExceededRuntimeLimitError(message, code, errorData) {
|
|
1725
|
-
var
|
|
1725
|
+
var _this136;
|
|
1726
1726
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExceededRuntimeLimitError);
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
return
|
|
1727
|
+
_this136 = _callSuper(this, ProcessingFailure_ExceededRuntimeLimitError, [message, code, errorData]);
|
|
1728
|
+
_this136.name = 'ProcessingFailure_ExceededRuntimeLimitError';
|
|
1729
|
+
return _this136;
|
|
1730
1730
|
}
|
|
1731
|
-
(0, _inherits2.default)(ProcessingFailure_ExceededRuntimeLimitError,
|
|
1731
|
+
(0, _inherits2.default)(ProcessingFailure_ExceededRuntimeLimitError, _ProcessingFailureErr1);
|
|
1732
1732
|
return (0, _createClass2.default)(ProcessingFailure_ExceededRuntimeLimitError);
|
|
1733
1733
|
}(ProcessingFailureError);
|
|
1734
1734
|
errorClasses.ProcessingFailure_ExceededRuntimeLimitError = ProcessingFailure_ExceededRuntimeLimitError;
|
|
1735
|
-
var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (
|
|
1735
|
+
var ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
|
1736
1736
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code, errorData) {
|
|
1737
|
-
var
|
|
1737
|
+
var _this137;
|
|
1738
1738
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
return
|
|
1739
|
+
_this137 = _callSuper(this, ProcessingFailure_ExpiredPrivateKeyError, [message, code, errorData]);
|
|
1740
|
+
_this137.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
|
1741
|
+
return _this137;
|
|
1742
1742
|
}
|
|
1743
|
-
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError,
|
|
1743
|
+
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr10);
|
|
1744
1744
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
|
1745
1745
|
}(ProcessingFailureError);
|
|
1746
1746
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
|
1747
|
-
var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (
|
|
1747
|
+
var ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
|
1748
1748
|
function ProcessingFailure_ExpiredPublicKeyError(message, code, errorData) {
|
|
1749
|
-
var
|
|
1749
|
+
var _this138;
|
|
1750
1750
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
return
|
|
1751
|
+
_this138 = _callSuper(this, ProcessingFailure_ExpiredPublicKeyError, [message, code, errorData]);
|
|
1752
|
+
_this138.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
|
1753
|
+
return _this138;
|
|
1754
1754
|
}
|
|
1755
|
-
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError,
|
|
1755
|
+
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr11);
|
|
1756
1756
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
|
1757
1757
|
}(ProcessingFailureError);
|
|
1758
1758
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
|
1759
|
-
var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailureError = /*#__PURE__*/function (
|
|
1759
|
+
var ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
|
1760
1760
|
function ProcessingFailure_ExportFailureError(message, code, errorData) {
|
|
1761
|
-
var
|
|
1761
|
+
var _this139;
|
|
1762
1762
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
return
|
|
1763
|
+
_this139 = _callSuper(this, ProcessingFailure_ExportFailureError, [message, code, errorData]);
|
|
1764
|
+
_this139.name = 'ProcessingFailure_ExportFailureError';
|
|
1765
|
+
return _this139;
|
|
1766
1766
|
}
|
|
1767
|
-
(0, _inherits2.default)(ProcessingFailure_ExportFailureError,
|
|
1767
|
+
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr12);
|
|
1768
1768
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
|
1769
1769
|
}(ProcessingFailureError);
|
|
1770
1770
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
|
1771
|
-
var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (
|
|
1771
|
+
var ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
|
1772
1772
|
function ProcessingFailure_ExportNotReadyError(message, code, errorData) {
|
|
1773
|
-
var
|
|
1773
|
+
var _this140;
|
|
1774
1774
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
return
|
|
1775
|
+
_this140 = _callSuper(this, ProcessingFailure_ExportNotReadyError, [message, code, errorData]);
|
|
1776
|
+
_this140.name = 'ProcessingFailure_ExportNotReadyError';
|
|
1777
|
+
return _this140;
|
|
1778
1778
|
}
|
|
1779
|
-
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError,
|
|
1779
|
+
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr13);
|
|
1780
1780
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
|
1781
1781
|
}(ProcessingFailureError);
|
|
1782
1782
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
|
1783
|
-
var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (
|
|
1783
|
+
var ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
|
1784
1784
|
function ProcessingFailure_FailedToChangePasswordError(message, code, errorData) {
|
|
1785
|
-
var
|
|
1785
|
+
var _this141;
|
|
1786
1786
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
return
|
|
1787
|
+
_this141 = _callSuper(this, ProcessingFailure_FailedToChangePasswordError, [message, code, errorData]);
|
|
1788
|
+
_this141.name = 'ProcessingFailure_FailedToChangePasswordError';
|
|
1789
|
+
return _this141;
|
|
1790
1790
|
}
|
|
1791
|
-
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError,
|
|
1791
|
+
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr14);
|
|
1792
1792
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
|
1793
1793
|
}(ProcessingFailureError);
|
|
1794
1794
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
|
1795
|
-
var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedError = /*#__PURE__*/function (
|
|
1795
|
+
var ProcessingFailure_FileLockedError = exports.ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
|
1796
1796
|
function ProcessingFailure_FileLockedError(message, code, errorData) {
|
|
1797
|
-
var
|
|
1797
|
+
var _this142;
|
|
1798
1798
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
return
|
|
1799
|
+
_this142 = _callSuper(this, ProcessingFailure_FileLockedError, [message, code, errorData]);
|
|
1800
|
+
_this142.name = 'ProcessingFailure_FileLockedError';
|
|
1801
|
+
return _this142;
|
|
1802
1802
|
}
|
|
1803
|
-
(0, _inherits2.default)(ProcessingFailure_FileLockedError,
|
|
1803
|
+
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr15);
|
|
1804
1804
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
|
1805
1805
|
}(ProcessingFailureError);
|
|
1806
1806
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
|
1807
|
-
var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (
|
|
1807
|
+
var ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
|
1808
1808
|
function ProcessingFailure_FileNotUploadedError(message, code, errorData) {
|
|
1809
|
-
var
|
|
1809
|
+
var _this143;
|
|
1810
1810
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
return
|
|
1811
|
+
_this143 = _callSuper(this, ProcessingFailure_FileNotUploadedError, [message, code, errorData]);
|
|
1812
|
+
_this143.name = 'ProcessingFailure_FileNotUploadedError';
|
|
1813
|
+
return _this143;
|
|
1814
1814
|
}
|
|
1815
|
-
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError,
|
|
1815
|
+
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr16);
|
|
1816
1816
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
|
1817
1817
|
}(ProcessingFailureError);
|
|
1818
1818
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
|
1819
|
-
var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (
|
|
1819
|
+
var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
|
1820
1820
|
function ProcessingFailure_FilePendingProcessingError(message, code, errorData) {
|
|
1821
|
-
var
|
|
1821
|
+
var _this144;
|
|
1822
1822
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
return
|
|
1823
|
+
_this144 = _callSuper(this, ProcessingFailure_FilePendingProcessingError, [message, code, errorData]);
|
|
1824
|
+
_this144.name = 'ProcessingFailure_FilePendingProcessingError';
|
|
1825
|
+
return _this144;
|
|
1826
1826
|
}
|
|
1827
|
-
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError,
|
|
1827
|
+
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr17);
|
|
1828
1828
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
|
1829
1829
|
}(ProcessingFailureError);
|
|
1830
1830
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
|
1831
|
-
var ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FileProcessingErrorError = /*#__PURE__*/function (
|
|
1831
|
+
var ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FileProcessingErrorError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
|
1832
1832
|
function ProcessingFailure_FileProcessingErrorError(message, code, errorData) {
|
|
1833
|
-
var
|
|
1833
|
+
var _this145;
|
|
1834
1834
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileProcessingErrorError);
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
return
|
|
1835
|
+
_this145 = _callSuper(this, ProcessingFailure_FileProcessingErrorError, [message, code, errorData]);
|
|
1836
|
+
_this145.name = 'ProcessingFailure_FileProcessingErrorError';
|
|
1837
|
+
return _this145;
|
|
1838
1838
|
}
|
|
1839
|
-
(0, _inherits2.default)(ProcessingFailure_FileProcessingErrorError,
|
|
1839
|
+
(0, _inherits2.default)(ProcessingFailure_FileProcessingErrorError, _ProcessingFailureErr18);
|
|
1840
1840
|
return (0, _createClass2.default)(ProcessingFailure_FileProcessingErrorError);
|
|
1841
1841
|
}(ProcessingFailureError);
|
|
1842
1842
|
errorClasses.ProcessingFailure_FileProcessingErrorError = ProcessingFailure_FileProcessingErrorError;
|
|
1843
|
-
var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (
|
|
1843
|
+
var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
|
1844
1844
|
function ProcessingFailure_FileTooBigToDecryptError(message, code, errorData) {
|
|
1845
|
-
var
|
|
1845
|
+
var _this146;
|
|
1846
1846
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
return
|
|
1847
|
+
_this146 = _callSuper(this, ProcessingFailure_FileTooBigToDecryptError, [message, code, errorData]);
|
|
1848
|
+
_this146.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
|
1849
|
+
return _this146;
|
|
1850
1850
|
}
|
|
1851
|
-
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError,
|
|
1851
|
+
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr19);
|
|
1852
1852
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
|
1853
1853
|
}(ProcessingFailureError);
|
|
1854
1854
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
|
1855
|
-
var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (
|
|
1855
|
+
var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
|
1856
1856
|
function ProcessingFailure_FileTooBigToEncryptError(message, code, errorData) {
|
|
1857
|
-
var
|
|
1857
|
+
var _this147;
|
|
1858
1858
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
return
|
|
1859
|
+
_this147 = _callSuper(this, ProcessingFailure_FileTooBigToEncryptError, [message, code, errorData]);
|
|
1860
|
+
_this147.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
|
1861
|
+
return _this147;
|
|
1862
1862
|
}
|
|
1863
|
-
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError,
|
|
1863
|
+
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr20);
|
|
1864
1864
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
|
1865
1865
|
}(ProcessingFailureError);
|
|
1866
1866
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
|
1867
|
-
var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (
|
|
1867
|
+
var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
|
1868
1868
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code, errorData) {
|
|
1869
|
-
var
|
|
1869
|
+
var _this148;
|
|
1870
1870
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
return
|
|
1871
|
+
_this148 = _callSuper(this, ProcessingFailure_FileUploadedToWrongRegionError, [message, code, errorData]);
|
|
1872
|
+
_this148.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
|
1873
|
+
return _this148;
|
|
1874
1874
|
}
|
|
1875
|
-
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError,
|
|
1875
|
+
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr21);
|
|
1876
1876
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
|
1877
1877
|
}(ProcessingFailureError);
|
|
1878
1878
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
|
1879
|
-
var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameTooLongError = /*#__PURE__*/function (
|
|
1879
|
+
var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameTooLongError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
|
1880
1880
|
function ProcessingFailure_FilenameTooLongError(message, code, errorData) {
|
|
1881
|
-
var
|
|
1881
|
+
var _this149;
|
|
1882
1882
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilenameTooLongError);
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
return
|
|
1883
|
+
_this149 = _callSuper(this, ProcessingFailure_FilenameTooLongError, [message, code, errorData]);
|
|
1884
|
+
_this149.name = 'ProcessingFailure_FilenameTooLongError';
|
|
1885
|
+
return _this149;
|
|
1886
1886
|
}
|
|
1887
|
-
(0, _inherits2.default)(ProcessingFailure_FilenameTooLongError,
|
|
1887
|
+
(0, _inherits2.default)(ProcessingFailure_FilenameTooLongError, _ProcessingFailureErr22);
|
|
1888
1888
|
return (0, _createClass2.default)(ProcessingFailure_FilenameTooLongError);
|
|
1889
1889
|
}(ProcessingFailureError);
|
|
1890
1890
|
errorClasses.ProcessingFailure_FilenameTooLongError = ProcessingFailure_FilenameTooLongError;
|
|
1891
|
-
var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (
|
|
1891
|
+
var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
|
1892
1892
|
function ProcessingFailure_FolderLockedError(message, code, errorData) {
|
|
1893
|
-
var
|
|
1893
|
+
var _this150;
|
|
1894
1894
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
return
|
|
1895
|
+
_this150 = _callSuper(this, ProcessingFailure_FolderLockedError, [message, code, errorData]);
|
|
1896
|
+
_this150.name = 'ProcessingFailure_FolderLockedError';
|
|
1897
|
+
return _this150;
|
|
1898
1898
|
}
|
|
1899
|
-
(0, _inherits2.default)(ProcessingFailure_FolderLockedError,
|
|
1899
|
+
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr23);
|
|
1900
1900
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
|
1901
1901
|
}(ProcessingFailureError);
|
|
1902
1902
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
|
1903
|
-
var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (
|
|
1903
|
+
var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
|
1904
1904
|
function ProcessingFailure_FolderNotEmptyError(message, code, errorData) {
|
|
1905
|
-
var
|
|
1905
|
+
var _this151;
|
|
1906
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
return
|
|
1907
|
+
_this151 = _callSuper(this, ProcessingFailure_FolderNotEmptyError, [message, code, errorData]);
|
|
1908
|
+
_this151.name = 'ProcessingFailure_FolderNotEmptyError';
|
|
1909
|
+
return _this151;
|
|
1910
1910
|
}
|
|
1911
|
-
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError,
|
|
1911
|
+
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr24);
|
|
1912
1912
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
|
1913
1913
|
}(ProcessingFailureError);
|
|
1914
1914
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
|
1915
|
-
var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (
|
|
1915
|
+
var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
|
1916
1916
|
function ProcessingFailure_HistoryUnavailableError(message, code, errorData) {
|
|
1917
|
-
var
|
|
1917
|
+
var _this152;
|
|
1918
1918
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
return
|
|
1919
|
+
_this152 = _callSuper(this, ProcessingFailure_HistoryUnavailableError, [message, code, errorData]);
|
|
1920
|
+
_this152.name = 'ProcessingFailure_HistoryUnavailableError';
|
|
1921
|
+
return _this152;
|
|
1922
1922
|
}
|
|
1923
|
-
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError,
|
|
1923
|
+
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr25);
|
|
1924
1924
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
|
1925
1925
|
}(ProcessingFailureError);
|
|
1926
1926
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
|
1927
|
-
var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (
|
|
1927
|
+
var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
|
1928
1928
|
function ProcessingFailure_InvalidBundleCodeError(message, code, errorData) {
|
|
1929
|
-
var
|
|
1929
|
+
var _this153;
|
|
1930
1930
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
return
|
|
1931
|
+
_this153 = _callSuper(this, ProcessingFailure_InvalidBundleCodeError, [message, code, errorData]);
|
|
1932
|
+
_this153.name = 'ProcessingFailure_InvalidBundleCodeError';
|
|
1933
|
+
return _this153;
|
|
1934
1934
|
}
|
|
1935
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError,
|
|
1935
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr26);
|
|
1936
1936
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
|
1937
1937
|
}(ProcessingFailureError);
|
|
1938
1938
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
|
1939
|
-
var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (
|
|
1939
|
+
var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
|
1940
1940
|
function ProcessingFailure_InvalidFileTypeError(message, code, errorData) {
|
|
1941
|
-
var
|
|
1941
|
+
var _this154;
|
|
1942
1942
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
return
|
|
1943
|
+
_this154 = _callSuper(this, ProcessingFailure_InvalidFileTypeError, [message, code, errorData]);
|
|
1944
|
+
_this154.name = 'ProcessingFailure_InvalidFileTypeError';
|
|
1945
|
+
return _this154;
|
|
1946
1946
|
}
|
|
1947
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError,
|
|
1947
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr27);
|
|
1948
1948
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
|
1949
1949
|
}(ProcessingFailureError);
|
|
1950
1950
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
|
1951
|
-
var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (
|
|
1951
|
+
var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
|
1952
1952
|
function ProcessingFailure_InvalidFilenameError(message, code, errorData) {
|
|
1953
|
-
var
|
|
1953
|
+
var _this155;
|
|
1954
1954
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
return
|
|
1955
|
+
_this155 = _callSuper(this, ProcessingFailure_InvalidFilenameError, [message, code, errorData]);
|
|
1956
|
+
_this155.name = 'ProcessingFailure_InvalidFilenameError';
|
|
1957
|
+
return _this155;
|
|
1958
1958
|
}
|
|
1959
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError,
|
|
1959
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr28);
|
|
1960
1960
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
|
1961
1961
|
}(ProcessingFailureError);
|
|
1962
1962
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
|
1963
|
-
var ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidPriorityColorError = /*#__PURE__*/function (
|
|
1963
|
+
var ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidPriorityColorError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
|
1964
1964
|
function ProcessingFailure_InvalidPriorityColorError(message, code, errorData) {
|
|
1965
|
-
var
|
|
1965
|
+
var _this156;
|
|
1966
1966
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidPriorityColorError);
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
return
|
|
1967
|
+
_this156 = _callSuper(this, ProcessingFailure_InvalidPriorityColorError, [message, code, errorData]);
|
|
1968
|
+
_this156.name = 'ProcessingFailure_InvalidPriorityColorError';
|
|
1969
|
+
return _this156;
|
|
1970
1970
|
}
|
|
1971
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidPriorityColorError,
|
|
1971
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidPriorityColorError, _ProcessingFailureErr29);
|
|
1972
1972
|
return (0, _createClass2.default)(ProcessingFailure_InvalidPriorityColorError);
|
|
1973
1973
|
}(ProcessingFailureError);
|
|
1974
1974
|
errorClasses.ProcessingFailure_InvalidPriorityColorError = ProcessingFailure_InvalidPriorityColorError;
|
|
1975
|
-
var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (
|
|
1975
|
+
var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
|
1976
1976
|
function ProcessingFailure_InvalidRangeError(message, code, errorData) {
|
|
1977
|
-
var
|
|
1977
|
+
var _this157;
|
|
1978
1978
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
return
|
|
1979
|
+
_this157 = _callSuper(this, ProcessingFailure_InvalidRangeError, [message, code, errorData]);
|
|
1980
|
+
_this157.name = 'ProcessingFailure_InvalidRangeError';
|
|
1981
|
+
return _this157;
|
|
1982
1982
|
}
|
|
1983
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError,
|
|
1983
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr30);
|
|
1984
1984
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
|
1985
1985
|
}(ProcessingFailureError);
|
|
1986
1986
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
|
1987
|
-
var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteError = /*#__PURE__*/function (
|
|
1987
|
+
var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
|
1988
1988
|
function ProcessingFailure_InvalidSiteError(message, code, errorData) {
|
|
1989
|
-
var
|
|
1989
|
+
var _this158;
|
|
1990
1990
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidSiteError);
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
return
|
|
1991
|
+
_this158 = _callSuper(this, ProcessingFailure_InvalidSiteError, [message, code, errorData]);
|
|
1992
|
+
_this158.name = 'ProcessingFailure_InvalidSiteError';
|
|
1993
|
+
return _this158;
|
|
1994
1994
|
}
|
|
1995
|
-
(0, _inherits2.default)(ProcessingFailure_InvalidSiteError,
|
|
1995
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidSiteError, _ProcessingFailureErr31);
|
|
1996
1996
|
return (0, _createClass2.default)(ProcessingFailure_InvalidSiteError);
|
|
1997
1997
|
}(ProcessingFailureError);
|
|
1998
1998
|
errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError;
|
|
1999
|
-
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (
|
|
1999
|
+
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
|
2000
2000
|
function ProcessingFailure_ModelSaveErrorError(message, code, errorData) {
|
|
2001
|
-
var
|
|
2001
|
+
var _this159;
|
|
2002
2002
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
return
|
|
2003
|
+
_this159 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
|
|
2004
|
+
_this159.name = 'ProcessingFailure_ModelSaveErrorError';
|
|
2005
|
+
return _this159;
|
|
2006
2006
|
}
|
|
2007
|
-
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError,
|
|
2007
|
+
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr32);
|
|
2008
2008
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
|
2009
2009
|
}(ProcessingFailureError);
|
|
2010
2010
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
|
2011
|
-
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (
|
|
2011
|
+
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
|
2012
2012
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code, errorData) {
|
|
2013
|
-
var
|
|
2013
|
+
var _this160;
|
|
2014
2014
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
return
|
|
2015
|
+
_this160 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
|
|
2016
|
+
_this160.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
|
2017
|
+
return _this160;
|
|
2018
2018
|
}
|
|
2019
|
-
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError,
|
|
2019
|
+
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr33);
|
|
2020
2020
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
|
2021
2021
|
}(ProcessingFailureError);
|
|
2022
2022
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
|
2023
|
-
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (
|
|
2023
|
+
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
|
2024
2024
|
function ProcessingFailure_PathTooLongError(message, code, errorData) {
|
|
2025
|
-
var
|
|
2025
|
+
var _this161;
|
|
2026
2026
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
return
|
|
2027
|
+
_this161 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
|
|
2028
|
+
_this161.name = 'ProcessingFailure_PathTooLongError';
|
|
2029
|
+
return _this161;
|
|
2030
2030
|
}
|
|
2031
|
-
(0, _inherits2.default)(ProcessingFailure_PathTooLongError,
|
|
2031
|
+
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr34);
|
|
2032
2032
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
|
2033
2033
|
}(ProcessingFailureError);
|
|
2034
2034
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
2035
|
-
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (
|
|
2035
|
+
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
|
2036
2036
|
function ProcessingFailure_RecipientAlreadySharedError(message, code, errorData) {
|
|
2037
|
-
var
|
|
2037
|
+
var _this162;
|
|
2038
2038
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
return
|
|
2039
|
+
_this162 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
|
|
2040
|
+
_this162.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
|
2041
|
+
return _this162;
|
|
2042
2042
|
}
|
|
2043
|
-
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError,
|
|
2043
|
+
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr35);
|
|
2044
2044
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
|
2045
2045
|
}(ProcessingFailureError);
|
|
2046
2046
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
|
2047
|
-
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (
|
|
2047
|
+
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
|
2048
2048
|
function ProcessingFailure_RemoteServerErrorError(message, code, errorData) {
|
|
2049
|
-
var
|
|
2049
|
+
var _this163;
|
|
2050
2050
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
return
|
|
2051
|
+
_this163 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
|
|
2052
|
+
_this163.name = 'ProcessingFailure_RemoteServerErrorError';
|
|
2053
|
+
return _this163;
|
|
2054
2054
|
}
|
|
2055
|
-
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError,
|
|
2055
|
+
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr36);
|
|
2056
2056
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
|
2057
2057
|
}(ProcessingFailureError);
|
|
2058
2058
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
|
2059
|
-
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (
|
|
2059
|
+
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
|
2060
2060
|
function ProcessingFailure_ResourceBelongsToParentSiteError(message, code, errorData) {
|
|
2061
|
-
var
|
|
2061
|
+
var _this164;
|
|
2062
2062
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
return
|
|
2063
|
+
_this164 = _callSuper(this, ProcessingFailure_ResourceBelongsToParentSiteError, [message, code, errorData]);
|
|
2064
|
+
_this164.name = 'ProcessingFailure_ResourceBelongsToParentSiteError';
|
|
2065
|
+
return _this164;
|
|
2066
2066
|
}
|
|
2067
|
-
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError,
|
|
2067
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError, _ProcessingFailureErr37);
|
|
2068
2068
|
return (0, _createClass2.default)(ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2069
2069
|
}(ProcessingFailureError);
|
|
2070
2070
|
errorClasses.ProcessingFailure_ResourceBelongsToParentSiteError = ProcessingFailure_ResourceBelongsToParentSiteError;
|
|
2071
|
-
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (
|
|
2071
|
+
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr38) {
|
|
2072
2072
|
function ProcessingFailure_ResourceLockedError(message, code, errorData) {
|
|
2073
|
-
var
|
|
2073
|
+
var _this165;
|
|
2074
2074
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
return
|
|
2075
|
+
_this165 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
|
|
2076
|
+
_this165.name = 'ProcessingFailure_ResourceLockedError';
|
|
2077
|
+
return _this165;
|
|
2078
2078
|
}
|
|
2079
|
-
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError,
|
|
2079
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr38);
|
|
2080
2080
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
|
2081
2081
|
}(ProcessingFailureError);
|
|
2082
2082
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
|
2083
|
-
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (
|
|
2083
|
+
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr39) {
|
|
2084
2084
|
function ProcessingFailure_SubfolderLockedError(message, code, errorData) {
|
|
2085
|
-
var
|
|
2085
|
+
var _this166;
|
|
2086
2086
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
return
|
|
2087
|
+
_this166 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
|
|
2088
|
+
_this166.name = 'ProcessingFailure_SubfolderLockedError';
|
|
2089
|
+
return _this166;
|
|
2090
2090
|
}
|
|
2091
|
-
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError,
|
|
2091
|
+
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr39);
|
|
2092
2092
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
|
2093
2093
|
}(ProcessingFailureError);
|
|
2094
2094
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
|
2095
|
-
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (
|
|
2095
|
+
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr40) {
|
|
2096
2096
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code, errorData) {
|
|
2097
|
-
var
|
|
2097
|
+
var _this167;
|
|
2098
2098
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
return
|
|
2099
|
+
_this167 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
|
|
2100
|
+
_this167.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
|
2101
|
+
return _this167;
|
|
2102
2102
|
}
|
|
2103
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError,
|
|
2103
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr40);
|
|
2104
2104
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2105
2105
|
}(ProcessingFailureError);
|
|
2106
2106
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
|
2107
|
-
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (
|
|
2107
|
+
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr41) {
|
|
2108
2108
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code, errorData) {
|
|
2109
|
-
var
|
|
2109
|
+
var _this168;
|
|
2110
2110
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
return
|
|
2111
|
+
_this168 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
|
|
2112
|
+
_this168.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
|
2113
|
+
return _this168;
|
|
2114
2114
|
}
|
|
2115
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError,
|
|
2115
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr41);
|
|
2116
2116
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2117
2117
|
}(ProcessingFailureError);
|
|
2118
2118
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
|
2119
|
-
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (
|
|
2119
|
+
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr42) {
|
|
2120
2120
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code, errorData) {
|
|
2121
|
-
var
|
|
2121
|
+
var _this169;
|
|
2122
2122
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
return
|
|
2123
|
+
_this169 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
|
|
2124
|
+
_this169.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
|
2125
|
+
return _this169;
|
|
2126
2126
|
}
|
|
2127
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError,
|
|
2127
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr42);
|
|
2128
2128
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2129
2129
|
}(ProcessingFailureError);
|
|
2130
2130
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
|
2131
|
-
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (
|
|
2131
|
+
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (_ProcessingFailureErr43) {
|
|
2132
2132
|
function ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError(message, code, errorData) {
|
|
2133
|
-
var
|
|
2133
|
+
var _this170;
|
|
2134
2134
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
return
|
|
2135
|
+
_this170 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, [message, code, errorData]);
|
|
2136
|
+
_this170.name = 'ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError';
|
|
2137
|
+
return _this170;
|
|
2138
2138
|
}
|
|
2139
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError,
|
|
2139
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, _ProcessingFailureErr43);
|
|
2140
2140
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2141
2141
|
}(ProcessingFailureError);
|
|
2142
2142
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError;
|
|
2143
|
-
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (
|
|
2143
|
+
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr44) {
|
|
2144
2144
|
function ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError(message, code, errorData) {
|
|
2145
|
-
var
|
|
2145
|
+
var _this171;
|
|
2146
2146
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
return
|
|
2147
|
+
_this171 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
|
|
2148
|
+
_this171.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
|
|
2149
|
+
return _this171;
|
|
2150
2150
|
}
|
|
2151
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError,
|
|
2151
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr44);
|
|
2152
2152
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2153
2153
|
}(ProcessingFailureError);
|
|
2154
2154
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError;
|
|
2155
|
-
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (
|
|
2155
|
+
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr45) {
|
|
2156
2156
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code, errorData) {
|
|
2157
|
-
var
|
|
2157
|
+
var _this172;
|
|
2158
2158
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
return
|
|
2159
|
+
_this172 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
|
|
2160
|
+
_this172.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
|
2161
|
+
return _this172;
|
|
2162
2162
|
}
|
|
2163
|
-
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError,
|
|
2163
|
+
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr45);
|
|
2164
2164
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2165
2165
|
}(ProcessingFailureError);
|
|
2166
2166
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
|
2167
2167
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
|
2168
2168
|
function RateLimited_DuplicateShareRecipientError(message, code, errorData) {
|
|
2169
|
-
var
|
|
2169
|
+
var _this173;
|
|
2170
2170
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
return
|
|
2171
|
+
_this173 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
|
|
2172
|
+
_this173.name = 'RateLimited_DuplicateShareRecipientError';
|
|
2173
|
+
return _this173;
|
|
2174
2174
|
}
|
|
2175
2175
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
|
2176
2176
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
|
@@ -2178,11 +2178,11 @@ var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShar
|
|
|
2178
2178
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
|
2179
2179
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
|
2180
2180
|
function RateLimited_ReauthenticationRateLimitedError(message, code, errorData) {
|
|
2181
|
-
var
|
|
2181
|
+
var _this174;
|
|
2182
2182
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
return
|
|
2183
|
+
_this174 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
|
|
2184
|
+
_this174.name = 'RateLimited_ReauthenticationRateLimitedError';
|
|
2185
|
+
return _this174;
|
|
2186
2186
|
}
|
|
2187
2187
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
|
2188
2188
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
|
@@ -2190,11 +2190,11 @@ var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_Reauthent
|
|
|
2190
2190
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
|
2191
2191
|
var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcurrentLoginsError = /*#__PURE__*/function (_RateLimitedError3) {
|
|
2192
2192
|
function RateLimited_TooManyConcurrentLoginsError(message, code, errorData) {
|
|
2193
|
-
var
|
|
2193
|
+
var _this175;
|
|
2194
2194
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentLoginsError);
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
return
|
|
2195
|
+
_this175 = _callSuper(this, RateLimited_TooManyConcurrentLoginsError, [message, code, errorData]);
|
|
2196
|
+
_this175.name = 'RateLimited_TooManyConcurrentLoginsError';
|
|
2197
|
+
return _this175;
|
|
2198
2198
|
}
|
|
2199
2199
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentLoginsError, _RateLimitedError3);
|
|
2200
2200
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentLoginsError);
|
|
@@ -2202,11 +2202,11 @@ var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcur
|
|
|
2202
2202
|
errorClasses.RateLimited_TooManyConcurrentLoginsError = RateLimited_TooManyConcurrentLoginsError;
|
|
2203
2203
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
|
2204
2204
|
function RateLimited_TooManyConcurrentRequestsError(message, code, errorData) {
|
|
2205
|
-
var
|
|
2205
|
+
var _this176;
|
|
2206
2206
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
return
|
|
2207
|
+
_this176 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
|
|
2208
|
+
_this176.name = 'RateLimited_TooManyConcurrentRequestsError';
|
|
2209
|
+
return _this176;
|
|
2210
2210
|
}
|
|
2211
2211
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError4);
|
|
2212
2212
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
|
@@ -2214,11 +2214,11 @@ var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConc
|
|
|
2214
2214
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
|
2215
2215
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError5) {
|
|
2216
2216
|
function RateLimited_TooManyLoginAttemptsError(message, code, errorData) {
|
|
2217
|
-
var
|
|
2217
|
+
var _this177;
|
|
2218
2218
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
return
|
|
2219
|
+
_this177 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
|
|
2220
|
+
_this177.name = 'RateLimited_TooManyLoginAttemptsError';
|
|
2221
|
+
return _this177;
|
|
2222
2222
|
}
|
|
2223
2223
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError5);
|
|
2224
2224
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
|
@@ -2226,11 +2226,11 @@ var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAtte
|
|
|
2226
2226
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
|
2227
2227
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError6) {
|
|
2228
2228
|
function RateLimited_TooManyRequestsError(message, code, errorData) {
|
|
2229
|
-
var
|
|
2229
|
+
var _this178;
|
|
2230
2230
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
return
|
|
2231
|
+
_this178 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
|
|
2232
|
+
_this178.name = 'RateLimited_TooManyRequestsError';
|
|
2233
|
+
return _this178;
|
|
2234
2234
|
}
|
|
2235
2235
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError6);
|
|
2236
2236
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
|
@@ -2238,11 +2238,11 @@ var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError
|
|
|
2238
2238
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2239
2239
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError7) {
|
|
2240
2240
|
function RateLimited_TooManySharesError(message, code, errorData) {
|
|
2241
|
-
var
|
|
2241
|
+
var _this179;
|
|
2242
2242
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
return
|
|
2243
|
+
_this179 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
|
|
2244
|
+
_this179.name = 'RateLimited_TooManySharesError';
|
|
2245
|
+
return _this179;
|
|
2246
2246
|
}
|
|
2247
2247
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError7);
|
|
2248
2248
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
|
@@ -2250,11 +2250,11 @@ var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*
|
|
|
2250
2250
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2251
2251
|
var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
|
2252
2252
|
function ServiceUnavailable_AgentUnavailableError(message, code, errorData) {
|
|
2253
|
-
var
|
|
2253
|
+
var _this180;
|
|
2254
2254
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AgentUnavailableError);
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
return
|
|
2255
|
+
_this180 = _callSuper(this, ServiceUnavailable_AgentUnavailableError, [message, code, errorData]);
|
|
2256
|
+
_this180.name = 'ServiceUnavailable_AgentUnavailableError';
|
|
2257
|
+
return _this180;
|
|
2258
2258
|
}
|
|
2259
2259
|
(0, _inherits2.default)(ServiceUnavailable_AgentUnavailableError, _ServiceUnavailableEr);
|
|
2260
2260
|
return (0, _createClass2.default)(ServiceUnavailable_AgentUnavailableError);
|
|
@@ -2262,11 +2262,11 @@ var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentU
|
|
|
2262
2262
|
errorClasses.ServiceUnavailable_AgentUnavailableError = ServiceUnavailable_AgentUnavailableError;
|
|
2263
2263
|
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
|
2264
2264
|
function ServiceUnavailable_AutomationsUnavailableError(message, code, errorData) {
|
|
2265
|
-
var
|
|
2265
|
+
var _this181;
|
|
2266
2266
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
return
|
|
2267
|
+
_this181 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
|
|
2268
|
+
_this181.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
|
2269
|
+
return _this181;
|
|
2270
2270
|
}
|
|
2271
2271
|
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr2);
|
|
2272
2272
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
|
@@ -2274,11 +2274,11 @@ var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_
|
|
|
2274
2274
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
|
2275
2275
|
var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_MigrationInProgressError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
|
2276
2276
|
function ServiceUnavailable_MigrationInProgressError(message, code, errorData) {
|
|
2277
|
-
var
|
|
2277
|
+
var _this182;
|
|
2278
2278
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_MigrationInProgressError);
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
return
|
|
2279
|
+
_this182 = _callSuper(this, ServiceUnavailable_MigrationInProgressError, [message, code, errorData]);
|
|
2280
|
+
_this182.name = 'ServiceUnavailable_MigrationInProgressError';
|
|
2281
|
+
return _this182;
|
|
2282
2282
|
}
|
|
2283
2283
|
(0, _inherits2.default)(ServiceUnavailable_MigrationInProgressError, _ServiceUnavailableEr3);
|
|
2284
2284
|
return (0, _createClass2.default)(ServiceUnavailable_MigrationInProgressError);
|
|
@@ -2286,11 +2286,11 @@ var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_Mig
|
|
|
2286
2286
|
errorClasses.ServiceUnavailable_MigrationInProgressError = ServiceUnavailable_MigrationInProgressError;
|
|
2287
2287
|
var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabledError = /*#__PURE__*/function (_ServiceUnavailableEr4) {
|
|
2288
2288
|
function ServiceUnavailable_SiteDisabledError(message, code, errorData) {
|
|
2289
|
-
var
|
|
2289
|
+
var _this183;
|
|
2290
2290
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_SiteDisabledError);
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
return
|
|
2291
|
+
_this183 = _callSuper(this, ServiceUnavailable_SiteDisabledError, [message, code, errorData]);
|
|
2292
|
+
_this183.name = 'ServiceUnavailable_SiteDisabledError';
|
|
2293
|
+
return _this183;
|
|
2294
2294
|
}
|
|
2295
2295
|
(0, _inherits2.default)(ServiceUnavailable_SiteDisabledError, _ServiceUnavailableEr4);
|
|
2296
2296
|
return (0, _createClass2.default)(ServiceUnavailable_SiteDisabledError);
|
|
@@ -2298,11 +2298,11 @@ var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabl
|
|
|
2298
2298
|
errorClasses.ServiceUnavailable_SiteDisabledError = ServiceUnavailable_SiteDisabledError;
|
|
2299
2299
|
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr5) {
|
|
2300
2300
|
function ServiceUnavailable_UploadsUnavailableError(message, code, errorData) {
|
|
2301
|
-
var
|
|
2301
|
+
var _this184;
|
|
2302
2302
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
return
|
|
2303
|
+
_this184 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
|
|
2304
|
+
_this184.name = 'ServiceUnavailable_UploadsUnavailableError';
|
|
2305
|
+
return _this184;
|
|
2306
2306
|
}
|
|
2307
2307
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr5);
|
|
2308
2308
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
|
@@ -2310,11 +2310,11 @@ var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_Uplo
|
|
|
2310
2310
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
|
2311
2311
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
|
2312
2312
|
function SiteConfiguration_AccountAlreadyExistsError(message, code, errorData) {
|
|
2313
|
-
var
|
|
2313
|
+
var _this185;
|
|
2314
2314
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
return
|
|
2315
|
+
_this185 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
|
|
2316
|
+
_this185.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
|
2317
|
+
return _this185;
|
|
2318
2318
|
}
|
|
2319
2319
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
|
2320
2320
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
|
@@ -2322,11 +2322,11 @@ var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_Acco
|
|
|
2322
2322
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
|
2323
2323
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
|
2324
2324
|
function SiteConfiguration_AccountOverdueError(message, code, errorData) {
|
|
2325
|
-
var
|
|
2325
|
+
var _this186;
|
|
2326
2326
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
return
|
|
2327
|
+
_this186 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
|
|
2328
|
+
_this186.name = 'SiteConfiguration_AccountOverdueError';
|
|
2329
|
+
return _this186;
|
|
2330
2330
|
}
|
|
2331
2331
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
|
2332
2332
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
|
@@ -2334,11 +2334,11 @@ var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOve
|
|
|
2334
2334
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
|
2335
2335
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
|
2336
2336
|
function SiteConfiguration_NoAccountForSiteError(message, code, errorData) {
|
|
2337
|
-
var
|
|
2337
|
+
var _this187;
|
|
2338
2338
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
return
|
|
2339
|
+
_this187 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
|
|
2340
|
+
_this187.name = 'SiteConfiguration_NoAccountForSiteError';
|
|
2341
|
+
return _this187;
|
|
2342
2342
|
}
|
|
2343
2343
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
|
2344
2344
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
|
@@ -2346,11 +2346,11 @@ var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccoun
|
|
|
2346
2346
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
|
2347
2347
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
|
2348
2348
|
function SiteConfiguration_SiteWasRemovedError(message, code, errorData) {
|
|
2349
|
-
var
|
|
2349
|
+
var _this188;
|
|
2350
2350
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
return
|
|
2351
|
+
_this188 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
|
|
2352
|
+
_this188.name = 'SiteConfiguration_SiteWasRemovedError';
|
|
2353
|
+
return _this188;
|
|
2354
2354
|
}
|
|
2355
2355
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
|
2356
2356
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
|
@@ -2358,11 +2358,11 @@ var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRem
|
|
|
2358
2358
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
|
2359
2359
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
|
2360
2360
|
function SiteConfiguration_TrialExpiredError(message, code, errorData) {
|
|
2361
|
-
var
|
|
2361
|
+
var _this189;
|
|
2362
2362
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
return
|
|
2363
|
+
_this189 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
|
|
2364
|
+
_this189.name = 'SiteConfiguration_TrialExpiredError';
|
|
2365
|
+
return _this189;
|
|
2366
2366
|
}
|
|
2367
2367
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
|
2368
2368
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
|
@@ -2370,11 +2370,11 @@ var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpired
|
|
|
2370
2370
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
|
2371
2371
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
|
2372
2372
|
function SiteConfiguration_TrialLockedError(message, code, errorData) {
|
|
2373
|
-
var
|
|
2373
|
+
var _this190;
|
|
2374
2374
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
return
|
|
2375
|
+
_this190 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
|
|
2376
|
+
_this190.name = 'SiteConfiguration_TrialLockedError';
|
|
2377
|
+
return _this190;
|
|
2378
2378
|
}
|
|
2379
2379
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
|
2380
2380
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
|
@@ -2382,11 +2382,11 @@ var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedEr
|
|
|
2382
2382
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2383
2383
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
|
2384
2384
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code, errorData) {
|
|
2385
|
-
var
|
|
2385
|
+
var _this191;
|
|
2386
2386
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
return
|
|
2387
|
+
_this191 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
|
|
2388
|
+
_this191.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
|
2389
|
+
return _this191;
|
|
2390
2390
|
}
|
|
2391
2391
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
|
2392
2392
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|