files.com 1.0.221 → 1.0.223
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/Bundle.md +14 -0
- package/lib/Api.js +15 -82
- package/lib/Errors.js +9 -962
- package/lib/Files.js +0 -11
- package/lib/Logger.js +0 -24
- package/lib/index.js +0 -5
- package/lib/isomorphic/File.node.js +0 -19
- package/lib/models/AccountLineItem.js +3 -21
- package/lib/models/Action.js +3 -21
- package/lib/models/ActionNotificationExport.js +9 -61
- package/lib/models/ActionNotificationExportResult.js +6 -40
- package/lib/models/ActionWebhookFailure.js +5 -39
- package/lib/models/ApiKey.js +23 -128
- package/lib/models/App.js +6 -34
- package/lib/models/As2IncomingMessage.js +6 -36
- package/lib/models/As2OutgoingMessage.js +6 -36
- package/lib/models/As2Partner.js +16 -112
- package/lib/models/As2Station.js +16 -108
- package/lib/models/Auto.js +3 -21
- package/lib/models/Automation.js +16 -146
- package/lib/models/AutomationRun.js +9 -54
- package/lib/models/BandwidthSnapshot.js +6 -34
- package/lib/models/Behavior.js +22 -151
- package/lib/models/Bundle.js +61 -177
- package/lib/models/BundleDownload.js +6 -38
- package/lib/models/BundleRecipient.js +9 -62
- package/lib/models/BundleRegistration.js +6 -38
- package/lib/models/Clickwrap.js +16 -106
- package/lib/models/DnsRecord.js +6 -34
- package/lib/models/Errors.js +3 -21
- package/lib/models/ExternalEvent.js +12 -62
- package/lib/models/File.js +21 -271
- package/lib/models/FileAction.js +3 -21
- package/lib/models/FileComment.js +13 -94
- package/lib/models/FileCommentReaction.js +8 -55
- package/lib/models/FileMigration.js +6 -37
- package/lib/models/FileUploadPart.js +3 -21
- package/lib/models/Folder.js +9 -63
- package/lib/models/FormField.js +3 -21
- package/lib/models/FormFieldSet.js +16 -98
- package/lib/models/Group.js +16 -104
- package/lib/models/GroupUser.js +13 -108
- package/lib/models/History.js +18 -132
- package/lib/models/HistoryExport.js +9 -87
- package/lib/models/HistoryExportResult.js +6 -40
- package/lib/models/Image.js +3 -21
- package/lib/models/InboxRecipient.js +9 -62
- package/lib/models/InboxRegistration.js +6 -36
- package/lib/models/InboxUpload.js +6 -38
- package/lib/models/Invoice.js +9 -48
- package/lib/models/InvoiceLineItem.js +3 -21
- package/lib/models/IpAddress.js +9 -45
- package/lib/models/Lock.js +11 -82
- package/lib/models/Message.js +16 -124
- package/lib/models/MessageComment.js +16 -104
- package/lib/models/MessageCommentReaction.js +14 -82
- package/lib/models/MessageReaction.js +14 -82
- package/lib/models/Notification.js +16 -120
- package/lib/models/Payment.js +9 -48
- package/lib/models/PaymentLineItem.js +3 -21
- package/lib/models/Permission.js +11 -72
- package/lib/models/Preview.js +3 -21
- package/lib/models/Priority.js +6 -42
- package/lib/models/Project.js +16 -96
- package/lib/models/PublicIpAddress.js +3 -21
- package/lib/models/PublicKey.js +16 -104
- package/lib/models/RemoteBandwidthSnapshot.js +6 -34
- package/lib/models/RemoteServer.js +16 -270
- package/lib/models/Request.js +14 -89
- package/lib/models/Session.js +8 -41
- package/lib/models/SettingsChange.js +6 -34
- package/lib/models/SftpHostKey.js +16 -94
- package/lib/models/Site.js +10 -157
- package/lib/models/SsoStrategy.js +11 -64
- package/lib/models/Status.js +3 -21
- package/lib/models/Style.js +10 -73
- package/lib/models/UsageDailySnapshot.js +6 -34
- package/lib/models/UsageSnapshot.js +6 -34
- package/lib/models/User.js +22 -238
- package/lib/models/UserCipherUse.js +6 -36
- package/lib/models/UserRequest.js +14 -82
- package/lib/models/WebhookTest.js +6 -43
- package/lib/utils.js +0 -16
- package/package.json +1 -1
- package/src/models/Bundle.js +25 -0
package/lib/Errors.js
CHANGED
@@ -1,3189 +1,2236 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
-
|
5
4
|
exports.__esModule = true;
|
6
5
|
exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_OperationOnNonScimResourceError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequestError = void 0;
|
7
6
|
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipartUploadsRequiredForRemotesError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = void 0;
|
8
|
-
|
9
7
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
10
|
-
|
11
8
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
12
|
-
|
13
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
14
|
-
|
15
10
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
16
|
-
|
17
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
18
|
-
|
19
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
20
|
-
|
21
13
|
var _wrapNativeSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/wrapNativeSuper"));
|
22
|
-
|
23
14
|
var _Logger = _interopRequireDefault(require("./Logger"));
|
24
|
-
|
25
15
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
26
|
-
|
27
16
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
28
|
-
|
29
17
|
var FilesError = /*#__PURE__*/function (_Error) {
|
30
18
|
(0, _inherits2.default)(FilesError, _Error);
|
31
|
-
|
32
19
|
var _super = _createSuper(FilesError);
|
33
|
-
|
34
20
|
function FilesError(message) {
|
35
21
|
var _this;
|
36
|
-
|
37
22
|
(0, _classCallCheck2.default)(this, FilesError);
|
38
23
|
_this = _super.call(this, message);
|
39
24
|
_this.name = 'FilesError';
|
40
25
|
return _this;
|
41
26
|
}
|
42
|
-
|
43
27
|
return (0, _createClass2.default)(FilesError);
|
44
28
|
}( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Error));
|
45
|
-
|
46
29
|
exports.FilesError = FilesError;
|
47
|
-
|
48
30
|
var FilesApiError = /*#__PURE__*/function (_FilesError) {
|
49
31
|
(0, _inherits2.default)(FilesApiError, _FilesError);
|
50
|
-
|
51
32
|
var _super2 = _createSuper(FilesApiError);
|
52
|
-
|
53
33
|
function FilesApiError(message, code) {
|
54
34
|
var _this2;
|
55
|
-
|
56
35
|
(0, _classCallCheck2.default)(this, FilesApiError);
|
57
36
|
_this2 = _super2.call(this, message);
|
58
37
|
_this2.name = 'FilesApiError';
|
59
38
|
_this2.code = code;
|
60
39
|
return _this2;
|
61
40
|
}
|
62
|
-
|
63
41
|
return (0, _createClass2.default)(FilesApiError);
|
64
42
|
}(FilesError);
|
65
|
-
|
66
43
|
exports.FilesApiError = FilesApiError;
|
67
44
|
var errorClasses = {
|
68
45
|
FilesApiError: FilesApiError
|
69
46
|
};
|
70
|
-
|
71
47
|
var toPascalCase = function toPascalCase(string) {
|
72
48
|
return string.replace(/-/g, ' ').split(' ').map(function (part) {
|
73
49
|
return part[0].toUpperCase() + part.substring(1);
|
74
50
|
}).join('');
|
75
51
|
};
|
76
|
-
|
77
52
|
var handleErrorResponse = function handleErrorResponse(error) {
|
78
53
|
var _errorData, _errorData2;
|
79
|
-
|
80
54
|
var response = error.response;
|
81
55
|
var errorData = response === null || response === void 0 ? void 0 : response.data;
|
82
56
|
var message = ((_errorData = errorData) === null || _errorData === void 0 ? void 0 : _errorData.error) || (response === null || response === void 0 ? void 0 : response.statusText) || error.message;
|
83
57
|
var code = (response === null || response === void 0 ? void 0 : response.status) || ((_errorData2 = errorData) === null || _errorData2 === void 0 ? void 0 : _errorData2['http-code']) || 0;
|
84
|
-
|
85
58
|
if (!errorData) {
|
86
59
|
_Logger.default.error('FilesApiError Exception >', code, message);
|
87
|
-
|
88
60
|
throw new FilesApiError(message, code);
|
89
61
|
}
|
90
|
-
|
91
62
|
if (Array.isArray(errorData)) {
|
92
63
|
errorData = errorData[0];
|
93
64
|
}
|
94
|
-
|
95
65
|
if (!errorData.type) {
|
96
66
|
_Logger.default.error('FilesApiError Exception >', code, message);
|
97
|
-
|
98
67
|
throw new FilesApiError(message, code);
|
99
68
|
}
|
100
|
-
|
101
69
|
var parts = errorData.type.split('/');
|
102
70
|
var className;
|
103
|
-
|
104
71
|
if (parts.length > 1) {
|
105
72
|
var _parts$map = parts.map(toPascalCase),
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
73
|
+
_parts$map2 = (0, _slicedToArray2.default)(_parts$map, 2),
|
74
|
+
errorFamily = _parts$map2[0],
|
75
|
+
errorType = _parts$map2[1];
|
110
76
|
className = "".concat(errorFamily, "_").concat(errorType, "Error");
|
111
77
|
} else {
|
112
78
|
var _errorType = toPascalCase(parts[0]);
|
113
|
-
|
114
79
|
className = "".concat(_errorType, "Error");
|
115
80
|
}
|
116
|
-
|
117
81
|
var ErrorClass = errorClasses[className] || FilesApiError;
|
118
|
-
|
119
82
|
if (!errorClasses[className]) {
|
120
83
|
_Logger.default.debug("Unable to find exception with name of ".concat(className, " - falling back to FilesApiError"));
|
121
84
|
}
|
122
|
-
|
123
85
|
_Logger.default.error("".concat(ErrorClass.name, " Exception >"), code, message);
|
124
|
-
|
125
86
|
throw new ErrorClass(message, code);
|
126
|
-
};
|
127
|
-
|
87
|
+
};
|
128
88
|
|
89
|
+
// general errors
|
129
90
|
exports.handleErrorResponse = handleErrorResponse;
|
130
|
-
|
131
91
|
var ConfigurationError = /*#__PURE__*/function (_FilesError2) {
|
132
92
|
(0, _inherits2.default)(ConfigurationError, _FilesError2);
|
133
|
-
|
134
93
|
var _super3 = _createSuper(ConfigurationError);
|
135
|
-
|
136
94
|
function ConfigurationError(message) {
|
137
95
|
var _this3;
|
138
|
-
|
139
96
|
(0, _classCallCheck2.default)(this, ConfigurationError);
|
140
97
|
_this3 = _super3.call(this, message);
|
141
98
|
_this3.name = 'ConfigurationError';
|
142
99
|
return _this3;
|
143
100
|
}
|
144
|
-
|
145
101
|
return (0, _createClass2.default)(ConfigurationError);
|
146
102
|
}(FilesError);
|
147
|
-
|
148
103
|
exports.ConfigurationError = ConfigurationError;
|
149
104
|
errorClasses.ConfigurationError = ConfigurationError;
|
150
|
-
|
151
105
|
var EmptyPropertyError = /*#__PURE__*/function (_FilesError3) {
|
152
106
|
(0, _inherits2.default)(EmptyPropertyError, _FilesError3);
|
153
|
-
|
154
107
|
var _super4 = _createSuper(EmptyPropertyError);
|
155
|
-
|
156
108
|
function EmptyPropertyError(message) {
|
157
109
|
var _this4;
|
158
|
-
|
159
110
|
(0, _classCallCheck2.default)(this, EmptyPropertyError);
|
160
111
|
_this4 = _super4.call(this, message);
|
161
112
|
_this4.name = 'EmptyPropertyError';
|
162
113
|
return _this4;
|
163
114
|
}
|
164
|
-
|
165
115
|
return (0, _createClass2.default)(EmptyPropertyError);
|
166
116
|
}(FilesError);
|
167
|
-
|
168
117
|
exports.EmptyPropertyError = EmptyPropertyError;
|
169
118
|
errorClasses.EmptyPropertyError = EmptyPropertyError;
|
170
|
-
|
171
119
|
var InvalidParameterError = /*#__PURE__*/function (_FilesError4) {
|
172
120
|
(0, _inherits2.default)(InvalidParameterError, _FilesError4);
|
173
|
-
|
174
121
|
var _super5 = _createSuper(InvalidParameterError);
|
175
|
-
|
176
122
|
function InvalidParameterError(message) {
|
177
123
|
var _this5;
|
178
|
-
|
179
124
|
(0, _classCallCheck2.default)(this, InvalidParameterError);
|
180
125
|
_this5 = _super5.call(this, message);
|
181
126
|
_this5.name = 'InvalidParameterError';
|
182
127
|
return _this5;
|
183
128
|
}
|
184
|
-
|
185
129
|
return (0, _createClass2.default)(InvalidParameterError);
|
186
130
|
}(FilesError);
|
187
|
-
|
188
131
|
exports.InvalidParameterError = InvalidParameterError;
|
189
132
|
errorClasses.InvalidParameterError = InvalidParameterError;
|
190
|
-
|
191
133
|
var MissingParameterError = /*#__PURE__*/function (_FilesError5) {
|
192
134
|
(0, _inherits2.default)(MissingParameterError, _FilesError5);
|
193
|
-
|
194
135
|
var _super6 = _createSuper(MissingParameterError);
|
195
|
-
|
196
136
|
function MissingParameterError(message) {
|
197
137
|
var _this6;
|
198
|
-
|
199
138
|
(0, _classCallCheck2.default)(this, MissingParameterError);
|
200
139
|
_this6 = _super6.call(this, message);
|
201
140
|
_this6.name = 'MissingParameterError';
|
202
141
|
return _this6;
|
203
142
|
}
|
204
|
-
|
205
143
|
return (0, _createClass2.default)(MissingParameterError);
|
206
144
|
}(FilesError);
|
207
|
-
|
208
145
|
exports.MissingParameterError = MissingParameterError;
|
209
146
|
errorClasses.MissingParameterError = MissingParameterError;
|
210
|
-
|
211
147
|
var NotImplementedError = /*#__PURE__*/function (_FilesError6) {
|
212
148
|
(0, _inherits2.default)(NotImplementedError, _FilesError6);
|
213
|
-
|
214
149
|
var _super7 = _createSuper(NotImplementedError);
|
215
|
-
|
216
150
|
function NotImplementedError(message) {
|
217
151
|
var _this7;
|
218
|
-
|
219
152
|
(0, _classCallCheck2.default)(this, NotImplementedError);
|
220
153
|
_this7 = _super7.call(this, message);
|
221
154
|
_this7.name = 'NotImplementedError';
|
222
155
|
return _this7;
|
223
156
|
}
|
224
|
-
|
225
157
|
return (0, _createClass2.default)(NotImplementedError);
|
226
158
|
}(FilesError);
|
227
|
-
|
228
159
|
exports.NotImplementedError = NotImplementedError;
|
229
|
-
errorClasses.NotImplementedError = NotImplementedError;
|
160
|
+
errorClasses.NotImplementedError = NotImplementedError;
|
230
161
|
|
162
|
+
// api error groups
|
231
163
|
var BadRequestError = /*#__PURE__*/function (_FilesApiError) {
|
232
164
|
(0, _inherits2.default)(BadRequestError, _FilesApiError);
|
233
|
-
|
234
165
|
var _super8 = _createSuper(BadRequestError);
|
235
|
-
|
236
166
|
function BadRequestError(message, code) {
|
237
167
|
var _this8;
|
238
|
-
|
239
168
|
(0, _classCallCheck2.default)(this, BadRequestError);
|
240
169
|
_this8 = _super8.call(this, message, code);
|
241
170
|
_this8.name = 'BadRequestError';
|
242
171
|
return _this8;
|
243
172
|
}
|
244
|
-
|
245
173
|
return (0, _createClass2.default)(BadRequestError);
|
246
174
|
}(FilesApiError);
|
247
|
-
|
248
175
|
exports.BadRequestError = BadRequestError;
|
249
176
|
errorClasses.BadRequestError = BadRequestError;
|
250
|
-
|
251
177
|
var NotAuthenticatedError = /*#__PURE__*/function (_FilesApiError2) {
|
252
178
|
(0, _inherits2.default)(NotAuthenticatedError, _FilesApiError2);
|
253
|
-
|
254
179
|
var _super9 = _createSuper(NotAuthenticatedError);
|
255
|
-
|
256
180
|
function NotAuthenticatedError(message, code) {
|
257
181
|
var _this9;
|
258
|
-
|
259
182
|
(0, _classCallCheck2.default)(this, NotAuthenticatedError);
|
260
183
|
_this9 = _super9.call(this, message, code);
|
261
184
|
_this9.name = 'NotAuthenticatedError';
|
262
185
|
return _this9;
|
263
186
|
}
|
264
|
-
|
265
187
|
return (0, _createClass2.default)(NotAuthenticatedError);
|
266
188
|
}(FilesApiError);
|
267
|
-
|
268
189
|
exports.NotAuthenticatedError = NotAuthenticatedError;
|
269
190
|
errorClasses.NotAuthenticatedError = NotAuthenticatedError;
|
270
|
-
|
271
191
|
var NotAuthorizedError = /*#__PURE__*/function (_FilesApiError3) {
|
272
192
|
(0, _inherits2.default)(NotAuthorizedError, _FilesApiError3);
|
273
|
-
|
274
193
|
var _super10 = _createSuper(NotAuthorizedError);
|
275
|
-
|
276
194
|
function NotAuthorizedError(message, code) {
|
277
195
|
var _this10;
|
278
|
-
|
279
196
|
(0, _classCallCheck2.default)(this, NotAuthorizedError);
|
280
197
|
_this10 = _super10.call(this, message, code);
|
281
198
|
_this10.name = 'NotAuthorizedError';
|
282
199
|
return _this10;
|
283
200
|
}
|
284
|
-
|
285
201
|
return (0, _createClass2.default)(NotAuthorizedError);
|
286
202
|
}(FilesApiError);
|
287
|
-
|
288
203
|
exports.NotAuthorizedError = NotAuthorizedError;
|
289
204
|
errorClasses.NotAuthorizedError = NotAuthorizedError;
|
290
|
-
|
291
205
|
var NotFoundError = /*#__PURE__*/function (_FilesApiError4) {
|
292
206
|
(0, _inherits2.default)(NotFoundError, _FilesApiError4);
|
293
|
-
|
294
207
|
var _super11 = _createSuper(NotFoundError);
|
295
|
-
|
296
208
|
function NotFoundError(message, code) {
|
297
209
|
var _this11;
|
298
|
-
|
299
210
|
(0, _classCallCheck2.default)(this, NotFoundError);
|
300
211
|
_this11 = _super11.call(this, message, code);
|
301
212
|
_this11.name = 'NotFoundError';
|
302
213
|
return _this11;
|
303
214
|
}
|
304
|
-
|
305
215
|
return (0, _createClass2.default)(NotFoundError);
|
306
216
|
}(FilesApiError);
|
307
|
-
|
308
217
|
exports.NotFoundError = NotFoundError;
|
309
218
|
errorClasses.NotFoundError = NotFoundError;
|
310
|
-
|
311
219
|
var ProcessingFailureError = /*#__PURE__*/function (_FilesApiError5) {
|
312
220
|
(0, _inherits2.default)(ProcessingFailureError, _FilesApiError5);
|
313
|
-
|
314
221
|
var _super12 = _createSuper(ProcessingFailureError);
|
315
|
-
|
316
222
|
function ProcessingFailureError(message, code) {
|
317
223
|
var _this12;
|
318
|
-
|
319
224
|
(0, _classCallCheck2.default)(this, ProcessingFailureError);
|
320
225
|
_this12 = _super12.call(this, message, code);
|
321
226
|
_this12.name = 'ProcessingFailureError';
|
322
227
|
return _this12;
|
323
228
|
}
|
324
|
-
|
325
229
|
return (0, _createClass2.default)(ProcessingFailureError);
|
326
230
|
}(FilesApiError);
|
327
|
-
|
328
231
|
exports.ProcessingFailureError = ProcessingFailureError;
|
329
232
|
errorClasses.ProcessingFailureError = ProcessingFailureError;
|
330
|
-
|
331
233
|
var RateLimitedError = /*#__PURE__*/function (_FilesApiError6) {
|
332
234
|
(0, _inherits2.default)(RateLimitedError, _FilesApiError6);
|
333
|
-
|
334
235
|
var _super13 = _createSuper(RateLimitedError);
|
335
|
-
|
336
236
|
function RateLimitedError(message, code) {
|
337
237
|
var _this13;
|
338
|
-
|
339
238
|
(0, _classCallCheck2.default)(this, RateLimitedError);
|
340
239
|
_this13 = _super13.call(this, message, code);
|
341
240
|
_this13.name = 'RateLimitedError';
|
342
241
|
return _this13;
|
343
242
|
}
|
344
|
-
|
345
243
|
return (0, _createClass2.default)(RateLimitedError);
|
346
244
|
}(FilesApiError);
|
347
|
-
|
348
245
|
exports.RateLimitedError = RateLimitedError;
|
349
246
|
errorClasses.RateLimitedError = RateLimitedError;
|
350
|
-
|
351
247
|
var ServiceUnavailableError = /*#__PURE__*/function (_FilesApiError7) {
|
352
248
|
(0, _inherits2.default)(ServiceUnavailableError, _FilesApiError7);
|
353
|
-
|
354
249
|
var _super14 = _createSuper(ServiceUnavailableError);
|
355
|
-
|
356
250
|
function ServiceUnavailableError(message, code) {
|
357
251
|
var _this14;
|
358
|
-
|
359
252
|
(0, _classCallCheck2.default)(this, ServiceUnavailableError);
|
360
253
|
_this14 = _super14.call(this, message, code);
|
361
254
|
_this14.name = 'ServiceUnavailableError';
|
362
255
|
return _this14;
|
363
256
|
}
|
364
|
-
|
365
257
|
return (0, _createClass2.default)(ServiceUnavailableError);
|
366
258
|
}(FilesApiError);
|
367
|
-
|
368
259
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
369
260
|
errorClasses.ServiceUnavailableError = ServiceUnavailableError;
|
370
|
-
|
371
261
|
var SiteConfigurationError = /*#__PURE__*/function (_FilesApiError8) {
|
372
262
|
(0, _inherits2.default)(SiteConfigurationError, _FilesApiError8);
|
373
|
-
|
374
263
|
var _super15 = _createSuper(SiteConfigurationError);
|
375
|
-
|
376
264
|
function SiteConfigurationError(message, code) {
|
377
265
|
var _this15;
|
378
|
-
|
379
266
|
(0, _classCallCheck2.default)(this, SiteConfigurationError);
|
380
267
|
_this15 = _super15.call(this, message, code);
|
381
268
|
_this15.name = 'SiteConfigurationError';
|
382
269
|
return _this15;
|
383
270
|
}
|
384
|
-
|
385
271
|
return (0, _createClass2.default)(SiteConfigurationError);
|
386
272
|
}(FilesApiError);
|
387
|
-
|
388
273
|
exports.SiteConfigurationError = SiteConfigurationError;
|
389
|
-
errorClasses.SiteConfigurationError = SiteConfigurationError;
|
274
|
+
errorClasses.SiteConfigurationError = SiteConfigurationError;
|
390
275
|
|
276
|
+
// grouped api errors
|
391
277
|
var BadRequest_AttachmentTooLargeError = /*#__PURE__*/function (_BadRequestError) {
|
392
278
|
(0, _inherits2.default)(BadRequest_AttachmentTooLargeError, _BadRequestError);
|
393
|
-
|
394
279
|
var _super16 = _createSuper(BadRequest_AttachmentTooLargeError);
|
395
|
-
|
396
280
|
function BadRequest_AttachmentTooLargeError(message, code) {
|
397
281
|
var _this16;
|
398
|
-
|
399
282
|
(0, _classCallCheck2.default)(this, BadRequest_AttachmentTooLargeError);
|
400
283
|
_this16 = _super16.call(this, message, code);
|
401
284
|
_this16.name = 'BadRequest_AttachmentTooLargeError';
|
402
285
|
return _this16;
|
403
286
|
}
|
404
|
-
|
405
287
|
return (0, _createClass2.default)(BadRequest_AttachmentTooLargeError);
|
406
288
|
}(BadRequestError);
|
407
|
-
|
408
289
|
exports.BadRequest_AttachmentTooLargeError = BadRequest_AttachmentTooLargeError;
|
409
290
|
errorClasses.BadRequest_AttachmentTooLargeError = BadRequest_AttachmentTooLargeError;
|
410
|
-
|
411
291
|
var BadRequest_CannotDownloadDirectoryError = /*#__PURE__*/function (_BadRequestError2) {
|
412
292
|
(0, _inherits2.default)(BadRequest_CannotDownloadDirectoryError, _BadRequestError2);
|
413
|
-
|
414
293
|
var _super17 = _createSuper(BadRequest_CannotDownloadDirectoryError);
|
415
|
-
|
416
294
|
function BadRequest_CannotDownloadDirectoryError(message, code) {
|
417
295
|
var _this17;
|
418
|
-
|
419
296
|
(0, _classCallCheck2.default)(this, BadRequest_CannotDownloadDirectoryError);
|
420
297
|
_this17 = _super17.call(this, message, code);
|
421
298
|
_this17.name = 'BadRequest_CannotDownloadDirectoryError';
|
422
299
|
return _this17;
|
423
300
|
}
|
424
|
-
|
425
301
|
return (0, _createClass2.default)(BadRequest_CannotDownloadDirectoryError);
|
426
302
|
}(BadRequestError);
|
427
|
-
|
428
303
|
exports.BadRequest_CannotDownloadDirectoryError = BadRequest_CannotDownloadDirectoryError;
|
429
304
|
errorClasses.BadRequest_CannotDownloadDirectoryError = BadRequest_CannotDownloadDirectoryError;
|
430
|
-
|
431
305
|
var BadRequest_CantMoveWithMultipleLocationsError = /*#__PURE__*/function (_BadRequestError3) {
|
432
306
|
(0, _inherits2.default)(BadRequest_CantMoveWithMultipleLocationsError, _BadRequestError3);
|
433
|
-
|
434
307
|
var _super18 = _createSuper(BadRequest_CantMoveWithMultipleLocationsError);
|
435
|
-
|
436
308
|
function BadRequest_CantMoveWithMultipleLocationsError(message, code) {
|
437
309
|
var _this18;
|
438
|
-
|
439
310
|
(0, _classCallCheck2.default)(this, BadRequest_CantMoveWithMultipleLocationsError);
|
440
311
|
_this18 = _super18.call(this, message, code);
|
441
312
|
_this18.name = 'BadRequest_CantMoveWithMultipleLocationsError';
|
442
313
|
return _this18;
|
443
314
|
}
|
444
|
-
|
445
315
|
return (0, _createClass2.default)(BadRequest_CantMoveWithMultipleLocationsError);
|
446
316
|
}(BadRequestError);
|
447
|
-
|
448
317
|
exports.BadRequest_CantMoveWithMultipleLocationsError = BadRequest_CantMoveWithMultipleLocationsError;
|
449
318
|
errorClasses.BadRequest_CantMoveWithMultipleLocationsError = BadRequest_CantMoveWithMultipleLocationsError;
|
450
|
-
|
451
319
|
var BadRequest_DatetimeParseError = /*#__PURE__*/function (_BadRequestError4) {
|
452
320
|
(0, _inherits2.default)(BadRequest_DatetimeParseError, _BadRequestError4);
|
453
|
-
|
454
321
|
var _super19 = _createSuper(BadRequest_DatetimeParseError);
|
455
|
-
|
456
322
|
function BadRequest_DatetimeParseError(message, code) {
|
457
323
|
var _this19;
|
458
|
-
|
459
324
|
(0, _classCallCheck2.default)(this, BadRequest_DatetimeParseError);
|
460
325
|
_this19 = _super19.call(this, message, code);
|
461
326
|
_this19.name = 'BadRequest_DatetimeParseError';
|
462
327
|
return _this19;
|
463
328
|
}
|
464
|
-
|
465
329
|
return (0, _createClass2.default)(BadRequest_DatetimeParseError);
|
466
330
|
}(BadRequestError);
|
467
|
-
|
468
331
|
exports.BadRequest_DatetimeParseError = BadRequest_DatetimeParseError;
|
469
332
|
errorClasses.BadRequest_DatetimeParseError = BadRequest_DatetimeParseError;
|
470
|
-
|
471
333
|
var BadRequest_DestinationSameError = /*#__PURE__*/function (_BadRequestError5) {
|
472
334
|
(0, _inherits2.default)(BadRequest_DestinationSameError, _BadRequestError5);
|
473
|
-
|
474
335
|
var _super20 = _createSuper(BadRequest_DestinationSameError);
|
475
|
-
|
476
336
|
function BadRequest_DestinationSameError(message, code) {
|
477
337
|
var _this20;
|
478
|
-
|
479
338
|
(0, _classCallCheck2.default)(this, BadRequest_DestinationSameError);
|
480
339
|
_this20 = _super20.call(this, message, code);
|
481
340
|
_this20.name = 'BadRequest_DestinationSameError';
|
482
341
|
return _this20;
|
483
342
|
}
|
484
|
-
|
485
343
|
return (0, _createClass2.default)(BadRequest_DestinationSameError);
|
486
344
|
}(BadRequestError);
|
487
|
-
|
488
345
|
exports.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
489
346
|
errorClasses.BadRequest_DestinationSameError = BadRequest_DestinationSameError;
|
490
|
-
|
491
347
|
var BadRequest_FolderMustNotBeAFileError = /*#__PURE__*/function (_BadRequestError6) {
|
492
348
|
(0, _inherits2.default)(BadRequest_FolderMustNotBeAFileError, _BadRequestError6);
|
493
|
-
|
494
349
|
var _super21 = _createSuper(BadRequest_FolderMustNotBeAFileError);
|
495
|
-
|
496
350
|
function BadRequest_FolderMustNotBeAFileError(message, code) {
|
497
351
|
var _this21;
|
498
|
-
|
499
352
|
(0, _classCallCheck2.default)(this, BadRequest_FolderMustNotBeAFileError);
|
500
353
|
_this21 = _super21.call(this, message, code);
|
501
354
|
_this21.name = 'BadRequest_FolderMustNotBeAFileError';
|
502
355
|
return _this21;
|
503
356
|
}
|
504
|
-
|
505
357
|
return (0, _createClass2.default)(BadRequest_FolderMustNotBeAFileError);
|
506
358
|
}(BadRequestError);
|
507
|
-
|
508
359
|
exports.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
509
360
|
errorClasses.BadRequest_FolderMustNotBeAFileError = BadRequest_FolderMustNotBeAFileError;
|
510
|
-
|
511
361
|
var BadRequest_InvalidBodyError = /*#__PURE__*/function (_BadRequestError7) {
|
512
362
|
(0, _inherits2.default)(BadRequest_InvalidBodyError, _BadRequestError7);
|
513
|
-
|
514
363
|
var _super22 = _createSuper(BadRequest_InvalidBodyError);
|
515
|
-
|
516
364
|
function BadRequest_InvalidBodyError(message, code) {
|
517
365
|
var _this22;
|
518
|
-
|
519
366
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidBodyError);
|
520
367
|
_this22 = _super22.call(this, message, code);
|
521
368
|
_this22.name = 'BadRequest_InvalidBodyError';
|
522
369
|
return _this22;
|
523
370
|
}
|
524
|
-
|
525
371
|
return (0, _createClass2.default)(BadRequest_InvalidBodyError);
|
526
372
|
}(BadRequestError);
|
527
|
-
|
528
373
|
exports.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
529
374
|
errorClasses.BadRequest_InvalidBodyError = BadRequest_InvalidBodyError;
|
530
|
-
|
531
375
|
var BadRequest_InvalidCursorError = /*#__PURE__*/function (_BadRequestError8) {
|
532
376
|
(0, _inherits2.default)(BadRequest_InvalidCursorError, _BadRequestError8);
|
533
|
-
|
534
377
|
var _super23 = _createSuper(BadRequest_InvalidCursorError);
|
535
|
-
|
536
378
|
function BadRequest_InvalidCursorError(message, code) {
|
537
379
|
var _this23;
|
538
|
-
|
539
380
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorError);
|
540
381
|
_this23 = _super23.call(this, message, code);
|
541
382
|
_this23.name = 'BadRequest_InvalidCursorError';
|
542
383
|
return _this23;
|
543
384
|
}
|
544
|
-
|
545
385
|
return (0, _createClass2.default)(BadRequest_InvalidCursorError);
|
546
386
|
}(BadRequestError);
|
547
|
-
|
548
387
|
exports.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
549
388
|
errorClasses.BadRequest_InvalidCursorError = BadRequest_InvalidCursorError;
|
550
|
-
|
551
389
|
var BadRequest_InvalidCursorTypeForSortError = /*#__PURE__*/function (_BadRequestError9) {
|
552
390
|
(0, _inherits2.default)(BadRequest_InvalidCursorTypeForSortError, _BadRequestError9);
|
553
|
-
|
554
391
|
var _super24 = _createSuper(BadRequest_InvalidCursorTypeForSortError);
|
555
|
-
|
556
392
|
function BadRequest_InvalidCursorTypeForSortError(message, code) {
|
557
393
|
var _this24;
|
558
|
-
|
559
394
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidCursorTypeForSortError);
|
560
395
|
_this24 = _super24.call(this, message, code);
|
561
396
|
_this24.name = 'BadRequest_InvalidCursorTypeForSortError';
|
562
397
|
return _this24;
|
563
398
|
}
|
564
|
-
|
565
399
|
return (0, _createClass2.default)(BadRequest_InvalidCursorTypeForSortError);
|
566
400
|
}(BadRequestError);
|
567
|
-
|
568
401
|
exports.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
569
402
|
errorClasses.BadRequest_InvalidCursorTypeForSortError = BadRequest_InvalidCursorTypeForSortError;
|
570
|
-
|
571
403
|
var BadRequest_InvalidEtagsError = /*#__PURE__*/function (_BadRequestError10) {
|
572
404
|
(0, _inherits2.default)(BadRequest_InvalidEtagsError, _BadRequestError10);
|
573
|
-
|
574
405
|
var _super25 = _createSuper(BadRequest_InvalidEtagsError);
|
575
|
-
|
576
406
|
function BadRequest_InvalidEtagsError(message, code) {
|
577
407
|
var _this25;
|
578
|
-
|
579
408
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidEtagsError);
|
580
409
|
_this25 = _super25.call(this, message, code);
|
581
410
|
_this25.name = 'BadRequest_InvalidEtagsError';
|
582
411
|
return _this25;
|
583
412
|
}
|
584
|
-
|
585
413
|
return (0, _createClass2.default)(BadRequest_InvalidEtagsError);
|
586
414
|
}(BadRequestError);
|
587
|
-
|
588
415
|
exports.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
589
416
|
errorClasses.BadRequest_InvalidEtagsError = BadRequest_InvalidEtagsError;
|
590
|
-
|
591
417
|
var BadRequest_InvalidFilterCombinationError = /*#__PURE__*/function (_BadRequestError11) {
|
592
418
|
(0, _inherits2.default)(BadRequest_InvalidFilterCombinationError, _BadRequestError11);
|
593
|
-
|
594
419
|
var _super26 = _createSuper(BadRequest_InvalidFilterCombinationError);
|
595
|
-
|
596
420
|
function BadRequest_InvalidFilterCombinationError(message, code) {
|
597
421
|
var _this26;
|
598
|
-
|
599
422
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterCombinationError);
|
600
423
|
_this26 = _super26.call(this, message, code);
|
601
424
|
_this26.name = 'BadRequest_InvalidFilterCombinationError';
|
602
425
|
return _this26;
|
603
426
|
}
|
604
|
-
|
605
427
|
return (0, _createClass2.default)(BadRequest_InvalidFilterCombinationError);
|
606
428
|
}(BadRequestError);
|
607
|
-
|
608
429
|
exports.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
609
430
|
errorClasses.BadRequest_InvalidFilterCombinationError = BadRequest_InvalidFilterCombinationError;
|
610
|
-
|
611
431
|
var BadRequest_InvalidFilterFieldError = /*#__PURE__*/function (_BadRequestError12) {
|
612
432
|
(0, _inherits2.default)(BadRequest_InvalidFilterFieldError, _BadRequestError12);
|
613
|
-
|
614
433
|
var _super27 = _createSuper(BadRequest_InvalidFilterFieldError);
|
615
|
-
|
616
434
|
function BadRequest_InvalidFilterFieldError(message, code) {
|
617
435
|
var _this27;
|
618
|
-
|
619
436
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidFilterFieldError);
|
620
437
|
_this27 = _super27.call(this, message, code);
|
621
438
|
_this27.name = 'BadRequest_InvalidFilterFieldError';
|
622
439
|
return _this27;
|
623
440
|
}
|
624
|
-
|
625
441
|
return (0, _createClass2.default)(BadRequest_InvalidFilterFieldError);
|
626
442
|
}(BadRequestError);
|
627
|
-
|
628
443
|
exports.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
629
444
|
errorClasses.BadRequest_InvalidFilterFieldError = BadRequest_InvalidFilterFieldError;
|
630
|
-
|
631
445
|
var BadRequest_InvalidInputEncodingError = /*#__PURE__*/function (_BadRequestError13) {
|
632
446
|
(0, _inherits2.default)(BadRequest_InvalidInputEncodingError, _BadRequestError13);
|
633
|
-
|
634
447
|
var _super28 = _createSuper(BadRequest_InvalidInputEncodingError);
|
635
|
-
|
636
448
|
function BadRequest_InvalidInputEncodingError(message, code) {
|
637
449
|
var _this28;
|
638
|
-
|
639
450
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInputEncodingError);
|
640
451
|
_this28 = _super28.call(this, message, code);
|
641
452
|
_this28.name = 'BadRequest_InvalidInputEncodingError';
|
642
453
|
return _this28;
|
643
454
|
}
|
644
|
-
|
645
455
|
return (0, _createClass2.default)(BadRequest_InvalidInputEncodingError);
|
646
456
|
}(BadRequestError);
|
647
|
-
|
648
457
|
exports.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
649
458
|
errorClasses.BadRequest_InvalidInputEncodingError = BadRequest_InvalidInputEncodingError;
|
650
|
-
|
651
459
|
var BadRequest_InvalidInterfaceError = /*#__PURE__*/function (_BadRequestError14) {
|
652
460
|
(0, _inherits2.default)(BadRequest_InvalidInterfaceError, _BadRequestError14);
|
653
|
-
|
654
461
|
var _super29 = _createSuper(BadRequest_InvalidInterfaceError);
|
655
|
-
|
656
462
|
function BadRequest_InvalidInterfaceError(message, code) {
|
657
463
|
var _this29;
|
658
|
-
|
659
464
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidInterfaceError);
|
660
465
|
_this29 = _super29.call(this, message, code);
|
661
466
|
_this29.name = 'BadRequest_InvalidInterfaceError';
|
662
467
|
return _this29;
|
663
468
|
}
|
664
|
-
|
665
469
|
return (0, _createClass2.default)(BadRequest_InvalidInterfaceError);
|
666
470
|
}(BadRequestError);
|
667
|
-
|
668
471
|
exports.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
669
472
|
errorClasses.BadRequest_InvalidInterfaceError = BadRequest_InvalidInterfaceError;
|
670
|
-
|
671
473
|
var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestError15) {
|
672
474
|
(0, _inherits2.default)(BadRequest_InvalidOauthProviderError, _BadRequestError15);
|
673
|
-
|
674
475
|
var _super30 = _createSuper(BadRequest_InvalidOauthProviderError);
|
675
|
-
|
676
476
|
function BadRequest_InvalidOauthProviderError(message, code) {
|
677
477
|
var _this30;
|
678
|
-
|
679
478
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidOauthProviderError);
|
680
479
|
_this30 = _super30.call(this, message, code);
|
681
480
|
_this30.name = 'BadRequest_InvalidOauthProviderError';
|
682
481
|
return _this30;
|
683
482
|
}
|
684
|
-
|
685
483
|
return (0, _createClass2.default)(BadRequest_InvalidOauthProviderError);
|
686
484
|
}(BadRequestError);
|
687
|
-
|
688
485
|
exports.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
689
486
|
errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
|
690
|
-
|
691
487
|
var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError16) {
|
692
488
|
(0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError16);
|
693
|
-
|
694
489
|
var _super31 = _createSuper(BadRequest_InvalidReturnToUrlError);
|
695
|
-
|
696
490
|
function BadRequest_InvalidReturnToUrlError(message, code) {
|
697
491
|
var _this31;
|
698
|
-
|
699
492
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
|
700
493
|
_this31 = _super31.call(this, message, code);
|
701
494
|
_this31.name = 'BadRequest_InvalidReturnToUrlError';
|
702
495
|
return _this31;
|
703
496
|
}
|
704
|
-
|
705
497
|
return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
|
706
498
|
}(BadRequestError);
|
707
|
-
|
708
499
|
exports.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
709
500
|
errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
|
710
|
-
|
711
501
|
var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError17) {
|
712
502
|
(0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError17);
|
713
|
-
|
714
503
|
var _super32 = _createSuper(BadRequest_InvalidUploadOffsetError);
|
715
|
-
|
716
504
|
function BadRequest_InvalidUploadOffsetError(message, code) {
|
717
505
|
var _this32;
|
718
|
-
|
719
506
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
|
720
507
|
_this32 = _super32.call(this, message, code);
|
721
508
|
_this32.name = 'BadRequest_InvalidUploadOffsetError';
|
722
509
|
return _this32;
|
723
510
|
}
|
724
|
-
|
725
511
|
return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
|
726
512
|
}(BadRequestError);
|
727
|
-
|
728
513
|
exports.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
729
514
|
errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
|
730
|
-
|
731
515
|
var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError18) {
|
732
516
|
(0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError18);
|
733
|
-
|
734
517
|
var _super33 = _createSuper(BadRequest_InvalidUploadPartGapError);
|
735
|
-
|
736
518
|
function BadRequest_InvalidUploadPartGapError(message, code) {
|
737
519
|
var _this33;
|
738
|
-
|
739
520
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
|
740
521
|
_this33 = _super33.call(this, message, code);
|
741
522
|
_this33.name = 'BadRequest_InvalidUploadPartGapError';
|
742
523
|
return _this33;
|
743
524
|
}
|
744
|
-
|
745
525
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
|
746
526
|
}(BadRequestError);
|
747
|
-
|
748
527
|
exports.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
749
528
|
errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
|
750
|
-
|
751
529
|
var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError19) {
|
752
530
|
(0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError19);
|
753
|
-
|
754
531
|
var _super34 = _createSuper(BadRequest_InvalidUploadPartSizeError);
|
755
|
-
|
756
532
|
function BadRequest_InvalidUploadPartSizeError(message, code) {
|
757
533
|
var _this34;
|
758
|
-
|
759
534
|
(0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
|
760
535
|
_this34 = _super34.call(this, message, code);
|
761
536
|
_this34.name = 'BadRequest_InvalidUploadPartSizeError';
|
762
537
|
return _this34;
|
763
538
|
}
|
764
|
-
|
765
539
|
return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
|
766
540
|
}(BadRequestError);
|
767
|
-
|
768
541
|
exports.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
769
542
|
errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
|
770
|
-
|
771
543
|
var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError20) {
|
772
544
|
(0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError20);
|
773
|
-
|
774
545
|
var _super35 = _createSuper(BadRequest_MethodNotAllowedError);
|
775
|
-
|
776
546
|
function BadRequest_MethodNotAllowedError(message, code) {
|
777
547
|
var _this35;
|
778
|
-
|
779
548
|
(0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
|
780
549
|
_this35 = _super35.call(this, message, code);
|
781
550
|
_this35.name = 'BadRequest_MethodNotAllowedError';
|
782
551
|
return _this35;
|
783
552
|
}
|
784
|
-
|
785
553
|
return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
|
786
554
|
}(BadRequestError);
|
787
|
-
|
788
555
|
exports.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
789
556
|
errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
|
790
|
-
|
791
557
|
var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError21) {
|
792
558
|
(0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError21);
|
793
|
-
|
794
559
|
var _super36 = _createSuper(BadRequest_NoValidInputParamsError);
|
795
|
-
|
796
560
|
function BadRequest_NoValidInputParamsError(message, code) {
|
797
561
|
var _this36;
|
798
|
-
|
799
562
|
(0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
|
800
563
|
_this36 = _super36.call(this, message, code);
|
801
564
|
_this36.name = 'BadRequest_NoValidInputParamsError';
|
802
565
|
return _this36;
|
803
566
|
}
|
804
|
-
|
805
567
|
return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
|
806
568
|
}(BadRequestError);
|
807
|
-
|
808
569
|
exports.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
809
570
|
errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
|
810
|
-
|
811
571
|
var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError22) {
|
812
572
|
(0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError22);
|
813
|
-
|
814
573
|
var _super37 = _createSuper(BadRequest_OperationOnNonScimResourceError);
|
815
|
-
|
816
574
|
function BadRequest_OperationOnNonScimResourceError(message, code) {
|
817
575
|
var _this37;
|
818
|
-
|
819
576
|
(0, _classCallCheck2.default)(this, BadRequest_OperationOnNonScimResourceError);
|
820
577
|
_this37 = _super37.call(this, message, code);
|
821
578
|
_this37.name = 'BadRequest_OperationOnNonScimResourceError';
|
822
579
|
return _this37;
|
823
580
|
}
|
824
|
-
|
825
581
|
return (0, _createClass2.default)(BadRequest_OperationOnNonScimResourceError);
|
826
582
|
}(BadRequestError);
|
827
|
-
|
828
583
|
exports.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
829
584
|
errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
|
830
|
-
|
831
585
|
var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError23) {
|
832
586
|
(0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError23);
|
833
|
-
|
834
587
|
var _super38 = _createSuper(BadRequest_PartNumberTooLargeError);
|
835
|
-
|
836
588
|
function BadRequest_PartNumberTooLargeError(message, code) {
|
837
589
|
var _this38;
|
838
|
-
|
839
590
|
(0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
|
840
591
|
_this38 = _super38.call(this, message, code);
|
841
592
|
_this38.name = 'BadRequest_PartNumberTooLargeError';
|
842
593
|
return _this38;
|
843
594
|
}
|
844
|
-
|
845
595
|
return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
|
846
596
|
}(BadRequestError);
|
847
|
-
|
848
597
|
exports.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
849
598
|
errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
|
850
|
-
|
851
599
|
var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError24) {
|
852
600
|
(0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError24);
|
853
|
-
|
854
601
|
var _super39 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
|
855
|
-
|
856
602
|
function BadRequest_ReauthenticationNeededFieldsError(message, code) {
|
857
603
|
var _this39;
|
858
|
-
|
859
604
|
(0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
|
860
605
|
_this39 = _super39.call(this, message, code);
|
861
606
|
_this39.name = 'BadRequest_ReauthenticationNeededFieldsError';
|
862
607
|
return _this39;
|
863
608
|
}
|
864
|
-
|
865
609
|
return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
|
866
610
|
}(BadRequestError);
|
867
|
-
|
868
611
|
exports.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
869
612
|
errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
|
870
|
-
|
871
613
|
var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError25) {
|
872
614
|
(0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError25);
|
873
|
-
|
874
615
|
var _super40 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
875
|
-
|
876
616
|
function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code) {
|
877
617
|
var _this40;
|
878
|
-
|
879
618
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
880
619
|
_this40 = _super40.call(this, message, code);
|
881
620
|
_this40.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
|
882
621
|
return _this40;
|
883
622
|
}
|
884
|
-
|
885
623
|
return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
|
886
624
|
}(BadRequestError);
|
887
|
-
|
888
625
|
exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
889
626
|
errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
|
890
|
-
|
891
627
|
var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError26) {
|
892
628
|
(0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError26);
|
893
|
-
|
894
629
|
var _super41 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
|
895
|
-
|
896
630
|
function BadRequest_RequestParamsContainInvalidCharacterError(message, code) {
|
897
631
|
var _this41;
|
898
|
-
|
899
632
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
|
900
633
|
_this41 = _super41.call(this, message, code);
|
901
634
|
_this41.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
|
902
635
|
return _this41;
|
903
636
|
}
|
904
|
-
|
905
637
|
return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
|
906
638
|
}(BadRequestError);
|
907
|
-
|
908
639
|
exports.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
909
640
|
errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
|
910
|
-
|
911
641
|
var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError27) {
|
912
642
|
(0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError27);
|
913
|
-
|
914
643
|
var _super42 = _createSuper(BadRequest_RequestParamsInvalidError);
|
915
|
-
|
916
644
|
function BadRequest_RequestParamsInvalidError(message, code) {
|
917
645
|
var _this42;
|
918
|
-
|
919
646
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
|
920
647
|
_this42 = _super42.call(this, message, code);
|
921
648
|
_this42.name = 'BadRequest_RequestParamsInvalidError';
|
922
649
|
return _this42;
|
923
650
|
}
|
924
|
-
|
925
651
|
return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
|
926
652
|
}(BadRequestError);
|
927
|
-
|
928
653
|
exports.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
929
654
|
errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
|
930
|
-
|
931
655
|
var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError28) {
|
932
656
|
(0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError28);
|
933
|
-
|
934
657
|
var _super43 = _createSuper(BadRequest_RequestParamsRequiredError);
|
935
|
-
|
936
658
|
function BadRequest_RequestParamsRequiredError(message, code) {
|
937
659
|
var _this43;
|
938
|
-
|
939
660
|
(0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
|
940
661
|
_this43 = _super43.call(this, message, code);
|
941
662
|
_this43.name = 'BadRequest_RequestParamsRequiredError';
|
942
663
|
return _this43;
|
943
664
|
}
|
944
|
-
|
945
665
|
return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
|
946
666
|
}(BadRequestError);
|
947
|
-
|
948
667
|
exports.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
949
668
|
errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
|
950
|
-
|
951
669
|
var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError29) {
|
952
670
|
(0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError29);
|
953
|
-
|
954
671
|
var _super44 = _createSuper(BadRequest_SearchAllOnChildPathError);
|
955
|
-
|
956
672
|
function BadRequest_SearchAllOnChildPathError(message, code) {
|
957
673
|
var _this44;
|
958
|
-
|
959
674
|
(0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
|
960
675
|
_this44 = _super44.call(this, message, code);
|
961
676
|
_this44.name = 'BadRequest_SearchAllOnChildPathError';
|
962
677
|
return _this44;
|
963
678
|
}
|
964
|
-
|
965
679
|
return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
|
966
680
|
}(BadRequestError);
|
967
|
-
|
968
681
|
exports.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
969
682
|
errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
|
970
|
-
|
971
683
|
var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError30) {
|
972
684
|
(0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError30);
|
973
|
-
|
974
685
|
var _super45 = _createSuper(BadRequest_UnsupportedCurrencyError);
|
975
|
-
|
976
686
|
function BadRequest_UnsupportedCurrencyError(message, code) {
|
977
687
|
var _this45;
|
978
|
-
|
979
688
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
|
980
689
|
_this45 = _super45.call(this, message, code);
|
981
690
|
_this45.name = 'BadRequest_UnsupportedCurrencyError';
|
982
691
|
return _this45;
|
983
692
|
}
|
984
|
-
|
985
693
|
return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
|
986
694
|
}(BadRequestError);
|
987
|
-
|
988
695
|
exports.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
989
696
|
errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
|
990
|
-
|
991
697
|
var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError31) {
|
992
698
|
(0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError31);
|
993
|
-
|
994
699
|
var _super46 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
|
995
|
-
|
996
700
|
function BadRequest_UnsupportedHttpResponseFormatError(message, code) {
|
997
701
|
var _this46;
|
998
|
-
|
999
702
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
|
1000
703
|
_this46 = _super46.call(this, message, code);
|
1001
704
|
_this46.name = 'BadRequest_UnsupportedHttpResponseFormatError';
|
1002
705
|
return _this46;
|
1003
706
|
}
|
1004
|
-
|
1005
707
|
return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
|
1006
708
|
}(BadRequestError);
|
1007
|
-
|
1008
709
|
exports.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
1009
710
|
errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
|
1010
|
-
|
1011
711
|
var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError32) {
|
1012
712
|
(0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError32);
|
1013
|
-
|
1014
713
|
var _super47 = _createSuper(BadRequest_UnsupportedMediaTypeError);
|
1015
|
-
|
1016
714
|
function BadRequest_UnsupportedMediaTypeError(message, code) {
|
1017
715
|
var _this47;
|
1018
|
-
|
1019
716
|
(0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
|
1020
717
|
_this47 = _super47.call(this, message, code);
|
1021
718
|
_this47.name = 'BadRequest_UnsupportedMediaTypeError';
|
1022
719
|
return _this47;
|
1023
720
|
}
|
1024
|
-
|
1025
721
|
return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
|
1026
722
|
}(BadRequestError);
|
1027
|
-
|
1028
723
|
exports.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
1029
724
|
errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
|
1030
|
-
|
1031
725
|
var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError33) {
|
1032
726
|
(0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError33);
|
1033
|
-
|
1034
727
|
var _super48 = _createSuper(BadRequest_UserIdInvalidError);
|
1035
|
-
|
1036
728
|
function BadRequest_UserIdInvalidError(message, code) {
|
1037
729
|
var _this48;
|
1038
|
-
|
1039
730
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
|
1040
731
|
_this48 = _super48.call(this, message, code);
|
1041
732
|
_this48.name = 'BadRequest_UserIdInvalidError';
|
1042
733
|
return _this48;
|
1043
734
|
}
|
1044
|
-
|
1045
735
|
return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
|
1046
736
|
}(BadRequestError);
|
1047
|
-
|
1048
737
|
exports.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
1049
738
|
errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
|
1050
|
-
|
1051
739
|
var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError34) {
|
1052
740
|
(0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError34);
|
1053
|
-
|
1054
741
|
var _super49 = _createSuper(BadRequest_UserIdOnUserEndpointError);
|
1055
|
-
|
1056
742
|
function BadRequest_UserIdOnUserEndpointError(message, code) {
|
1057
743
|
var _this49;
|
1058
|
-
|
1059
744
|
(0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
|
1060
745
|
_this49 = _super49.call(this, message, code);
|
1061
746
|
_this49.name = 'BadRequest_UserIdOnUserEndpointError';
|
1062
747
|
return _this49;
|
1063
748
|
}
|
1064
|
-
|
1065
749
|
return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
|
1066
750
|
}(BadRequestError);
|
1067
|
-
|
1068
751
|
exports.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
1069
752
|
errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
|
1070
|
-
|
1071
753
|
var BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError35) {
|
1072
754
|
(0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError35);
|
1073
|
-
|
1074
755
|
var _super50 = _createSuper(BadRequest_UserRequiredError);
|
1075
|
-
|
1076
756
|
function BadRequest_UserRequiredError(message, code) {
|
1077
757
|
var _this50;
|
1078
|
-
|
1079
758
|
(0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
|
1080
759
|
_this50 = _super50.call(this, message, code);
|
1081
760
|
_this50.name = 'BadRequest_UserRequiredError';
|
1082
761
|
return _this50;
|
1083
762
|
}
|
1084
|
-
|
1085
763
|
return (0, _createClass2.default)(BadRequest_UserRequiredError);
|
1086
764
|
}(BadRequestError);
|
1087
|
-
|
1088
765
|
exports.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
1089
766
|
errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
|
1090
|
-
|
1091
767
|
var NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
|
1092
768
|
(0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro);
|
1093
|
-
|
1094
769
|
var _super51 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
|
1095
|
-
|
1096
770
|
function NotAuthenticated_AuthenticationRequiredError(message, code) {
|
1097
771
|
var _this51;
|
1098
|
-
|
1099
772
|
(0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
|
1100
773
|
_this51 = _super51.call(this, message, code);
|
1101
774
|
_this51.name = 'NotAuthenticated_AuthenticationRequiredError';
|
1102
775
|
return _this51;
|
1103
776
|
}
|
1104
|
-
|
1105
777
|
return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
|
1106
778
|
}(NotAuthenticatedError);
|
1107
|
-
|
1108
779
|
exports.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
1109
780
|
errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
|
1110
|
-
|
1111
781
|
var NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
|
1112
782
|
(0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro2);
|
1113
|
-
|
1114
783
|
var _super52 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
|
1115
|
-
|
1116
784
|
function NotAuthenticated_BundleRegistrationCodeFailedError(message, code) {
|
1117
785
|
var _this52;
|
1118
|
-
|
1119
786
|
(0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
|
1120
787
|
_this52 = _super52.call(this, message, code);
|
1121
788
|
_this52.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
|
1122
789
|
return _this52;
|
1123
790
|
}
|
1124
|
-
|
1125
791
|
return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
|
1126
792
|
}(NotAuthenticatedError);
|
1127
|
-
|
1128
793
|
exports.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
1129
794
|
errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
|
1130
|
-
|
1131
795
|
var NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
|
1132
796
|
(0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro3);
|
1133
|
-
|
1134
797
|
var _super53 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
|
1135
|
-
|
1136
798
|
function NotAuthenticated_InboxRegistrationCodeFailedError(message, code) {
|
1137
799
|
var _this53;
|
1138
|
-
|
1139
800
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
|
1140
801
|
_this53 = _super53.call(this, message, code);
|
1141
802
|
_this53.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
|
1142
803
|
return _this53;
|
1143
804
|
}
|
1144
|
-
|
1145
805
|
return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
|
1146
806
|
}(NotAuthenticatedError);
|
1147
|
-
|
1148
807
|
exports.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
1149
808
|
errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
|
1150
|
-
|
1151
809
|
var NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
|
1152
810
|
(0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro4);
|
1153
|
-
|
1154
811
|
var _super54 = _createSuper(NotAuthenticated_InvalidCredentialsError);
|
1155
|
-
|
1156
812
|
function NotAuthenticated_InvalidCredentialsError(message, code) {
|
1157
813
|
var _this54;
|
1158
|
-
|
1159
814
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
|
1160
815
|
_this54 = _super54.call(this, message, code);
|
1161
816
|
_this54.name = 'NotAuthenticated_InvalidCredentialsError';
|
1162
817
|
return _this54;
|
1163
818
|
}
|
1164
|
-
|
1165
819
|
return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
|
1166
820
|
}(NotAuthenticatedError);
|
1167
|
-
|
1168
821
|
exports.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
1169
822
|
errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
|
1170
|
-
|
1171
823
|
var NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
|
1172
824
|
(0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro5);
|
1173
|
-
|
1174
825
|
var _super55 = _createSuper(NotAuthenticated_InvalidOauthError);
|
1175
|
-
|
1176
826
|
function NotAuthenticated_InvalidOauthError(message, code) {
|
1177
827
|
var _this55;
|
1178
|
-
|
1179
828
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
|
1180
829
|
_this55 = _super55.call(this, message, code);
|
1181
830
|
_this55.name = 'NotAuthenticated_InvalidOauthError';
|
1182
831
|
return _this55;
|
1183
832
|
}
|
1184
|
-
|
1185
833
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
|
1186
834
|
}(NotAuthenticatedError);
|
1187
|
-
|
1188
835
|
exports.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
1189
836
|
errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
|
1190
|
-
|
1191
837
|
var NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
|
1192
838
|
(0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro6);
|
1193
|
-
|
1194
839
|
var _super56 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
|
1195
|
-
|
1196
840
|
function NotAuthenticated_InvalidOrExpiredCodeError(message, code) {
|
1197
841
|
var _this56;
|
1198
|
-
|
1199
842
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
|
1200
843
|
_this56 = _super56.call(this, message, code);
|
1201
844
|
_this56.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
|
1202
845
|
return _this56;
|
1203
846
|
}
|
1204
|
-
|
1205
847
|
return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
|
1206
848
|
}(NotAuthenticatedError);
|
1207
|
-
|
1208
849
|
exports.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
1209
850
|
errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
|
1210
|
-
|
1211
851
|
var NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
|
1212
852
|
(0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro7);
|
1213
|
-
|
1214
853
|
var _super57 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
|
1215
|
-
|
1216
854
|
function NotAuthenticated_InvalidUsernameOrPasswordError(message, code) {
|
1217
855
|
var _this57;
|
1218
|
-
|
1219
856
|
(0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
|
1220
857
|
_this57 = _super57.call(this, message, code);
|
1221
858
|
_this57.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
|
1222
859
|
return _this57;
|
1223
860
|
}
|
1224
|
-
|
1225
861
|
return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
|
1226
862
|
}(NotAuthenticatedError);
|
1227
|
-
|
1228
863
|
exports.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
1229
864
|
errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
|
1230
|
-
|
1231
865
|
var NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
|
1232
866
|
(0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro8);
|
1233
|
-
|
1234
867
|
var _super58 = _createSuper(NotAuthenticated_LockedOutError);
|
1235
|
-
|
1236
868
|
function NotAuthenticated_LockedOutError(message, code) {
|
1237
869
|
var _this58;
|
1238
|
-
|
1239
870
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
|
1240
871
|
_this58 = _super58.call(this, message, code);
|
1241
872
|
_this58.name = 'NotAuthenticated_LockedOutError';
|
1242
873
|
return _this58;
|
1243
874
|
}
|
1244
|
-
|
1245
875
|
return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
|
1246
876
|
}(NotAuthenticatedError);
|
1247
|
-
|
1248
877
|
exports.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
1249
878
|
errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
|
1250
|
-
|
1251
879
|
var NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
|
1252
880
|
(0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro9);
|
1253
|
-
|
1254
881
|
var _super59 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
|
1255
|
-
|
1256
882
|
function NotAuthenticated_LockoutRegionMismatchError(message, code) {
|
1257
883
|
var _this59;
|
1258
|
-
|
1259
884
|
(0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
|
1260
885
|
_this59 = _super59.call(this, message, code);
|
1261
886
|
_this59.name = 'NotAuthenticated_LockoutRegionMismatchError';
|
1262
887
|
return _this59;
|
1263
888
|
}
|
1264
|
-
|
1265
889
|
return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
|
1266
890
|
}(NotAuthenticatedError);
|
1267
|
-
|
1268
891
|
exports.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
1269
892
|
errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
|
1270
|
-
|
1271
893
|
var NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
|
1272
894
|
(0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro10);
|
1273
|
-
|
1274
895
|
var _super60 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
|
1275
|
-
|
1276
896
|
function NotAuthenticated_OneTimePasswordIncorrectError(message, code) {
|
1277
897
|
var _this60;
|
1278
|
-
|
1279
898
|
(0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
|
1280
899
|
_this60 = _super60.call(this, message, code);
|
1281
900
|
_this60.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
|
1282
901
|
return _this60;
|
1283
902
|
}
|
1284
|
-
|
1285
903
|
return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
|
1286
904
|
}(NotAuthenticatedError);
|
1287
|
-
|
1288
905
|
exports.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
1289
906
|
errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
|
1290
|
-
|
1291
907
|
var NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
|
1292
908
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro11);
|
1293
|
-
|
1294
909
|
var _super61 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
1295
|
-
|
1296
910
|
function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code) {
|
1297
911
|
var _this61;
|
1298
|
-
|
1299
912
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
|
1300
913
|
_this61 = _super61.call(this, message, code);
|
1301
914
|
_this61.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
|
1302
915
|
return _this61;
|
1303
916
|
}
|
1304
|
-
|
1305
917
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
|
1306
918
|
}(NotAuthenticatedError);
|
1307
|
-
|
1308
919
|
exports.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
1309
920
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
|
1310
|
-
|
1311
921
|
var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
|
1312
922
|
(0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro12);
|
1313
|
-
|
1314
923
|
var _super62 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
1315
|
-
|
1316
924
|
function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code) {
|
1317
925
|
var _this62;
|
1318
|
-
|
1319
926
|
(0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
1320
927
|
_this62 = _super62.call(this, message, code);
|
1321
928
|
_this62.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
|
1322
929
|
return _this62;
|
1323
930
|
}
|
1324
|
-
|
1325
931
|
return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
|
1326
932
|
}(NotAuthenticatedError);
|
1327
|
-
|
1328
933
|
exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
1329
934
|
errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
|
1330
|
-
|
1331
935
|
var NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
|
1332
936
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
|
1333
|
-
|
1334
937
|
var _super63 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
|
1335
|
-
|
1336
938
|
function NotAuthorized_ApiKeyIsDisabledError(message, code) {
|
1337
939
|
var _this63;
|
1338
|
-
|
1339
940
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
|
1340
941
|
_this63 = _super63.call(this, message, code);
|
1341
942
|
_this63.name = 'NotAuthorized_ApiKeyIsDisabledError';
|
1342
943
|
return _this63;
|
1343
944
|
}
|
1344
|
-
|
1345
945
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
|
1346
946
|
}(NotAuthorizedError);
|
1347
|
-
|
1348
947
|
exports.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
1349
948
|
errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
|
1350
|
-
|
1351
949
|
var NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
|
1352
950
|
(0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
|
1353
|
-
|
1354
951
|
var _super64 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
|
1355
|
-
|
1356
952
|
function NotAuthorized_ApiKeyIsPathRestrictedError(message, code) {
|
1357
953
|
var _this64;
|
1358
|
-
|
1359
954
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
|
1360
955
|
_this64 = _super64.call(this, message, code);
|
1361
956
|
_this64.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
|
1362
957
|
return _this64;
|
1363
958
|
}
|
1364
|
-
|
1365
959
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
|
1366
960
|
}(NotAuthorizedError);
|
1367
|
-
|
1368
961
|
exports.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
1369
962
|
errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
|
1370
|
-
|
1371
963
|
var NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
|
1372
964
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
|
1373
|
-
|
1374
965
|
var _super65 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
1375
|
-
|
1376
966
|
function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code) {
|
1377
967
|
var _this65;
|
1378
|
-
|
1379
968
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
1380
969
|
_this65 = _super65.call(this, message, code);
|
1381
970
|
_this65.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
|
1382
971
|
return _this65;
|
1383
972
|
}
|
1384
|
-
|
1385
973
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
|
1386
974
|
}(NotAuthorizedError);
|
1387
|
-
|
1388
975
|
exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
1389
976
|
errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
|
1390
|
-
|
1391
977
|
var NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
|
1392
978
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
|
1393
|
-
|
1394
979
|
var _super66 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
1395
|
-
|
1396
980
|
function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code) {
|
1397
981
|
var _this66;
|
1398
|
-
|
1399
982
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
|
1400
983
|
_this66 = _super66.call(this, message, code);
|
1401
984
|
_this66.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
|
1402
985
|
return _this66;
|
1403
986
|
}
|
1404
|
-
|
1405
987
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
|
1406
988
|
}(NotAuthorizedError);
|
1407
|
-
|
1408
989
|
exports.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
1409
990
|
errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
|
1410
|
-
|
1411
991
|
var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
|
1412
992
|
(0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
|
1413
|
-
|
1414
993
|
var _super67 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1415
|
-
|
1416
994
|
function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code) {
|
1417
995
|
var _this67;
|
1418
|
-
|
1419
996
|
(0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1420
997
|
_this67 = _super67.call(this, message, code);
|
1421
998
|
_this67.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
|
1422
999
|
return _this67;
|
1423
1000
|
}
|
1424
|
-
|
1425
1001
|
return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
|
1426
1002
|
}(NotAuthorizedError);
|
1427
|
-
|
1428
1003
|
exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
1429
1004
|
errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
|
1430
|
-
|
1431
1005
|
var NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
|
1432
1006
|
(0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError6);
|
1433
|
-
|
1434
1007
|
var _super68 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
|
1435
|
-
|
1436
1008
|
function NotAuthorized_BillingPermissionRequiredError(message, code) {
|
1437
1009
|
var _this68;
|
1438
|
-
|
1439
1010
|
(0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
|
1440
1011
|
_this68 = _super68.call(this, message, code);
|
1441
1012
|
_this68.name = 'NotAuthorized_BillingPermissionRequiredError';
|
1442
1013
|
return _this68;
|
1443
1014
|
}
|
1444
|
-
|
1445
1015
|
return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
|
1446
1016
|
}(NotAuthorizedError);
|
1447
|
-
|
1448
1017
|
exports.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
1449
1018
|
errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
|
1450
|
-
|
1451
1019
|
var NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError7) {
|
1452
1020
|
(0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError7);
|
1453
|
-
|
1454
1021
|
var _super69 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
|
1455
|
-
|
1456
1022
|
function NotAuthorized_BundleMaximumUsesReachedError(message, code) {
|
1457
1023
|
var _this69;
|
1458
|
-
|
1459
1024
|
(0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
|
1460
1025
|
_this69 = _super69.call(this, message, code);
|
1461
1026
|
_this69.name = 'NotAuthorized_BundleMaximumUsesReachedError';
|
1462
1027
|
return _this69;
|
1463
1028
|
}
|
1464
|
-
|
1465
1029
|
return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
|
1466
1030
|
}(NotAuthorizedError);
|
1467
|
-
|
1468
1031
|
exports.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
1469
1032
|
errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
|
1470
|
-
|
1471
1033
|
var NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError8) {
|
1472
1034
|
(0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError8);
|
1473
|
-
|
1474
1035
|
var _super70 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1475
|
-
|
1476
1036
|
function NotAuthorized_CannotLoginWhileUsingKeyError(message, code) {
|
1477
1037
|
var _this70;
|
1478
|
-
|
1479
1038
|
(0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
|
1480
1039
|
_this70 = _super70.call(this, message, code);
|
1481
1040
|
_this70.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
|
1482
1041
|
return _this70;
|
1483
1042
|
}
|
1484
|
-
|
1485
1043
|
return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
|
1486
1044
|
}(NotAuthorizedError);
|
1487
|
-
|
1488
1045
|
exports.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
1489
1046
|
errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
|
1490
|
-
|
1491
1047
|
var NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError9) {
|
1492
1048
|
(0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError9);
|
1493
|
-
|
1494
1049
|
var _super71 = _createSuper(NotAuthorized_CantActForOtherUserError);
|
1495
|
-
|
1496
1050
|
function NotAuthorized_CantActForOtherUserError(message, code) {
|
1497
1051
|
var _this71;
|
1498
|
-
|
1499
1052
|
(0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
|
1500
1053
|
_this71 = _super71.call(this, message, code);
|
1501
1054
|
_this71.name = 'NotAuthorized_CantActForOtherUserError';
|
1502
1055
|
return _this71;
|
1503
1056
|
}
|
1504
|
-
|
1505
1057
|
return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
|
1506
1058
|
}(NotAuthorizedError);
|
1507
|
-
|
1508
1059
|
exports.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
1509
1060
|
errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
|
1510
|
-
|
1511
1061
|
var NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
|
1512
1062
|
(0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
|
1513
|
-
|
1514
1063
|
var _super72 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1515
|
-
|
1516
1064
|
function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code) {
|
1517
1065
|
var _this72;
|
1518
|
-
|
1519
1066
|
(0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1520
1067
|
_this72 = _super72.call(this, message, code);
|
1521
1068
|
_this72.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
|
1522
1069
|
return _this72;
|
1523
1070
|
}
|
1524
|
-
|
1525
1071
|
return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
|
1526
1072
|
}(NotAuthorizedError);
|
1527
|
-
|
1528
1073
|
exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
1529
1074
|
errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
|
1530
|
-
|
1531
1075
|
var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError11) {
|
1532
1076
|
(0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError11);
|
1533
|
-
|
1534
1077
|
var _super73 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1535
|
-
|
1536
1078
|
function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
|
1537
1079
|
var _this73;
|
1538
|
-
|
1539
1080
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1540
1081
|
_this73 = _super73.call(this, message, code);
|
1541
1082
|
_this73.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
|
1542
1083
|
return _this73;
|
1543
1084
|
}
|
1544
|
-
|
1545
1085
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
|
1546
1086
|
}(NotAuthorizedError);
|
1547
|
-
|
1548
1087
|
exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
1549
1088
|
errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
|
1550
|
-
|
1551
1089
|
var NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
|
1552
1090
|
(0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError12);
|
1553
|
-
|
1554
1091
|
var _super74 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
|
1555
|
-
|
1556
1092
|
function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
|
1557
1093
|
var _this74;
|
1558
|
-
|
1559
1094
|
(0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
|
1560
1095
|
_this74 = _super74.call(this, message, code);
|
1561
1096
|
_this74.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
|
1562
1097
|
return _this74;
|
1563
1098
|
}
|
1564
|
-
|
1565
1099
|
return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
|
1566
1100
|
}(NotAuthorizedError);
|
1567
|
-
|
1568
1101
|
exports.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
1569
1102
|
errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
|
1570
|
-
|
1571
1103
|
var NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
|
1572
1104
|
(0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError13);
|
1573
|
-
|
1574
1105
|
var _super75 = _createSuper(NotAuthorized_FullPermissionRequiredError);
|
1575
|
-
|
1576
1106
|
function NotAuthorized_FullPermissionRequiredError(message, code) {
|
1577
1107
|
var _this75;
|
1578
|
-
|
1579
1108
|
(0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
|
1580
1109
|
_this75 = _super75.call(this, message, code);
|
1581
1110
|
_this75.name = 'NotAuthorized_FullPermissionRequiredError';
|
1582
1111
|
return _this75;
|
1583
1112
|
}
|
1584
|
-
|
1585
1113
|
return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
|
1586
1114
|
}(NotAuthorizedError);
|
1587
|
-
|
1588
1115
|
exports.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
1589
1116
|
errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
|
1590
|
-
|
1591
1117
|
var NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
|
1592
1118
|
(0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError14);
|
1593
|
-
|
1594
1119
|
var _super76 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
|
1595
|
-
|
1596
1120
|
function NotAuthorized_HistoryPermissionRequiredError(message, code) {
|
1597
1121
|
var _this76;
|
1598
|
-
|
1599
1122
|
(0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
|
1600
1123
|
_this76 = _super76.call(this, message, code);
|
1601
1124
|
_this76.name = 'NotAuthorized_HistoryPermissionRequiredError';
|
1602
1125
|
return _this76;
|
1603
1126
|
}
|
1604
|
-
|
1605
1127
|
return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
|
1606
1128
|
}(NotAuthorizedError);
|
1607
|
-
|
1608
1129
|
exports.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
1609
1130
|
errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
|
1610
|
-
|
1611
1131
|
var NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError15) {
|
1612
1132
|
(0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError15);
|
1613
|
-
|
1614
1133
|
var _super77 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
|
1615
|
-
|
1616
1134
|
function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
|
1617
1135
|
var _this77;
|
1618
|
-
|
1619
1136
|
(0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
|
1620
1137
|
_this77 = _super77.call(this, message, code);
|
1621
1138
|
_this77.name = 'NotAuthorized_InsufficientPermissionForParamsError';
|
1622
1139
|
return _this77;
|
1623
1140
|
}
|
1624
|
-
|
1625
1141
|
return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
|
1626
1142
|
}(NotAuthorizedError);
|
1627
|
-
|
1628
1143
|
exports.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
1629
1144
|
errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
|
1630
|
-
|
1631
1145
|
var NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError16) {
|
1632
1146
|
(0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError16);
|
1633
|
-
|
1634
1147
|
var _super78 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1635
|
-
|
1636
1148
|
function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
|
1637
1149
|
var _this78;
|
1638
|
-
|
1639
1150
|
(0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
|
1640
1151
|
_this78 = _super78.call(this, message, code);
|
1641
1152
|
_this78.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
|
1642
1153
|
return _this78;
|
1643
1154
|
}
|
1644
|
-
|
1645
1155
|
return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
|
1646
1156
|
}(NotAuthorizedError);
|
1647
|
-
|
1648
1157
|
exports.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
1649
1158
|
errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
|
1650
|
-
|
1651
1159
|
var NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError17) {
|
1652
1160
|
(0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError17);
|
1653
|
-
|
1654
1161
|
var _super79 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
|
1655
|
-
|
1656
1162
|
function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
|
1657
1163
|
var _this79;
|
1658
|
-
|
1659
1164
|
(0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
|
1660
1165
|
_this79 = _super79.call(this, message, code);
|
1661
1166
|
_this79.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
|
1662
1167
|
return _this79;
|
1663
1168
|
}
|
1664
|
-
|
1665
1169
|
return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
|
1666
1170
|
}(NotAuthorizedError);
|
1667
|
-
|
1668
1171
|
exports.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
1669
1172
|
errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
|
1670
|
-
|
1671
1173
|
var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError18) {
|
1672
1174
|
(0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError18);
|
1673
|
-
|
1674
1175
|
var _super80 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1675
|
-
|
1676
1176
|
function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
|
1677
1177
|
var _this80;
|
1678
|
-
|
1679
1178
|
(0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1680
1179
|
_this80 = _super80.call(this, message, code);
|
1681
1180
|
_this80.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
|
1682
1181
|
return _this80;
|
1683
1182
|
}
|
1684
|
-
|
1685
1183
|
return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
|
1686
1184
|
}(NotAuthorizedError);
|
1687
|
-
|
1688
1185
|
exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
1689
1186
|
errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
|
1690
|
-
|
1691
1187
|
var NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError19) {
|
1692
1188
|
(0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError19);
|
1693
|
-
|
1694
1189
|
var _super81 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
|
1695
|
-
|
1696
1190
|
function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
|
1697
1191
|
var _this81;
|
1698
|
-
|
1699
1192
|
(0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
|
1700
1193
|
_this81 = _super81.call(this, message, code);
|
1701
1194
|
_this81.name = 'NotAuthorized_NotAllowedToCreateBundleError';
|
1702
1195
|
return _this81;
|
1703
1196
|
}
|
1704
|
-
|
1705
1197
|
return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
|
1706
1198
|
}(NotAuthorizedError);
|
1707
|
-
|
1708
1199
|
exports.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
1709
1200
|
errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
|
1710
|
-
|
1711
1201
|
var NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError20) {
|
1712
1202
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError20);
|
1713
|
-
|
1714
1203
|
var _super82 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
|
1715
|
-
|
1716
1204
|
function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
|
1717
1205
|
var _this82;
|
1718
|
-
|
1719
1206
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
|
1720
1207
|
_this82 = _super82.call(this, message, code);
|
1721
1208
|
_this82.name = 'NotAuthorized_PasswordChangeNotRequiredError';
|
1722
1209
|
return _this82;
|
1723
1210
|
}
|
1724
|
-
|
1725
1211
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
|
1726
1212
|
}(NotAuthorizedError);
|
1727
|
-
|
1728
1213
|
exports.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
1729
1214
|
errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
|
1730
|
-
|
1731
1215
|
var NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
|
1732
1216
|
(0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError21);
|
1733
|
-
|
1734
1217
|
var _super83 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
|
1735
|
-
|
1736
1218
|
function NotAuthorized_PasswordChangeRequiredError(message, code) {
|
1737
1219
|
var _this83;
|
1738
|
-
|
1739
1220
|
(0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
|
1740
1221
|
_this83 = _super83.call(this, message, code);
|
1741
1222
|
_this83.name = 'NotAuthorized_PasswordChangeRequiredError';
|
1742
1223
|
return _this83;
|
1743
1224
|
}
|
1744
|
-
|
1745
1225
|
return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
|
1746
1226
|
}(NotAuthorizedError);
|
1747
|
-
|
1748
1227
|
exports.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
1749
1228
|
errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
|
1750
|
-
|
1751
1229
|
var NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError22) {
|
1752
1230
|
(0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError22);
|
1753
|
-
|
1754
1231
|
var _super84 = _createSuper(NotAuthorized_ReadOnlySessionError);
|
1755
|
-
|
1756
1232
|
function NotAuthorized_ReadOnlySessionError(message, code) {
|
1757
1233
|
var _this84;
|
1758
|
-
|
1759
1234
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
|
1760
1235
|
_this84 = _super84.call(this, message, code);
|
1761
1236
|
_this84.name = 'NotAuthorized_ReadOnlySessionError';
|
1762
1237
|
return _this84;
|
1763
1238
|
}
|
1764
|
-
|
1765
1239
|
return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
|
1766
1240
|
}(NotAuthorizedError);
|
1767
|
-
|
1768
1241
|
exports.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
1769
1242
|
errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
|
1770
|
-
|
1771
1243
|
var NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError23) {
|
1772
1244
|
(0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError23);
|
1773
|
-
|
1774
1245
|
var _super85 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
|
1775
|
-
|
1776
1246
|
function NotAuthorized_ReadPermissionRequiredError(message, code) {
|
1777
1247
|
var _this85;
|
1778
|
-
|
1779
1248
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
|
1780
1249
|
_this85 = _super85.call(this, message, code);
|
1781
1250
|
_this85.name = 'NotAuthorized_ReadPermissionRequiredError';
|
1782
1251
|
return _this85;
|
1783
1252
|
}
|
1784
|
-
|
1785
1253
|
return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
|
1786
1254
|
}(NotAuthorizedError);
|
1787
|
-
|
1788
1255
|
exports.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
1789
1256
|
errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
|
1790
|
-
|
1791
1257
|
var NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError24) {
|
1792
1258
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError24);
|
1793
|
-
|
1794
1259
|
var _super86 = _createSuper(NotAuthorized_ReauthenticationFailedError);
|
1795
|
-
|
1796
1260
|
function NotAuthorized_ReauthenticationFailedError(message, code) {
|
1797
1261
|
var _this86;
|
1798
|
-
|
1799
1262
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
|
1800
1263
|
_this86 = _super86.call(this, message, code);
|
1801
1264
|
_this86.name = 'NotAuthorized_ReauthenticationFailedError';
|
1802
1265
|
return _this86;
|
1803
1266
|
}
|
1804
|
-
|
1805
1267
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
|
1806
1268
|
}(NotAuthorizedError);
|
1807
|
-
|
1808
1269
|
exports.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
1809
1270
|
errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
|
1810
|
-
|
1811
1271
|
var NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError25) {
|
1812
1272
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError25);
|
1813
|
-
|
1814
1273
|
var _super87 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
|
1815
|
-
|
1816
1274
|
function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
|
1817
1275
|
var _this87;
|
1818
|
-
|
1819
1276
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
|
1820
1277
|
_this87 = _super87.call(this, message, code);
|
1821
1278
|
_this87.name = 'NotAuthorized_ReauthenticationFailedFinalError';
|
1822
1279
|
return _this87;
|
1823
1280
|
}
|
1824
|
-
|
1825
1281
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
|
1826
1282
|
}(NotAuthorizedError);
|
1827
|
-
|
1828
1283
|
exports.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
1829
1284
|
errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
|
1830
|
-
|
1831
1285
|
var NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError26) {
|
1832
1286
|
(0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError26);
|
1833
|
-
|
1834
1287
|
var _super88 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
|
1835
|
-
|
1836
1288
|
function NotAuthorized_ReauthenticationNeededActionError(message, code) {
|
1837
1289
|
var _this88;
|
1838
|
-
|
1839
1290
|
(0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
|
1840
1291
|
_this88 = _super88.call(this, message, code);
|
1841
1292
|
_this88.name = 'NotAuthorized_ReauthenticationNeededActionError';
|
1842
1293
|
return _this88;
|
1843
1294
|
}
|
1844
|
-
|
1845
1295
|
return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
|
1846
1296
|
}(NotAuthorizedError);
|
1847
|
-
|
1848
1297
|
exports.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
1849
1298
|
errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
|
1850
|
-
|
1851
1299
|
var NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError27) {
|
1852
1300
|
(0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError27);
|
1853
|
-
|
1854
1301
|
var _super89 = _createSuper(NotAuthorized_SelfManagedRequiredError);
|
1855
|
-
|
1856
1302
|
function NotAuthorized_SelfManagedRequiredError(message, code) {
|
1857
1303
|
var _this89;
|
1858
|
-
|
1859
1304
|
(0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
|
1860
1305
|
_this89 = _super89.call(this, message, code);
|
1861
1306
|
_this89.name = 'NotAuthorized_SelfManagedRequiredError';
|
1862
1307
|
return _this89;
|
1863
1308
|
}
|
1864
|
-
|
1865
1309
|
return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
|
1866
1310
|
}(NotAuthorizedError);
|
1867
|
-
|
1868
1311
|
exports.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
1869
1312
|
errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
|
1870
|
-
|
1871
1313
|
var NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
|
1872
1314
|
(0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError28);
|
1873
|
-
|
1874
1315
|
var _super90 = _createSuper(NotAuthorized_SiteAdminRequiredError);
|
1875
|
-
|
1876
1316
|
function NotAuthorized_SiteAdminRequiredError(message, code) {
|
1877
1317
|
var _this90;
|
1878
|
-
|
1879
1318
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
|
1880
1319
|
_this90 = _super90.call(this, message, code);
|
1881
1320
|
_this90.name = 'NotAuthorized_SiteAdminRequiredError';
|
1882
1321
|
return _this90;
|
1883
1322
|
}
|
1884
|
-
|
1885
1323
|
return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
|
1886
1324
|
}(NotAuthorizedError);
|
1887
|
-
|
1888
1325
|
exports.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
1889
1326
|
errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
|
1890
|
-
|
1891
1327
|
var NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError29) {
|
1892
1328
|
(0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError29);
|
1893
|
-
|
1894
1329
|
var _super91 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
|
1895
|
-
|
1896
1330
|
function NotAuthorized_SiteFilesAreImmutableError(message, code) {
|
1897
1331
|
var _this91;
|
1898
|
-
|
1899
1332
|
(0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
|
1900
1333
|
_this91 = _super91.call(this, message, code);
|
1901
1334
|
_this91.name = 'NotAuthorized_SiteFilesAreImmutableError';
|
1902
1335
|
return _this91;
|
1903
1336
|
}
|
1904
|
-
|
1905
1337
|
return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
|
1906
1338
|
}(NotAuthorizedError);
|
1907
|
-
|
1908
1339
|
exports.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
1909
1340
|
errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
|
1910
|
-
|
1911
1341
|
var NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError30) {
|
1912
1342
|
(0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError30);
|
1913
|
-
|
1914
1343
|
var _super92 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1915
|
-
|
1916
1344
|
function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
|
1917
1345
|
var _this92;
|
1918
|
-
|
1919
1346
|
(0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1920
1347
|
_this92 = _super92.call(this, message, code);
|
1921
1348
|
_this92.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
|
1922
1349
|
return _this92;
|
1923
1350
|
}
|
1924
|
-
|
1925
1351
|
return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
|
1926
1352
|
}(NotAuthorizedError);
|
1927
|
-
|
1928
1353
|
exports.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
1929
1354
|
errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
|
1930
|
-
|
1931
1355
|
var NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError31) {
|
1932
1356
|
(0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError31);
|
1933
|
-
|
1934
1357
|
var _super93 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
|
1935
|
-
|
1936
1358
|
function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
|
1937
1359
|
var _this93;
|
1938
|
-
|
1939
1360
|
(0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
|
1940
1361
|
_this93 = _super93.call(this, message, code);
|
1941
1362
|
_this93.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
|
1942
1363
|
return _this93;
|
1943
1364
|
}
|
1944
|
-
|
1945
1365
|
return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
|
1946
1366
|
}(NotAuthorizedError);
|
1947
|
-
|
1948
1367
|
exports.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1949
1368
|
errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
|
1950
|
-
|
1951
1369
|
var NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError32) {
|
1952
1370
|
(0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError32);
|
1953
|
-
|
1954
1371
|
var _super94 = _createSuper(NotAuthorized_WritePermissionRequiredError);
|
1955
|
-
|
1956
1372
|
function NotAuthorized_WritePermissionRequiredError(message, code) {
|
1957
1373
|
var _this94;
|
1958
|
-
|
1959
1374
|
(0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
|
1960
1375
|
_this94 = _super94.call(this, message, code);
|
1961
1376
|
_this94.name = 'NotAuthorized_WritePermissionRequiredError';
|
1962
1377
|
return _this94;
|
1963
1378
|
}
|
1964
|
-
|
1965
1379
|
return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
|
1966
1380
|
}(NotAuthorizedError);
|
1967
|
-
|
1968
1381
|
exports.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1969
1382
|
errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
|
1970
|
-
|
1971
1383
|
var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError33) {
|
1972
1384
|
(0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError33);
|
1973
|
-
|
1974
1385
|
var _super95 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
|
1975
|
-
|
1976
1386
|
function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
|
1977
1387
|
var _this95;
|
1978
|
-
|
1979
1388
|
(0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
|
1980
1389
|
_this95 = _super95.call(this, message, code);
|
1981
1390
|
_this95.name = 'NotAuthorized_ZipDownloadIpMismatchError';
|
1982
1391
|
return _this95;
|
1983
1392
|
}
|
1984
|
-
|
1985
1393
|
return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
|
1986
1394
|
}(NotAuthorizedError);
|
1987
|
-
|
1988
1395
|
exports.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1989
1396
|
errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
|
1990
|
-
|
1991
1397
|
var NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
|
1992
1398
|
(0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
|
1993
|
-
|
1994
1399
|
var _super96 = _createSuper(NotFound_ApiKeyNotFoundError);
|
1995
|
-
|
1996
1400
|
function NotFound_ApiKeyNotFoundError(message, code) {
|
1997
1401
|
var _this96;
|
1998
|
-
|
1999
1402
|
(0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
|
2000
1403
|
_this96 = _super96.call(this, message, code);
|
2001
1404
|
_this96.name = 'NotFound_ApiKeyNotFoundError';
|
2002
1405
|
return _this96;
|
2003
1406
|
}
|
2004
|
-
|
2005
1407
|
return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
|
2006
1408
|
}(NotFoundError);
|
2007
|
-
|
2008
1409
|
exports.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
2009
1410
|
errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
|
2010
|
-
|
2011
1411
|
var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
2012
1412
|
(0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
|
2013
|
-
|
2014
1413
|
var _super97 = _createSuper(NotFound_BundlePathNotFoundError);
|
2015
|
-
|
2016
1414
|
function NotFound_BundlePathNotFoundError(message, code) {
|
2017
1415
|
var _this97;
|
2018
|
-
|
2019
1416
|
(0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
|
2020
1417
|
_this97 = _super97.call(this, message, code);
|
2021
1418
|
_this97.name = 'NotFound_BundlePathNotFoundError';
|
2022
1419
|
return _this97;
|
2023
1420
|
}
|
2024
|
-
|
2025
1421
|
return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
|
2026
1422
|
}(NotFoundError);
|
2027
|
-
|
2028
1423
|
exports.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
2029
1424
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
2030
|
-
|
2031
1425
|
var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
2032
1426
|
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
2033
|
-
|
2034
1427
|
var _super98 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
2035
|
-
|
2036
1428
|
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
2037
1429
|
var _this98;
|
2038
|
-
|
2039
1430
|
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
2040
1431
|
_this98 = _super98.call(this, message, code);
|
2041
1432
|
_this98.name = 'NotFound_BundleRegistrationNotFoundError';
|
2042
1433
|
return _this98;
|
2043
1434
|
}
|
2044
|
-
|
2045
1435
|
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
2046
1436
|
}(NotFoundError);
|
2047
|
-
|
2048
1437
|
exports.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
2049
1438
|
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
2050
|
-
|
2051
1439
|
var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
2052
1440
|
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
2053
|
-
|
2054
1441
|
var _super99 = _createSuper(NotFound_CodeNotFoundError);
|
2055
|
-
|
2056
1442
|
function NotFound_CodeNotFoundError(message, code) {
|
2057
1443
|
var _this99;
|
2058
|
-
|
2059
1444
|
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
2060
1445
|
_this99 = _super99.call(this, message, code);
|
2061
1446
|
_this99.name = 'NotFound_CodeNotFoundError';
|
2062
1447
|
return _this99;
|
2063
1448
|
}
|
2064
|
-
|
2065
1449
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
2066
1450
|
}(NotFoundError);
|
2067
|
-
|
2068
1451
|
exports.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
2069
1452
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
2070
|
-
|
2071
1453
|
var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
2072
1454
|
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
2073
|
-
|
2074
1455
|
var _super100 = _createSuper(NotFound_FileNotFoundError);
|
2075
|
-
|
2076
1456
|
function NotFound_FileNotFoundError(message, code) {
|
2077
1457
|
var _this100;
|
2078
|
-
|
2079
1458
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
2080
1459
|
_this100 = _super100.call(this, message, code);
|
2081
1460
|
_this100.name = 'NotFound_FileNotFoundError';
|
2082
1461
|
return _this100;
|
2083
1462
|
}
|
2084
|
-
|
2085
1463
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
2086
1464
|
}(NotFoundError);
|
2087
|
-
|
2088
1465
|
exports.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
2089
1466
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
2090
|
-
|
2091
1467
|
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
2092
1468
|
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
2093
|
-
|
2094
1469
|
var _super101 = _createSuper(NotFound_FileUploadNotFoundError);
|
2095
|
-
|
2096
1470
|
function NotFound_FileUploadNotFoundError(message, code) {
|
2097
1471
|
var _this101;
|
2098
|
-
|
2099
1472
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
2100
1473
|
_this101 = _super101.call(this, message, code);
|
2101
1474
|
_this101.name = 'NotFound_FileUploadNotFoundError';
|
2102
1475
|
return _this101;
|
2103
1476
|
}
|
2104
|
-
|
2105
1477
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
2106
1478
|
}(NotFoundError);
|
2107
|
-
|
2108
1479
|
exports.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
2109
1480
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
2110
|
-
|
2111
1481
|
var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
2112
1482
|
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
2113
|
-
|
2114
1483
|
var _super102 = _createSuper(NotFound_FolderNotFoundError);
|
2115
|
-
|
2116
1484
|
function NotFound_FolderNotFoundError(message, code) {
|
2117
1485
|
var _this102;
|
2118
|
-
|
2119
1486
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
2120
1487
|
_this102 = _super102.call(this, message, code);
|
2121
1488
|
_this102.name = 'NotFound_FolderNotFoundError';
|
2122
1489
|
return _this102;
|
2123
1490
|
}
|
2124
|
-
|
2125
1491
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
2126
1492
|
}(NotFoundError);
|
2127
|
-
|
2128
1493
|
exports.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
2129
1494
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
2130
|
-
|
2131
1495
|
var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
2132
1496
|
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
2133
|
-
|
2134
1497
|
var _super103 = _createSuper(NotFound_GroupNotFoundError);
|
2135
|
-
|
2136
1498
|
function NotFound_GroupNotFoundError(message, code) {
|
2137
1499
|
var _this103;
|
2138
|
-
|
2139
1500
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
2140
1501
|
_this103 = _super103.call(this, message, code);
|
2141
1502
|
_this103.name = 'NotFound_GroupNotFoundError';
|
2142
1503
|
return _this103;
|
2143
1504
|
}
|
2144
|
-
|
2145
1505
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
2146
1506
|
}(NotFoundError);
|
2147
|
-
|
2148
1507
|
exports.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
2149
1508
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
2150
|
-
|
2151
1509
|
var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
2152
1510
|
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
2153
|
-
|
2154
1511
|
var _super104 = _createSuper(NotFound_InboxNotFoundError);
|
2155
|
-
|
2156
1512
|
function NotFound_InboxNotFoundError(message, code) {
|
2157
1513
|
var _this104;
|
2158
|
-
|
2159
1514
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
2160
1515
|
_this104 = _super104.call(this, message, code);
|
2161
1516
|
_this104.name = 'NotFound_InboxNotFoundError';
|
2162
1517
|
return _this104;
|
2163
1518
|
}
|
2164
|
-
|
2165
1519
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
2166
1520
|
}(NotFoundError);
|
2167
|
-
|
2168
1521
|
exports.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
2169
1522
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
2170
|
-
|
2171
1523
|
var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
2172
1524
|
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
2173
|
-
|
2174
1525
|
var _super105 = _createSuper(NotFound_NestedNotFoundError);
|
2175
|
-
|
2176
1526
|
function NotFound_NestedNotFoundError(message, code) {
|
2177
1527
|
var _this105;
|
2178
|
-
|
2179
1528
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
2180
1529
|
_this105 = _super105.call(this, message, code);
|
2181
1530
|
_this105.name = 'NotFound_NestedNotFoundError';
|
2182
1531
|
return _this105;
|
2183
1532
|
}
|
2184
|
-
|
2185
1533
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
2186
1534
|
}(NotFoundError);
|
2187
|
-
|
2188
1535
|
exports.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
2189
1536
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
2190
|
-
|
2191
1537
|
var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
2192
1538
|
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
2193
|
-
|
2194
1539
|
var _super106 = _createSuper(NotFound_PlanNotFoundError);
|
2195
|
-
|
2196
1540
|
function NotFound_PlanNotFoundError(message, code) {
|
2197
1541
|
var _this106;
|
2198
|
-
|
2199
1542
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
2200
1543
|
_this106 = _super106.call(this, message, code);
|
2201
1544
|
_this106.name = 'NotFound_PlanNotFoundError';
|
2202
1545
|
return _this106;
|
2203
1546
|
}
|
2204
|
-
|
2205
1547
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
2206
1548
|
}(NotFoundError);
|
2207
|
-
|
2208
1549
|
exports.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
2209
1550
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
2210
|
-
|
2211
1551
|
var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
2212
1552
|
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
2213
|
-
|
2214
1553
|
var _super107 = _createSuper(NotFound_SiteNotFoundError);
|
2215
|
-
|
2216
1554
|
function NotFound_SiteNotFoundError(message, code) {
|
2217
1555
|
var _this107;
|
2218
|
-
|
2219
1556
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
2220
1557
|
_this107 = _super107.call(this, message, code);
|
2221
1558
|
_this107.name = 'NotFound_SiteNotFoundError';
|
2222
1559
|
return _this107;
|
2223
1560
|
}
|
2224
|
-
|
2225
1561
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
2226
1562
|
}(NotFoundError);
|
2227
|
-
|
2228
1563
|
exports.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
2229
1564
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
2230
|
-
|
2231
1565
|
var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
2232
1566
|
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
2233
|
-
|
2234
1567
|
var _super108 = _createSuper(NotFound_UserNotFoundError);
|
2235
|
-
|
2236
1568
|
function NotFound_UserNotFoundError(message, code) {
|
2237
1569
|
var _this108;
|
2238
|
-
|
2239
1570
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
2240
1571
|
_this108 = _super108.call(this, message, code);
|
2241
1572
|
_this108.name = 'NotFound_UserNotFoundError';
|
2242
1573
|
return _this108;
|
2243
1574
|
}
|
2244
|
-
|
2245
1575
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
2246
1576
|
}(NotFoundError);
|
2247
|
-
|
2248
1577
|
exports.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
2249
1578
|
errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
2250
|
-
|
2251
1579
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
2252
1580
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
|
2253
|
-
|
2254
1581
|
var _super109 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2255
|
-
|
2256
1582
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
2257
1583
|
var _this109;
|
2258
|
-
|
2259
1584
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2260
1585
|
_this109 = _super109.call(this, message, code);
|
2261
1586
|
_this109.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
2262
1587
|
return _this109;
|
2263
1588
|
}
|
2264
|
-
|
2265
1589
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2266
1590
|
}(ProcessingFailureError);
|
2267
|
-
|
2268
1591
|
exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
2269
1592
|
errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
|
2270
|
-
|
2271
1593
|
var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
2272
1594
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
|
2273
|
-
|
2274
1595
|
var _super110 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
2275
|
-
|
2276
1596
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
2277
1597
|
var _this110;
|
2278
|
-
|
2279
1598
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
2280
1599
|
_this110 = _super110.call(this, message, code);
|
2281
1600
|
_this110.name = 'ProcessingFailure_CouldNotCreateParentError';
|
2282
1601
|
return _this110;
|
2283
1602
|
}
|
2284
|
-
|
2285
1603
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
2286
1604
|
}(ProcessingFailureError);
|
2287
|
-
|
2288
1605
|
exports.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
2289
1606
|
errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
|
2290
|
-
|
2291
1607
|
var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
2292
1608
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
|
2293
|
-
|
2294
1609
|
var _super111 = _createSuper(ProcessingFailure_DestinationExistsError);
|
2295
|
-
|
2296
1610
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
2297
1611
|
var _this111;
|
2298
|
-
|
2299
1612
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
2300
1613
|
_this111 = _super111.call(this, message, code);
|
2301
1614
|
_this111.name = 'ProcessingFailure_DestinationExistsError';
|
2302
1615
|
return _this111;
|
2303
1616
|
}
|
2304
|
-
|
2305
1617
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
2306
1618
|
}(ProcessingFailureError);
|
2307
|
-
|
2308
1619
|
exports.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
2309
1620
|
errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
|
2310
|
-
|
2311
1621
|
var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
2312
1622
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
|
2313
|
-
|
2314
1623
|
var _super112 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
2315
|
-
|
2316
1624
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
2317
1625
|
var _this112;
|
2318
|
-
|
2319
1626
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
2320
1627
|
_this112 = _super112.call(this, message, code);
|
2321
1628
|
_this112.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
2322
1629
|
return _this112;
|
2323
1630
|
}
|
2324
|
-
|
2325
1631
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
2326
1632
|
}(ProcessingFailureError);
|
2327
|
-
|
2328
1633
|
exports.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
2329
1634
|
errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
|
2330
|
-
|
2331
1635
|
var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
2332
1636
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
|
2333
|
-
|
2334
1637
|
var _super113 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
2335
|
-
|
2336
1638
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
2337
1639
|
var _this113;
|
2338
|
-
|
2339
1640
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
2340
1641
|
_this113 = _super113.call(this, message, code);
|
2341
1642
|
_this113.name = 'ProcessingFailure_DestinationParentConflictError';
|
2342
1643
|
return _this113;
|
2343
1644
|
}
|
2344
|
-
|
2345
1645
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
2346
1646
|
}(ProcessingFailureError);
|
2347
|
-
|
2348
1647
|
exports.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
2349
1648
|
errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
|
2350
|
-
|
2351
1649
|
var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
2352
1650
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
|
2353
|
-
|
2354
1651
|
var _super114 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
2355
|
-
|
2356
1652
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
2357
1653
|
var _this114;
|
2358
|
-
|
2359
1654
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
2360
1655
|
_this114 = _super114.call(this, message, code);
|
2361
1656
|
_this114.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
2362
1657
|
return _this114;
|
2363
1658
|
}
|
2364
|
-
|
2365
1659
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
2366
1660
|
}(ProcessingFailureError);
|
2367
|
-
|
2368
1661
|
exports.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
2369
1662
|
errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
|
2370
|
-
|
2371
1663
|
var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
2372
1664
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
|
2373
|
-
|
2374
1665
|
var _super115 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
2375
|
-
|
2376
1666
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
2377
1667
|
var _this115;
|
2378
|
-
|
2379
1668
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
2380
1669
|
_this115 = _super115.call(this, message, code);
|
2381
1670
|
_this115.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
2382
1671
|
return _this115;
|
2383
1672
|
}
|
2384
|
-
|
2385
1673
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
2386
1674
|
}(ProcessingFailureError);
|
2387
|
-
|
2388
1675
|
exports.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
2389
1676
|
errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
|
2390
|
-
|
2391
1677
|
var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
2392
1678
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
|
2393
|
-
|
2394
1679
|
var _super116 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
2395
|
-
|
2396
1680
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
2397
1681
|
var _this116;
|
2398
|
-
|
2399
1682
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
2400
1683
|
_this116 = _super116.call(this, message, code);
|
2401
1684
|
_this116.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
2402
1685
|
return _this116;
|
2403
1686
|
}
|
2404
|
-
|
2405
1687
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
2406
1688
|
}(ProcessingFailureError);
|
2407
|
-
|
2408
1689
|
exports.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
2409
1690
|
errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
|
2410
|
-
|
2411
1691
|
var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
2412
1692
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
|
2413
|
-
|
2414
1693
|
var _super117 = _createSuper(ProcessingFailure_ExportFailureError);
|
2415
|
-
|
2416
1694
|
function ProcessingFailure_ExportFailureError(message, code) {
|
2417
1695
|
var _this117;
|
2418
|
-
|
2419
1696
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
2420
1697
|
_this117 = _super117.call(this, message, code);
|
2421
1698
|
_this117.name = 'ProcessingFailure_ExportFailureError';
|
2422
1699
|
return _this117;
|
2423
1700
|
}
|
2424
|
-
|
2425
1701
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
2426
1702
|
}(ProcessingFailureError);
|
2427
|
-
|
2428
1703
|
exports.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
2429
1704
|
errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
|
2430
|
-
|
2431
1705
|
var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
2432
1706
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
|
2433
|
-
|
2434
1707
|
var _super118 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
2435
|
-
|
2436
1708
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
2437
1709
|
var _this118;
|
2438
|
-
|
2439
1710
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
2440
1711
|
_this118 = _super118.call(this, message, code);
|
2441
1712
|
_this118.name = 'ProcessingFailure_ExportNotReadyError';
|
2442
1713
|
return _this118;
|
2443
1714
|
}
|
2444
|
-
|
2445
1715
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
2446
1716
|
}(ProcessingFailureError);
|
2447
|
-
|
2448
1717
|
exports.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
2449
1718
|
errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
|
2450
|
-
|
2451
1719
|
var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
2452
1720
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
|
2453
|
-
|
2454
1721
|
var _super119 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
2455
|
-
|
2456
1722
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
2457
1723
|
var _this119;
|
2458
|
-
|
2459
1724
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
2460
1725
|
_this119 = _super119.call(this, message, code);
|
2461
1726
|
_this119.name = 'ProcessingFailure_FailedToChangePasswordError';
|
2462
1727
|
return _this119;
|
2463
1728
|
}
|
2464
|
-
|
2465
1729
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
2466
1730
|
}(ProcessingFailureError);
|
2467
|
-
|
2468
1731
|
exports.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
2469
1732
|
errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
|
2470
|
-
|
2471
1733
|
var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
2472
1734
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
|
2473
|
-
|
2474
1735
|
var _super120 = _createSuper(ProcessingFailure_FileLockedError);
|
2475
|
-
|
2476
1736
|
function ProcessingFailure_FileLockedError(message, code) {
|
2477
1737
|
var _this120;
|
2478
|
-
|
2479
1738
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
2480
1739
|
_this120 = _super120.call(this, message, code);
|
2481
1740
|
_this120.name = 'ProcessingFailure_FileLockedError';
|
2482
1741
|
return _this120;
|
2483
1742
|
}
|
2484
|
-
|
2485
1743
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
2486
1744
|
}(ProcessingFailureError);
|
2487
|
-
|
2488
1745
|
exports.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
2489
1746
|
errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
|
2490
|
-
|
2491
1747
|
var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
2492
1748
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
|
2493
|
-
|
2494
1749
|
var _super121 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
2495
|
-
|
2496
1750
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
2497
1751
|
var _this121;
|
2498
|
-
|
2499
1752
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
2500
1753
|
_this121 = _super121.call(this, message, code);
|
2501
1754
|
_this121.name = 'ProcessingFailure_FileNotUploadedError';
|
2502
1755
|
return _this121;
|
2503
1756
|
}
|
2504
|
-
|
2505
1757
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
2506
1758
|
}(ProcessingFailureError);
|
2507
|
-
|
2508
1759
|
exports.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
2509
1760
|
errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
|
2510
|
-
|
2511
1761
|
var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
2512
1762
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
|
2513
|
-
|
2514
1763
|
var _super122 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
2515
|
-
|
2516
1764
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
2517
1765
|
var _this122;
|
2518
|
-
|
2519
1766
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
2520
1767
|
_this122 = _super122.call(this, message, code);
|
2521
1768
|
_this122.name = 'ProcessingFailure_FilePendingProcessingError';
|
2522
1769
|
return _this122;
|
2523
1770
|
}
|
2524
|
-
|
2525
1771
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
2526
1772
|
}(ProcessingFailureError);
|
2527
|
-
|
2528
1773
|
exports.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
2529
1774
|
errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
|
2530
|
-
|
2531
1775
|
var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
2532
1776
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
|
2533
|
-
|
2534
1777
|
var _super123 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
2535
|
-
|
2536
1778
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
2537
1779
|
var _this123;
|
2538
|
-
|
2539
1780
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
2540
1781
|
_this123 = _super123.call(this, message, code);
|
2541
1782
|
_this123.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
2542
1783
|
return _this123;
|
2543
1784
|
}
|
2544
|
-
|
2545
1785
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
2546
1786
|
}(ProcessingFailureError);
|
2547
|
-
|
2548
1787
|
exports.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
2549
1788
|
errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
|
2550
|
-
|
2551
1789
|
var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
2552
1790
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
|
2553
|
-
|
2554
1791
|
var _super124 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
2555
|
-
|
2556
1792
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
2557
1793
|
var _this124;
|
2558
|
-
|
2559
1794
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
2560
1795
|
_this124 = _super124.call(this, message, code);
|
2561
1796
|
_this124.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
2562
1797
|
return _this124;
|
2563
1798
|
}
|
2564
|
-
|
2565
1799
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
2566
1800
|
}(ProcessingFailureError);
|
2567
|
-
|
2568
1801
|
exports.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
2569
1802
|
errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
|
2570
|
-
|
2571
1803
|
var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
2572
1804
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
|
2573
|
-
|
2574
1805
|
var _super125 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
2575
|
-
|
2576
1806
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
2577
1807
|
var _this125;
|
2578
|
-
|
2579
1808
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
2580
1809
|
_this125 = _super125.call(this, message, code);
|
2581
1810
|
_this125.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
2582
1811
|
return _this125;
|
2583
1812
|
}
|
2584
|
-
|
2585
1813
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
2586
1814
|
}(ProcessingFailureError);
|
2587
|
-
|
2588
1815
|
exports.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
2589
1816
|
errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
|
2590
|
-
|
2591
1817
|
var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
2592
1818
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
|
2593
|
-
|
2594
1819
|
var _super126 = _createSuper(ProcessingFailure_FolderLockedError);
|
2595
|
-
|
2596
1820
|
function ProcessingFailure_FolderLockedError(message, code) {
|
2597
1821
|
var _this126;
|
2598
|
-
|
2599
1822
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
2600
1823
|
_this126 = _super126.call(this, message, code);
|
2601
1824
|
_this126.name = 'ProcessingFailure_FolderLockedError';
|
2602
1825
|
return _this126;
|
2603
1826
|
}
|
2604
|
-
|
2605
1827
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
2606
1828
|
}(ProcessingFailureError);
|
2607
|
-
|
2608
1829
|
exports.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
2609
1830
|
errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
|
2610
|
-
|
2611
1831
|
var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
2612
1832
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
|
2613
|
-
|
2614
1833
|
var _super127 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
2615
|
-
|
2616
1834
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
2617
1835
|
var _this127;
|
2618
|
-
|
2619
1836
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
2620
1837
|
_this127 = _super127.call(this, message, code);
|
2621
1838
|
_this127.name = 'ProcessingFailure_FolderNotEmptyError';
|
2622
1839
|
return _this127;
|
2623
1840
|
}
|
2624
|
-
|
2625
1841
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
2626
1842
|
}(ProcessingFailureError);
|
2627
|
-
|
2628
1843
|
exports.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
2629
1844
|
errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
|
2630
|
-
|
2631
1845
|
var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
2632
1846
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
|
2633
|
-
|
2634
1847
|
var _super128 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
2635
|
-
|
2636
1848
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
2637
1849
|
var _this128;
|
2638
|
-
|
2639
1850
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
2640
1851
|
_this128 = _super128.call(this, message, code);
|
2641
1852
|
_this128.name = 'ProcessingFailure_HistoryUnavailableError';
|
2642
1853
|
return _this128;
|
2643
1854
|
}
|
2644
|
-
|
2645
1855
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
2646
1856
|
}(ProcessingFailureError);
|
2647
|
-
|
2648
1857
|
exports.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
2649
1858
|
errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
|
2650
|
-
|
2651
1859
|
var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
2652
1860
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
|
2653
|
-
|
2654
1861
|
var _super129 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
2655
|
-
|
2656
1862
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
2657
1863
|
var _this129;
|
2658
|
-
|
2659
1864
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
2660
1865
|
_this129 = _super129.call(this, message, code);
|
2661
1866
|
_this129.name = 'ProcessingFailure_InvalidBundleCodeError';
|
2662
1867
|
return _this129;
|
2663
1868
|
}
|
2664
|
-
|
2665
1869
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
2666
1870
|
}(ProcessingFailureError);
|
2667
|
-
|
2668
1871
|
exports.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
2669
1872
|
errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
|
2670
|
-
|
2671
1873
|
var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
2672
1874
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
|
2673
|
-
|
2674
1875
|
var _super130 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
2675
|
-
|
2676
1876
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
2677
1877
|
var _this130;
|
2678
|
-
|
2679
1878
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
2680
1879
|
_this130 = _super130.call(this, message, code);
|
2681
1880
|
_this130.name = 'ProcessingFailure_InvalidFileTypeError';
|
2682
1881
|
return _this130;
|
2683
1882
|
}
|
2684
|
-
|
2685
1883
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
2686
1884
|
}(ProcessingFailureError);
|
2687
|
-
|
2688
1885
|
exports.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
2689
1886
|
errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
|
2690
|
-
|
2691
1887
|
var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
2692
1888
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
|
2693
|
-
|
2694
1889
|
var _super131 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
2695
|
-
|
2696
1890
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
2697
1891
|
var _this131;
|
2698
|
-
|
2699
1892
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
2700
1893
|
_this131 = _super131.call(this, message, code);
|
2701
1894
|
_this131.name = 'ProcessingFailure_InvalidFilenameError';
|
2702
1895
|
return _this131;
|
2703
1896
|
}
|
2704
|
-
|
2705
1897
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
2706
1898
|
}(ProcessingFailureError);
|
2707
|
-
|
2708
1899
|
exports.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
2709
1900
|
errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
|
2710
|
-
|
2711
1901
|
var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
2712
1902
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
|
2713
|
-
|
2714
1903
|
var _super132 = _createSuper(ProcessingFailure_InvalidRangeError);
|
2715
|
-
|
2716
1904
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
2717
1905
|
var _this132;
|
2718
|
-
|
2719
1906
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
2720
1907
|
_this132 = _super132.call(this, message, code);
|
2721
1908
|
_this132.name = 'ProcessingFailure_InvalidRangeError';
|
2722
1909
|
return _this132;
|
2723
1910
|
}
|
2724
|
-
|
2725
1911
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
2726
1912
|
}(ProcessingFailureError);
|
2727
|
-
|
2728
1913
|
exports.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
2729
1914
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
2730
|
-
|
2731
1915
|
var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
2732
1916
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
|
2733
|
-
|
2734
1917
|
var _super133 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
2735
|
-
|
2736
1918
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
2737
1919
|
var _this133;
|
2738
|
-
|
2739
1920
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
2740
1921
|
_this133 = _super133.call(this, message, code);
|
2741
1922
|
_this133.name = 'ProcessingFailure_ModelSaveErrorError';
|
2742
1923
|
return _this133;
|
2743
1924
|
}
|
2744
|
-
|
2745
1925
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
2746
1926
|
}(ProcessingFailureError);
|
2747
|
-
|
2748
1927
|
exports.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
2749
1928
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
2750
|
-
|
2751
1929
|
var ProcessingFailure_MultipartUploadsRequiredForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
2752
1930
|
(0, _inherits2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError, _ProcessingFailureErr26);
|
2753
|
-
|
2754
1931
|
var _super134 = _createSuper(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2755
|
-
|
2756
1932
|
function ProcessingFailure_MultipartUploadsRequiredForRemotesError(message, code) {
|
2757
1933
|
var _this134;
|
2758
|
-
|
2759
1934
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2760
1935
|
_this134 = _super134.call(this, message, code);
|
2761
1936
|
_this134.name = 'ProcessingFailure_MultipartUploadsRequiredForRemotesError';
|
2762
1937
|
return _this134;
|
2763
1938
|
}
|
2764
|
-
|
2765
1939
|
return (0, _createClass2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2766
1940
|
}(ProcessingFailureError);
|
2767
|
-
|
2768
1941
|
exports.ProcessingFailure_MultipartUploadsRequiredForRemotesError = ProcessingFailure_MultipartUploadsRequiredForRemotesError;
|
2769
1942
|
errorClasses.ProcessingFailure_MultipartUploadsRequiredForRemotesError = ProcessingFailure_MultipartUploadsRequiredForRemotesError;
|
2770
|
-
|
2771
1943
|
var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
2772
1944
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
|
2773
|
-
|
2774
1945
|
var _super135 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
2775
|
-
|
2776
1946
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
2777
1947
|
var _this135;
|
2778
|
-
|
2779
1948
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
2780
1949
|
_this135 = _super135.call(this, message, code);
|
2781
1950
|
_this135.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
2782
1951
|
return _this135;
|
2783
1952
|
}
|
2784
|
-
|
2785
1953
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
2786
1954
|
}(ProcessingFailureError);
|
2787
|
-
|
2788
1955
|
exports.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
2789
1956
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
2790
|
-
|
2791
1957
|
var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
2792
1958
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
|
2793
|
-
|
2794
1959
|
var _super136 = _createSuper(ProcessingFailure_PathTooLongError);
|
2795
|
-
|
2796
1960
|
function ProcessingFailure_PathTooLongError(message, code) {
|
2797
1961
|
var _this136;
|
2798
|
-
|
2799
1962
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
2800
1963
|
_this136 = _super136.call(this, message, code);
|
2801
1964
|
_this136.name = 'ProcessingFailure_PathTooLongError';
|
2802
1965
|
return _this136;
|
2803
1966
|
}
|
2804
|
-
|
2805
1967
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
2806
1968
|
}(ProcessingFailureError);
|
2807
|
-
|
2808
1969
|
exports.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
2809
1970
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
2810
|
-
|
2811
1971
|
var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
2812
1972
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
|
2813
|
-
|
2814
1973
|
var _super137 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
2815
|
-
|
2816
1974
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
2817
1975
|
var _this137;
|
2818
|
-
|
2819
1976
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
2820
1977
|
_this137 = _super137.call(this, message, code);
|
2821
1978
|
_this137.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
2822
1979
|
return _this137;
|
2823
1980
|
}
|
2824
|
-
|
2825
1981
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
2826
1982
|
}(ProcessingFailureError);
|
2827
|
-
|
2828
1983
|
exports.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
2829
1984
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
2830
|
-
|
2831
1985
|
var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
2832
1986
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
|
2833
|
-
|
2834
1987
|
var _super138 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
2835
|
-
|
2836
1988
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
2837
1989
|
var _this138;
|
2838
|
-
|
2839
1990
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
2840
1991
|
_this138 = _super138.call(this, message, code);
|
2841
1992
|
_this138.name = 'ProcessingFailure_RemoteServerErrorError';
|
2842
1993
|
return _this138;
|
2843
1994
|
}
|
2844
|
-
|
2845
1995
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
2846
1996
|
}(ProcessingFailureError);
|
2847
|
-
|
2848
1997
|
exports.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
2849
1998
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
2850
|
-
|
2851
1999
|
var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
2852
2000
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
|
2853
|
-
|
2854
2001
|
var _super139 = _createSuper(ProcessingFailure_ResourceLockedError);
|
2855
|
-
|
2856
2002
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
2857
2003
|
var _this139;
|
2858
|
-
|
2859
2004
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
2860
2005
|
_this139 = _super139.call(this, message, code);
|
2861
2006
|
_this139.name = 'ProcessingFailure_ResourceLockedError';
|
2862
2007
|
return _this139;
|
2863
2008
|
}
|
2864
|
-
|
2865
2009
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
2866
2010
|
}(ProcessingFailureError);
|
2867
|
-
|
2868
2011
|
exports.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
2869
2012
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
2870
|
-
|
2871
2013
|
var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
2872
2014
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
|
2873
|
-
|
2874
2015
|
var _super140 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
2875
|
-
|
2876
2016
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
2877
2017
|
var _this140;
|
2878
|
-
|
2879
2018
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
2880
2019
|
_this140 = _super140.call(this, message, code);
|
2881
2020
|
_this140.name = 'ProcessingFailure_SubfolderLockedError';
|
2882
2021
|
return _this140;
|
2883
2022
|
}
|
2884
|
-
|
2885
2023
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
2886
2024
|
}(ProcessingFailureError);
|
2887
|
-
|
2888
2025
|
exports.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
2889
2026
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
2890
|
-
|
2891
2027
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
2892
2028
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
|
2893
|
-
|
2894
2029
|
var _super141 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2895
|
-
|
2896
2030
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
2897
2031
|
var _this141;
|
2898
|
-
|
2899
2032
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2900
2033
|
_this141 = _super141.call(this, message, code);
|
2901
2034
|
_this141.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2902
2035
|
return _this141;
|
2903
2036
|
}
|
2904
|
-
|
2905
2037
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2906
2038
|
}(ProcessingFailureError);
|
2907
|
-
|
2908
2039
|
exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
2909
2040
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
2910
|
-
|
2911
2041
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
2912
2042
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
|
2913
|
-
|
2914
2043
|
var _super142 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2915
|
-
|
2916
2044
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2917
2045
|
var _this142;
|
2918
|
-
|
2919
2046
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2920
2047
|
_this142 = _super142.call(this, message, code);
|
2921
2048
|
_this142.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2922
2049
|
return _this142;
|
2923
2050
|
}
|
2924
|
-
|
2925
2051
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2926
2052
|
}(ProcessingFailureError);
|
2927
|
-
|
2928
2053
|
exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2929
2054
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
2930
|
-
|
2931
2055
|
var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
|
2932
2056
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
|
2933
|
-
|
2934
2057
|
var _super143 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2935
|
-
|
2936
2058
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2937
2059
|
var _this143;
|
2938
|
-
|
2939
2060
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2940
2061
|
_this143 = _super143.call(this, message, code);
|
2941
2062
|
_this143.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2942
2063
|
return _this143;
|
2943
2064
|
}
|
2944
|
-
|
2945
2065
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
2946
2066
|
}(RateLimitedError);
|
2947
|
-
|
2948
2067
|
exports.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2949
2068
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
2950
|
-
|
2951
2069
|
var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
|
2952
2070
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
|
2953
|
-
|
2954
2071
|
var _super144 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2955
|
-
|
2956
2072
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2957
2073
|
var _this144;
|
2958
|
-
|
2959
2074
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2960
2075
|
_this144 = _super144.call(this, message, code);
|
2961
2076
|
_this144.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2962
2077
|
return _this144;
|
2963
2078
|
}
|
2964
|
-
|
2965
2079
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
2966
2080
|
}(RateLimitedError);
|
2967
|
-
|
2968
2081
|
exports.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2969
2082
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
2970
|
-
|
2971
2083
|
var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2972
2084
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
|
2973
|
-
|
2974
2085
|
var _super145 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2975
|
-
|
2976
2086
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2977
2087
|
var _this145;
|
2978
|
-
|
2979
2088
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2980
2089
|
_this145 = _super145.call(this, message, code);
|
2981
2090
|
_this145.name = 'RateLimited_TooManyLoginAttemptsError';
|
2982
2091
|
return _this145;
|
2983
2092
|
}
|
2984
|
-
|
2985
2093
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
2986
2094
|
}(RateLimitedError);
|
2987
|
-
|
2988
2095
|
exports.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2989
2096
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
2990
|
-
|
2991
2097
|
var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2992
2098
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
|
2993
|
-
|
2994
2099
|
var _super146 = _createSuper(RateLimited_TooManyRequestsError);
|
2995
|
-
|
2996
2100
|
function RateLimited_TooManyRequestsError(message, code) {
|
2997
2101
|
var _this146;
|
2998
|
-
|
2999
2102
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
3000
2103
|
_this146 = _super146.call(this, message, code);
|
3001
2104
|
_this146.name = 'RateLimited_TooManyRequestsError';
|
3002
2105
|
return _this146;
|
3003
2106
|
}
|
3004
|
-
|
3005
2107
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
3006
2108
|
}(RateLimitedError);
|
3007
|
-
|
3008
2109
|
exports.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
3009
2110
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
3010
|
-
|
3011
2111
|
var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
|
3012
2112
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
|
3013
|
-
|
3014
2113
|
var _super147 = _createSuper(RateLimited_TooManySharesError);
|
3015
|
-
|
3016
2114
|
function RateLimited_TooManySharesError(message, code) {
|
3017
2115
|
var _this147;
|
3018
|
-
|
3019
2116
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
3020
2117
|
_this147 = _super147.call(this, message, code);
|
3021
2118
|
_this147.name = 'RateLimited_TooManySharesError';
|
3022
2119
|
return _this147;
|
3023
2120
|
}
|
3024
|
-
|
3025
2121
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
3026
2122
|
}(RateLimitedError);
|
3027
|
-
|
3028
2123
|
exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
3029
2124
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
3030
|
-
|
3031
2125
|
var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
3032
2126
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
|
3033
|
-
|
3034
2127
|
var _super148 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
3035
|
-
|
3036
2128
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
3037
2129
|
var _this148;
|
3038
|
-
|
3039
2130
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
3040
2131
|
_this148 = _super148.call(this, message, code);
|
3041
2132
|
_this148.name = 'ServiceUnavailable_UploadsUnavailableError';
|
3042
2133
|
return _this148;
|
3043
2134
|
}
|
3044
|
-
|
3045
2135
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
3046
2136
|
}(ServiceUnavailableError);
|
3047
|
-
|
3048
2137
|
exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
3049
2138
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
3050
|
-
|
3051
2139
|
var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
3052
2140
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
3053
|
-
|
3054
2141
|
var _super149 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
3055
|
-
|
3056
2142
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
3057
2143
|
var _this149;
|
3058
|
-
|
3059
2144
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
3060
2145
|
_this149 = _super149.call(this, message, code);
|
3061
2146
|
_this149.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
3062
2147
|
return _this149;
|
3063
2148
|
}
|
3064
|
-
|
3065
2149
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
3066
2150
|
}(SiteConfigurationError);
|
3067
|
-
|
3068
2151
|
exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
3069
2152
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
3070
|
-
|
3071
2153
|
var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
3072
2154
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
3073
|
-
|
3074
2155
|
var _super150 = _createSuper(SiteConfiguration_AccountOverdueError);
|
3075
|
-
|
3076
2156
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
3077
2157
|
var _this150;
|
3078
|
-
|
3079
2158
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
3080
2159
|
_this150 = _super150.call(this, message, code);
|
3081
2160
|
_this150.name = 'SiteConfiguration_AccountOverdueError';
|
3082
2161
|
return _this150;
|
3083
2162
|
}
|
3084
|
-
|
3085
2163
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
3086
2164
|
}(SiteConfigurationError);
|
3087
|
-
|
3088
2165
|
exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
3089
2166
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
3090
|
-
|
3091
2167
|
var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
3092
2168
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
3093
|
-
|
3094
2169
|
var _super151 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
3095
|
-
|
3096
2170
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
3097
2171
|
var _this151;
|
3098
|
-
|
3099
2172
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
3100
2173
|
_this151 = _super151.call(this, message, code);
|
3101
2174
|
_this151.name = 'SiteConfiguration_NoAccountForSiteError';
|
3102
2175
|
return _this151;
|
3103
2176
|
}
|
3104
|
-
|
3105
2177
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
3106
2178
|
}(SiteConfigurationError);
|
3107
|
-
|
3108
2179
|
exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
3109
2180
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
3110
|
-
|
3111
2181
|
var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
3112
2182
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
3113
|
-
|
3114
2183
|
var _super152 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
3115
|
-
|
3116
2184
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
3117
2185
|
var _this152;
|
3118
|
-
|
3119
2186
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
3120
2187
|
_this152 = _super152.call(this, message, code);
|
3121
2188
|
_this152.name = 'SiteConfiguration_SiteWasRemovedError';
|
3122
2189
|
return _this152;
|
3123
2190
|
}
|
3124
|
-
|
3125
2191
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
3126
2192
|
}(SiteConfigurationError);
|
3127
|
-
|
3128
2193
|
exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
3129
2194
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
3130
|
-
|
3131
2195
|
var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
3132
2196
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
3133
|
-
|
3134
2197
|
var _super153 = _createSuper(SiteConfiguration_TrialExpiredError);
|
3135
|
-
|
3136
2198
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
3137
2199
|
var _this153;
|
3138
|
-
|
3139
2200
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
3140
2201
|
_this153 = _super153.call(this, message, code);
|
3141
2202
|
_this153.name = 'SiteConfiguration_TrialExpiredError';
|
3142
2203
|
return _this153;
|
3143
2204
|
}
|
3144
|
-
|
3145
2205
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
3146
2206
|
}(SiteConfigurationError);
|
3147
|
-
|
3148
2207
|
exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
3149
2208
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
3150
|
-
|
3151
2209
|
var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
3152
2210
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
3153
|
-
|
3154
2211
|
var _super154 = _createSuper(SiteConfiguration_TrialLockedError);
|
3155
|
-
|
3156
2212
|
function SiteConfiguration_TrialLockedError(message, code) {
|
3157
2213
|
var _this154;
|
3158
|
-
|
3159
2214
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
3160
2215
|
_this154 = _super154.call(this, message, code);
|
3161
2216
|
_this154.name = 'SiteConfiguration_TrialLockedError';
|
3162
2217
|
return _this154;
|
3163
2218
|
}
|
3164
|
-
|
3165
2219
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
3166
2220
|
}(SiteConfigurationError);
|
3167
|
-
|
3168
2221
|
exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
3169
2222
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
3170
|
-
|
3171
2223
|
var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
3172
2224
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
3173
|
-
|
3174
2225
|
var _super155 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
3175
|
-
|
3176
2226
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
3177
2227
|
var _this155;
|
3178
|
-
|
3179
2228
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
3180
2229
|
_this155 = _super155.call(this, message, code);
|
3181
2230
|
_this155.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
3182
2231
|
return _this155;
|
3183
2232
|
}
|
3184
|
-
|
3185
2233
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
3186
2234
|
}(SiteConfigurationError);
|
3187
|
-
|
3188
2235
|
exports.SiteConfiguration_UserRequestsEnabledRequiredError = SiteConfiguration_UserRequestsEnabledRequiredError;
|
3189
2236
|
errorClasses.SiteConfiguration_UserRequestsEnabledRequiredError = SiteConfiguration_UserRequestsEnabledRequiredError;
|