files.com 1.0.208 → 1.0.209
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_VERSION +1 -1
- package/docs/Errors.md +1 -0
- package/lib/Errors.js +326 -306
- package/package.json +1 -1
- package/src/Errors.js +1 -0
package/lib/Errors.js
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
|
5
5
|
exports.__esModule = true;
|
6
|
-
exports.
|
7
|
-
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 = void 0;
|
6
|
+
exports.NotFound_PlanNotFoundError = 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_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
|
+
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 = void 0;
|
8
8
|
|
9
9
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
10
10
|
|
@@ -2008,38 +2008,58 @@ var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
|
|
2008
2008
|
exports.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
2009
2009
|
errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
|
2010
2010
|
|
2011
|
-
var
|
2012
|
-
(0, _inherits2.default)(
|
2011
|
+
var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
|
2012
|
+
(0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
|
2013
2013
|
|
2014
|
-
var _super97 = _createSuper(
|
2014
|
+
var _super97 = _createSuper(NotFound_BundleRegistrationNotFoundError);
|
2015
2015
|
|
2016
|
-
function
|
2016
|
+
function NotFound_BundleRegistrationNotFoundError(message, code) {
|
2017
2017
|
var _this97;
|
2018
2018
|
|
2019
|
-
(0, _classCallCheck2.default)(this,
|
2019
|
+
(0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
|
2020
2020
|
_this97 = _super97.call(this, message, code);
|
2021
|
-
_this97.name = '
|
2021
|
+
_this97.name = 'NotFound_BundleRegistrationNotFoundError';
|
2022
2022
|
return _this97;
|
2023
2023
|
}
|
2024
2024
|
|
2025
|
+
return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
|
2026
|
+
}(NotFoundError);
|
2027
|
+
|
2028
|
+
exports.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
2029
|
+
errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
|
2030
|
+
|
2031
|
+
var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
2032
|
+
(0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
|
2033
|
+
|
2034
|
+
var _super98 = _createSuper(NotFound_CodeNotFoundError);
|
2035
|
+
|
2036
|
+
function NotFound_CodeNotFoundError(message, code) {
|
2037
|
+
var _this98;
|
2038
|
+
|
2039
|
+
(0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
|
2040
|
+
_this98 = _super98.call(this, message, code);
|
2041
|
+
_this98.name = 'NotFound_CodeNotFoundError';
|
2042
|
+
return _this98;
|
2043
|
+
}
|
2044
|
+
|
2025
2045
|
return (0, _createClass2.default)(NotFound_CodeNotFoundError);
|
2026
2046
|
}(NotFoundError);
|
2027
2047
|
|
2028
2048
|
exports.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
2029
2049
|
errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
|
2030
2050
|
|
2031
|
-
var NotFound_FileNotFoundError = /*#__PURE__*/function (
|
2032
|
-
(0, _inherits2.default)(NotFound_FileNotFoundError,
|
2051
|
+
var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
2052
|
+
(0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
|
2033
2053
|
|
2034
|
-
var
|
2054
|
+
var _super99 = _createSuper(NotFound_FileNotFoundError);
|
2035
2055
|
|
2036
2056
|
function NotFound_FileNotFoundError(message, code) {
|
2037
|
-
var
|
2057
|
+
var _this99;
|
2038
2058
|
|
2039
2059
|
(0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
|
2040
|
-
|
2041
|
-
|
2042
|
-
return
|
2060
|
+
_this99 = _super99.call(this, message, code);
|
2061
|
+
_this99.name = 'NotFound_FileNotFoundError';
|
2062
|
+
return _this99;
|
2043
2063
|
}
|
2044
2064
|
|
2045
2065
|
return (0, _createClass2.default)(NotFound_FileNotFoundError);
|
@@ -2048,18 +2068,18 @@ var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
|
|
2048
2068
|
exports.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
2049
2069
|
errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
|
2050
2070
|
|
2051
|
-
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (
|
2052
|
-
(0, _inherits2.default)(NotFound_FileUploadNotFoundError,
|
2071
|
+
var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
2072
|
+
(0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
|
2053
2073
|
|
2054
|
-
var
|
2074
|
+
var _super100 = _createSuper(NotFound_FileUploadNotFoundError);
|
2055
2075
|
|
2056
2076
|
function NotFound_FileUploadNotFoundError(message, code) {
|
2057
|
-
var
|
2077
|
+
var _this100;
|
2058
2078
|
|
2059
2079
|
(0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
|
2060
|
-
|
2061
|
-
|
2062
|
-
return
|
2080
|
+
_this100 = _super100.call(this, message, code);
|
2081
|
+
_this100.name = 'NotFound_FileUploadNotFoundError';
|
2082
|
+
return _this100;
|
2063
2083
|
}
|
2064
2084
|
|
2065
2085
|
return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
|
@@ -2068,18 +2088,18 @@ var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
|
|
2068
2088
|
exports.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
2069
2089
|
errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
|
2070
2090
|
|
2071
|
-
var NotFound_FolderNotFoundError = /*#__PURE__*/function (
|
2072
|
-
(0, _inherits2.default)(NotFound_FolderNotFoundError,
|
2091
|
+
var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
2092
|
+
(0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
|
2073
2093
|
|
2074
|
-
var
|
2094
|
+
var _super101 = _createSuper(NotFound_FolderNotFoundError);
|
2075
2095
|
|
2076
2096
|
function NotFound_FolderNotFoundError(message, code) {
|
2077
|
-
var
|
2097
|
+
var _this101;
|
2078
2098
|
|
2079
2099
|
(0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
|
2080
|
-
|
2081
|
-
|
2082
|
-
return
|
2100
|
+
_this101 = _super101.call(this, message, code);
|
2101
|
+
_this101.name = 'NotFound_FolderNotFoundError';
|
2102
|
+
return _this101;
|
2083
2103
|
}
|
2084
2104
|
|
2085
2105
|
return (0, _createClass2.default)(NotFound_FolderNotFoundError);
|
@@ -2088,18 +2108,18 @@ var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
|
|
2088
2108
|
exports.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
2089
2109
|
errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
|
2090
2110
|
|
2091
|
-
var NotFound_GroupNotFoundError = /*#__PURE__*/function (
|
2092
|
-
(0, _inherits2.default)(NotFound_GroupNotFoundError,
|
2111
|
+
var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
2112
|
+
(0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
|
2093
2113
|
|
2094
|
-
var
|
2114
|
+
var _super102 = _createSuper(NotFound_GroupNotFoundError);
|
2095
2115
|
|
2096
2116
|
function NotFound_GroupNotFoundError(message, code) {
|
2097
|
-
var
|
2117
|
+
var _this102;
|
2098
2118
|
|
2099
2119
|
(0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
|
2100
|
-
|
2101
|
-
|
2102
|
-
return
|
2120
|
+
_this102 = _super102.call(this, message, code);
|
2121
|
+
_this102.name = 'NotFound_GroupNotFoundError';
|
2122
|
+
return _this102;
|
2103
2123
|
}
|
2104
2124
|
|
2105
2125
|
return (0, _createClass2.default)(NotFound_GroupNotFoundError);
|
@@ -2108,18 +2128,18 @@ var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
|
|
2108
2128
|
exports.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
2109
2129
|
errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
|
2110
2130
|
|
2111
|
-
var NotFound_InboxNotFoundError = /*#__PURE__*/function (
|
2112
|
-
(0, _inherits2.default)(NotFound_InboxNotFoundError,
|
2131
|
+
var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
2132
|
+
(0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
|
2113
2133
|
|
2114
|
-
var
|
2134
|
+
var _super103 = _createSuper(NotFound_InboxNotFoundError);
|
2115
2135
|
|
2116
2136
|
function NotFound_InboxNotFoundError(message, code) {
|
2117
|
-
var
|
2137
|
+
var _this103;
|
2118
2138
|
|
2119
2139
|
(0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
|
2120
|
-
|
2121
|
-
|
2122
|
-
return
|
2140
|
+
_this103 = _super103.call(this, message, code);
|
2141
|
+
_this103.name = 'NotFound_InboxNotFoundError';
|
2142
|
+
return _this103;
|
2123
2143
|
}
|
2124
2144
|
|
2125
2145
|
return (0, _createClass2.default)(NotFound_InboxNotFoundError);
|
@@ -2128,18 +2148,18 @@ var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
|
|
2128
2148
|
exports.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
2129
2149
|
errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
|
2130
2150
|
|
2131
|
-
var NotFound_NestedNotFoundError = /*#__PURE__*/function (
|
2132
|
-
(0, _inherits2.default)(NotFound_NestedNotFoundError,
|
2151
|
+
var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
2152
|
+
(0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
|
2133
2153
|
|
2134
|
-
var
|
2154
|
+
var _super104 = _createSuper(NotFound_NestedNotFoundError);
|
2135
2155
|
|
2136
2156
|
function NotFound_NestedNotFoundError(message, code) {
|
2137
|
-
var
|
2157
|
+
var _this104;
|
2138
2158
|
|
2139
2159
|
(0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
|
2140
|
-
|
2141
|
-
|
2142
|
-
return
|
2160
|
+
_this104 = _super104.call(this, message, code);
|
2161
|
+
_this104.name = 'NotFound_NestedNotFoundError';
|
2162
|
+
return _this104;
|
2143
2163
|
}
|
2144
2164
|
|
2145
2165
|
return (0, _createClass2.default)(NotFound_NestedNotFoundError);
|
@@ -2148,18 +2168,18 @@ var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
|
|
2148
2168
|
exports.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
2149
2169
|
errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
|
2150
2170
|
|
2151
|
-
var NotFound_PlanNotFoundError = /*#__PURE__*/function (
|
2152
|
-
(0, _inherits2.default)(NotFound_PlanNotFoundError,
|
2171
|
+
var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
2172
|
+
(0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
|
2153
2173
|
|
2154
|
-
var
|
2174
|
+
var _super105 = _createSuper(NotFound_PlanNotFoundError);
|
2155
2175
|
|
2156
2176
|
function NotFound_PlanNotFoundError(message, code) {
|
2157
|
-
var
|
2177
|
+
var _this105;
|
2158
2178
|
|
2159
2179
|
(0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
|
2160
|
-
|
2161
|
-
|
2162
|
-
return
|
2180
|
+
_this105 = _super105.call(this, message, code);
|
2181
|
+
_this105.name = 'NotFound_PlanNotFoundError';
|
2182
|
+
return _this105;
|
2163
2183
|
}
|
2164
2184
|
|
2165
2185
|
return (0, _createClass2.default)(NotFound_PlanNotFoundError);
|
@@ -2168,18 +2188,18 @@ var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
|
|
2168
2188
|
exports.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
2169
2189
|
errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
|
2170
2190
|
|
2171
|
-
var NotFound_SiteNotFoundError = /*#__PURE__*/function (
|
2172
|
-
(0, _inherits2.default)(NotFound_SiteNotFoundError,
|
2191
|
+
var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
|
2192
|
+
(0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
|
2173
2193
|
|
2174
|
-
var
|
2194
|
+
var _super106 = _createSuper(NotFound_SiteNotFoundError);
|
2175
2195
|
|
2176
2196
|
function NotFound_SiteNotFoundError(message, code) {
|
2177
|
-
var
|
2197
|
+
var _this106;
|
2178
2198
|
|
2179
2199
|
(0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
|
2180
|
-
|
2181
|
-
|
2182
|
-
return
|
2200
|
+
_this106 = _super106.call(this, message, code);
|
2201
|
+
_this106.name = 'NotFound_SiteNotFoundError';
|
2202
|
+
return _this106;
|
2183
2203
|
}
|
2184
2204
|
|
2185
2205
|
return (0, _createClass2.default)(NotFound_SiteNotFoundError);
|
@@ -2188,18 +2208,18 @@ var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
|
|
2188
2208
|
exports.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
2189
2209
|
errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
|
2190
2210
|
|
2191
|
-
var NotFound_UserNotFoundError = /*#__PURE__*/function (
|
2192
|
-
(0, _inherits2.default)(NotFound_UserNotFoundError,
|
2211
|
+
var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
|
2212
|
+
(0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
|
2193
2213
|
|
2194
|
-
var
|
2214
|
+
var _super107 = _createSuper(NotFound_UserNotFoundError);
|
2195
2215
|
|
2196
2216
|
function NotFound_UserNotFoundError(message, code) {
|
2197
|
-
var
|
2217
|
+
var _this107;
|
2198
2218
|
|
2199
2219
|
(0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
|
2200
|
-
|
2201
|
-
|
2202
|
-
return
|
2220
|
+
_this107 = _super107.call(this, message, code);
|
2221
|
+
_this107.name = 'NotFound_UserNotFoundError';
|
2222
|
+
return _this107;
|
2203
2223
|
}
|
2204
2224
|
|
2205
2225
|
return (0, _createClass2.default)(NotFound_UserNotFoundError);
|
@@ -2211,15 +2231,15 @@ errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
|
|
2211
2231
|
var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
|
2212
2232
|
(0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
|
2213
2233
|
|
2214
|
-
var
|
2234
|
+
var _super108 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2215
2235
|
|
2216
2236
|
function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
|
2217
|
-
var
|
2237
|
+
var _this108;
|
2218
2238
|
|
2219
2239
|
(0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
2220
|
-
|
2221
|
-
|
2222
|
-
return
|
2240
|
+
_this108 = _super108.call(this, message, code);
|
2241
|
+
_this108.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
|
2242
|
+
return _this108;
|
2223
2243
|
}
|
2224
2244
|
|
2225
2245
|
return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
|
@@ -2231,15 +2251,15 @@ errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure
|
|
2231
2251
|
var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
|
2232
2252
|
(0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
|
2233
2253
|
|
2234
|
-
var
|
2254
|
+
var _super109 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
|
2235
2255
|
|
2236
2256
|
function ProcessingFailure_CouldNotCreateParentError(message, code) {
|
2237
|
-
var
|
2257
|
+
var _this109;
|
2238
2258
|
|
2239
2259
|
(0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
|
2240
|
-
|
2241
|
-
|
2242
|
-
return
|
2260
|
+
_this109 = _super109.call(this, message, code);
|
2261
|
+
_this109.name = 'ProcessingFailure_CouldNotCreateParentError';
|
2262
|
+
return _this109;
|
2243
2263
|
}
|
2244
2264
|
|
2245
2265
|
return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
|
@@ -2251,15 +2271,15 @@ errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_Cou
|
|
2251
2271
|
var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
|
2252
2272
|
(0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
|
2253
2273
|
|
2254
|
-
var
|
2274
|
+
var _super110 = _createSuper(ProcessingFailure_DestinationExistsError);
|
2255
2275
|
|
2256
2276
|
function ProcessingFailure_DestinationExistsError(message, code) {
|
2257
|
-
var
|
2277
|
+
var _this110;
|
2258
2278
|
|
2259
2279
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
|
2260
|
-
|
2261
|
-
|
2262
|
-
return
|
2280
|
+
_this110 = _super110.call(this, message, code);
|
2281
|
+
_this110.name = 'ProcessingFailure_DestinationExistsError';
|
2282
|
+
return _this110;
|
2263
2283
|
}
|
2264
2284
|
|
2265
2285
|
return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
|
@@ -2271,15 +2291,15 @@ errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_Destin
|
|
2271
2291
|
var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
|
2272
2292
|
(0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
|
2273
2293
|
|
2274
|
-
var
|
2294
|
+
var _super111 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
|
2275
2295
|
|
2276
2296
|
function ProcessingFailure_DestinationFolderLimitedError(message, code) {
|
2277
|
-
var
|
2297
|
+
var _this111;
|
2278
2298
|
|
2279
2299
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
|
2280
|
-
|
2281
|
-
|
2282
|
-
return
|
2300
|
+
_this111 = _super111.call(this, message, code);
|
2301
|
+
_this111.name = 'ProcessingFailure_DestinationFolderLimitedError';
|
2302
|
+
return _this111;
|
2283
2303
|
}
|
2284
2304
|
|
2285
2305
|
return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
|
@@ -2291,15 +2311,15 @@ errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure
|
|
2291
2311
|
var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
|
2292
2312
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
|
2293
2313
|
|
2294
|
-
var
|
2314
|
+
var _super112 = _createSuper(ProcessingFailure_DestinationParentConflictError);
|
2295
2315
|
|
2296
2316
|
function ProcessingFailure_DestinationParentConflictError(message, code) {
|
2297
|
-
var
|
2317
|
+
var _this112;
|
2298
2318
|
|
2299
2319
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
|
2300
|
-
|
2301
|
-
|
2302
|
-
return
|
2320
|
+
_this112 = _super112.call(this, message, code);
|
2321
|
+
_this112.name = 'ProcessingFailure_DestinationParentConflictError';
|
2322
|
+
return _this112;
|
2303
2323
|
}
|
2304
2324
|
|
2305
2325
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
|
@@ -2311,15 +2331,15 @@ errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailur
|
|
2311
2331
|
var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
|
2312
2332
|
(0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
|
2313
2333
|
|
2314
|
-
var
|
2334
|
+
var _super113 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
|
2315
2335
|
|
2316
2336
|
function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
|
2317
|
-
var
|
2337
|
+
var _this113;
|
2318
2338
|
|
2319
2339
|
(0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
|
2320
|
-
|
2321
|
-
|
2322
|
-
return
|
2340
|
+
_this113 = _super113.call(this, message, code);
|
2341
|
+
_this113.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
|
2342
|
+
return _this113;
|
2323
2343
|
}
|
2324
2344
|
|
2325
2345
|
return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
|
@@ -2331,15 +2351,15 @@ errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFa
|
|
2331
2351
|
var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
|
2332
2352
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
|
2333
2353
|
|
2334
|
-
var
|
2354
|
+
var _super114 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
|
2335
2355
|
|
2336
2356
|
function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
|
2337
|
-
var
|
2357
|
+
var _this114;
|
2338
2358
|
|
2339
2359
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
|
2340
|
-
|
2341
|
-
|
2342
|
-
return
|
2360
|
+
_this114 = _super114.call(this, message, code);
|
2361
|
+
_this114.name = 'ProcessingFailure_ExpiredPrivateKeyError';
|
2362
|
+
return _this114;
|
2343
2363
|
}
|
2344
2364
|
|
2345
2365
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
|
@@ -2351,15 +2371,15 @@ errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_Expire
|
|
2351
2371
|
var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
|
2352
2372
|
(0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
|
2353
2373
|
|
2354
|
-
var
|
2374
|
+
var _super115 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
|
2355
2375
|
|
2356
2376
|
function ProcessingFailure_ExpiredPublicKeyError(message, code) {
|
2357
|
-
var
|
2377
|
+
var _this115;
|
2358
2378
|
|
2359
2379
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
|
2360
|
-
|
2361
|
-
|
2362
|
-
return
|
2380
|
+
_this115 = _super115.call(this, message, code);
|
2381
|
+
_this115.name = 'ProcessingFailure_ExpiredPublicKeyError';
|
2382
|
+
return _this115;
|
2363
2383
|
}
|
2364
2384
|
|
2365
2385
|
return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
|
@@ -2371,15 +2391,15 @@ errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_Expired
|
|
2371
2391
|
var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
|
2372
2392
|
(0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
|
2373
2393
|
|
2374
|
-
var
|
2394
|
+
var _super116 = _createSuper(ProcessingFailure_ExportFailureError);
|
2375
2395
|
|
2376
2396
|
function ProcessingFailure_ExportFailureError(message, code) {
|
2377
|
-
var
|
2397
|
+
var _this116;
|
2378
2398
|
|
2379
2399
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
|
2380
|
-
|
2381
|
-
|
2382
|
-
return
|
2400
|
+
_this116 = _super116.call(this, message, code);
|
2401
|
+
_this116.name = 'ProcessingFailure_ExportFailureError';
|
2402
|
+
return _this116;
|
2383
2403
|
}
|
2384
2404
|
|
2385
2405
|
return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
|
@@ -2391,15 +2411,15 @@ errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFail
|
|
2391
2411
|
var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
|
2392
2412
|
(0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
|
2393
2413
|
|
2394
|
-
var
|
2414
|
+
var _super117 = _createSuper(ProcessingFailure_ExportNotReadyError);
|
2395
2415
|
|
2396
2416
|
function ProcessingFailure_ExportNotReadyError(message, code) {
|
2397
|
-
var
|
2417
|
+
var _this117;
|
2398
2418
|
|
2399
2419
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
|
2400
|
-
|
2401
|
-
|
2402
|
-
return
|
2420
|
+
_this117 = _super117.call(this, message, code);
|
2421
|
+
_this117.name = 'ProcessingFailure_ExportNotReadyError';
|
2422
|
+
return _this117;
|
2403
2423
|
}
|
2404
2424
|
|
2405
2425
|
return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
|
@@ -2411,15 +2431,15 @@ errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNot
|
|
2411
2431
|
var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
|
2412
2432
|
(0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
|
2413
2433
|
|
2414
|
-
var
|
2434
|
+
var _super118 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
|
2415
2435
|
|
2416
2436
|
function ProcessingFailure_FailedToChangePasswordError(message, code) {
|
2417
|
-
var
|
2437
|
+
var _this118;
|
2418
2438
|
|
2419
2439
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
|
2420
|
-
|
2421
|
-
|
2422
|
-
return
|
2440
|
+
_this118 = _super118.call(this, message, code);
|
2441
|
+
_this118.name = 'ProcessingFailure_FailedToChangePasswordError';
|
2442
|
+
return _this118;
|
2423
2443
|
}
|
2424
2444
|
|
2425
2445
|
return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
|
@@ -2431,15 +2451,15 @@ errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_F
|
|
2431
2451
|
var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
|
2432
2452
|
(0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
|
2433
2453
|
|
2434
|
-
var
|
2454
|
+
var _super119 = _createSuper(ProcessingFailure_FileLockedError);
|
2435
2455
|
|
2436
2456
|
function ProcessingFailure_FileLockedError(message, code) {
|
2437
|
-
var
|
2457
|
+
var _this119;
|
2438
2458
|
|
2439
2459
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
|
2440
|
-
|
2441
|
-
|
2442
|
-
return
|
2460
|
+
_this119 = _super119.call(this, message, code);
|
2461
|
+
_this119.name = 'ProcessingFailure_FileLockedError';
|
2462
|
+
return _this119;
|
2443
2463
|
}
|
2444
2464
|
|
2445
2465
|
return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
|
@@ -2451,15 +2471,15 @@ errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedErr
|
|
2451
2471
|
var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
|
2452
2472
|
(0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
|
2453
2473
|
|
2454
|
-
var
|
2474
|
+
var _super120 = _createSuper(ProcessingFailure_FileNotUploadedError);
|
2455
2475
|
|
2456
2476
|
function ProcessingFailure_FileNotUploadedError(message, code) {
|
2457
|
-
var
|
2477
|
+
var _this120;
|
2458
2478
|
|
2459
2479
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
|
2460
|
-
|
2461
|
-
|
2462
|
-
return
|
2480
|
+
_this120 = _super120.call(this, message, code);
|
2481
|
+
_this120.name = 'ProcessingFailure_FileNotUploadedError';
|
2482
|
+
return _this120;
|
2463
2483
|
}
|
2464
2484
|
|
2465
2485
|
return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
|
@@ -2471,15 +2491,15 @@ errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotU
|
|
2471
2491
|
var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
|
2472
2492
|
(0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
|
2473
2493
|
|
2474
|
-
var
|
2494
|
+
var _super121 = _createSuper(ProcessingFailure_FilePendingProcessingError);
|
2475
2495
|
|
2476
2496
|
function ProcessingFailure_FilePendingProcessingError(message, code) {
|
2477
|
-
var
|
2497
|
+
var _this121;
|
2478
2498
|
|
2479
2499
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
|
2480
|
-
|
2481
|
-
|
2482
|
-
return
|
2500
|
+
_this121 = _super121.call(this, message, code);
|
2501
|
+
_this121.name = 'ProcessingFailure_FilePendingProcessingError';
|
2502
|
+
return _this121;
|
2483
2503
|
}
|
2484
2504
|
|
2485
2505
|
return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
|
@@ -2491,15 +2511,15 @@ errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_Fi
|
|
2491
2511
|
var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
|
2492
2512
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
|
2493
2513
|
|
2494
|
-
var
|
2514
|
+
var _super122 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
|
2495
2515
|
|
2496
2516
|
function ProcessingFailure_FileTooBigToDecryptError(message, code) {
|
2497
|
-
var
|
2517
|
+
var _this122;
|
2498
2518
|
|
2499
2519
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
|
2500
|
-
|
2501
|
-
|
2502
|
-
return
|
2520
|
+
_this122 = _super122.call(this, message, code);
|
2521
|
+
_this122.name = 'ProcessingFailure_FileTooBigToDecryptError';
|
2522
|
+
return _this122;
|
2503
2523
|
}
|
2504
2524
|
|
2505
2525
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
|
@@ -2511,15 +2531,15 @@ errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_File
|
|
2511
2531
|
var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
|
2512
2532
|
(0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
|
2513
2533
|
|
2514
|
-
var
|
2534
|
+
var _super123 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
|
2515
2535
|
|
2516
2536
|
function ProcessingFailure_FileTooBigToEncryptError(message, code) {
|
2517
|
-
var
|
2537
|
+
var _this123;
|
2518
2538
|
|
2519
2539
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
|
2520
|
-
|
2521
|
-
|
2522
|
-
return
|
2540
|
+
_this123 = _super123.call(this, message, code);
|
2541
|
+
_this123.name = 'ProcessingFailure_FileTooBigToEncryptError';
|
2542
|
+
return _this123;
|
2523
2543
|
}
|
2524
2544
|
|
2525
2545
|
return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
|
@@ -2531,15 +2551,15 @@ errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_File
|
|
2531
2551
|
var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
|
2532
2552
|
(0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
|
2533
2553
|
|
2534
|
-
var
|
2554
|
+
var _super124 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
|
2535
2555
|
|
2536
2556
|
function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
|
2537
|
-
var
|
2557
|
+
var _this124;
|
2538
2558
|
|
2539
2559
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
|
2540
|
-
|
2541
|
-
|
2542
|
-
return
|
2560
|
+
_this124 = _super124.call(this, message, code);
|
2561
|
+
_this124.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
|
2562
|
+
return _this124;
|
2543
2563
|
}
|
2544
2564
|
|
2545
2565
|
return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
|
@@ -2551,15 +2571,15 @@ errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailur
|
|
2551
2571
|
var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
|
2552
2572
|
(0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
|
2553
2573
|
|
2554
|
-
var
|
2574
|
+
var _super125 = _createSuper(ProcessingFailure_FolderLockedError);
|
2555
2575
|
|
2556
2576
|
function ProcessingFailure_FolderLockedError(message, code) {
|
2557
|
-
var
|
2577
|
+
var _this125;
|
2558
2578
|
|
2559
2579
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
|
2560
|
-
|
2561
|
-
|
2562
|
-
return
|
2580
|
+
_this125 = _super125.call(this, message, code);
|
2581
|
+
_this125.name = 'ProcessingFailure_FolderLockedError';
|
2582
|
+
return _this125;
|
2563
2583
|
}
|
2564
2584
|
|
2565
2585
|
return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
|
@@ -2571,15 +2591,15 @@ errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLocke
|
|
2571
2591
|
var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
|
2572
2592
|
(0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
|
2573
2593
|
|
2574
|
-
var
|
2594
|
+
var _super126 = _createSuper(ProcessingFailure_FolderNotEmptyError);
|
2575
2595
|
|
2576
2596
|
function ProcessingFailure_FolderNotEmptyError(message, code) {
|
2577
|
-
var
|
2597
|
+
var _this126;
|
2578
2598
|
|
2579
2599
|
(0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
|
2580
|
-
|
2581
|
-
|
2582
|
-
return
|
2600
|
+
_this126 = _super126.call(this, message, code);
|
2601
|
+
_this126.name = 'ProcessingFailure_FolderNotEmptyError';
|
2602
|
+
return _this126;
|
2583
2603
|
}
|
2584
2604
|
|
2585
2605
|
return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
|
@@ -2591,15 +2611,15 @@ errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNot
|
|
2591
2611
|
var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
|
2592
2612
|
(0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
|
2593
2613
|
|
2594
|
-
var
|
2614
|
+
var _super127 = _createSuper(ProcessingFailure_HistoryUnavailableError);
|
2595
2615
|
|
2596
2616
|
function ProcessingFailure_HistoryUnavailableError(message, code) {
|
2597
|
-
var
|
2617
|
+
var _this127;
|
2598
2618
|
|
2599
2619
|
(0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
|
2600
|
-
|
2601
|
-
|
2602
|
-
return
|
2620
|
+
_this127 = _super127.call(this, message, code);
|
2621
|
+
_this127.name = 'ProcessingFailure_HistoryUnavailableError';
|
2622
|
+
return _this127;
|
2603
2623
|
}
|
2604
2624
|
|
2605
2625
|
return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
|
@@ -2611,15 +2631,15 @@ errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_Histo
|
|
2611
2631
|
var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
|
2612
2632
|
(0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
|
2613
2633
|
|
2614
|
-
var
|
2634
|
+
var _super128 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
|
2615
2635
|
|
2616
2636
|
function ProcessingFailure_InvalidBundleCodeError(message, code) {
|
2617
|
-
var
|
2637
|
+
var _this128;
|
2618
2638
|
|
2619
2639
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
|
2620
|
-
|
2621
|
-
|
2622
|
-
return
|
2640
|
+
_this128 = _super128.call(this, message, code);
|
2641
|
+
_this128.name = 'ProcessingFailure_InvalidBundleCodeError';
|
2642
|
+
return _this128;
|
2623
2643
|
}
|
2624
2644
|
|
2625
2645
|
return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
|
@@ -2631,15 +2651,15 @@ errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_Invali
|
|
2631
2651
|
var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
|
2632
2652
|
(0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
|
2633
2653
|
|
2634
|
-
var
|
2654
|
+
var _super129 = _createSuper(ProcessingFailure_InvalidFileTypeError);
|
2635
2655
|
|
2636
2656
|
function ProcessingFailure_InvalidFileTypeError(message, code) {
|
2637
|
-
var
|
2657
|
+
var _this129;
|
2638
2658
|
|
2639
2659
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
|
2640
|
-
|
2641
|
-
|
2642
|
-
return
|
2660
|
+
_this129 = _super129.call(this, message, code);
|
2661
|
+
_this129.name = 'ProcessingFailure_InvalidFileTypeError';
|
2662
|
+
return _this129;
|
2643
2663
|
}
|
2644
2664
|
|
2645
2665
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
|
@@ -2651,15 +2671,15 @@ errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidF
|
|
2651
2671
|
var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
|
2652
2672
|
(0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
|
2653
2673
|
|
2654
|
-
var
|
2674
|
+
var _super130 = _createSuper(ProcessingFailure_InvalidFilenameError);
|
2655
2675
|
|
2656
2676
|
function ProcessingFailure_InvalidFilenameError(message, code) {
|
2657
|
-
var
|
2677
|
+
var _this130;
|
2658
2678
|
|
2659
2679
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
|
2660
|
-
|
2661
|
-
|
2662
|
-
return
|
2680
|
+
_this130 = _super130.call(this, message, code);
|
2681
|
+
_this130.name = 'ProcessingFailure_InvalidFilenameError';
|
2682
|
+
return _this130;
|
2663
2683
|
}
|
2664
2684
|
|
2665
2685
|
return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
|
@@ -2671,15 +2691,15 @@ errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidF
|
|
2671
2691
|
var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
|
2672
2692
|
(0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
|
2673
2693
|
|
2674
|
-
var
|
2694
|
+
var _super131 = _createSuper(ProcessingFailure_InvalidRangeError);
|
2675
2695
|
|
2676
2696
|
function ProcessingFailure_InvalidRangeError(message, code) {
|
2677
|
-
var
|
2697
|
+
var _this131;
|
2678
2698
|
|
2679
2699
|
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
|
2680
|
-
|
2681
|
-
|
2682
|
-
return
|
2700
|
+
_this131 = _super131.call(this, message, code);
|
2701
|
+
_this131.name = 'ProcessingFailure_InvalidRangeError';
|
2702
|
+
return _this131;
|
2683
2703
|
}
|
2684
2704
|
|
2685
2705
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
@@ -2691,15 +2711,15 @@ errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRang
|
|
2691
2711
|
var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
|
2692
2712
|
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
|
2693
2713
|
|
2694
|
-
var
|
2714
|
+
var _super132 = _createSuper(ProcessingFailure_ModelSaveErrorError);
|
2695
2715
|
|
2696
2716
|
function ProcessingFailure_ModelSaveErrorError(message, code) {
|
2697
|
-
var
|
2717
|
+
var _this132;
|
2698
2718
|
|
2699
2719
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
2700
|
-
|
2701
|
-
|
2702
|
-
return
|
2720
|
+
_this132 = _super132.call(this, message, code);
|
2721
|
+
_this132.name = 'ProcessingFailure_ModelSaveErrorError';
|
2722
|
+
return _this132;
|
2703
2723
|
}
|
2704
2724
|
|
2705
2725
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
@@ -2711,15 +2731,15 @@ errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSave
|
|
2711
2731
|
var ProcessingFailure_MultipartUploadsRequiredForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr26) {
|
2712
2732
|
(0, _inherits2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError, _ProcessingFailureErr26);
|
2713
2733
|
|
2714
|
-
var
|
2734
|
+
var _super133 = _createSuper(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2715
2735
|
|
2716
2736
|
function ProcessingFailure_MultipartUploadsRequiredForRemotesError(message, code) {
|
2717
|
-
var
|
2737
|
+
var _this133;
|
2718
2738
|
|
2719
2739
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
2720
|
-
|
2721
|
-
|
2722
|
-
return
|
2740
|
+
_this133 = _super133.call(this, message, code);
|
2741
|
+
_this133.name = 'ProcessingFailure_MultipartUploadsRequiredForRemotesError';
|
2742
|
+
return _this133;
|
2723
2743
|
}
|
2724
2744
|
|
2725
2745
|
return (0, _createClass2.default)(ProcessingFailure_MultipartUploadsRequiredForRemotesError);
|
@@ -2731,15 +2751,15 @@ errorClasses.ProcessingFailure_MultipartUploadsRequiredForRemotesError = Process
|
|
2731
2751
|
var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
|
2732
2752
|
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
|
2733
2753
|
|
2734
|
-
var
|
2754
|
+
var _super134 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
|
2735
2755
|
|
2736
2756
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
|
2737
|
-
var
|
2757
|
+
var _this134;
|
2738
2758
|
|
2739
2759
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
2740
|
-
|
2741
|
-
|
2742
|
-
return
|
2760
|
+
_this134 = _super134.call(this, message, code);
|
2761
|
+
_this134.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
2762
|
+
return _this134;
|
2743
2763
|
}
|
2744
2764
|
|
2745
2765
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
@@ -2751,15 +2771,15 @@ errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure
|
|
2751
2771
|
var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
|
2752
2772
|
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
|
2753
2773
|
|
2754
|
-
var
|
2774
|
+
var _super135 = _createSuper(ProcessingFailure_PathTooLongError);
|
2755
2775
|
|
2756
2776
|
function ProcessingFailure_PathTooLongError(message, code) {
|
2757
|
-
var
|
2777
|
+
var _this135;
|
2758
2778
|
|
2759
2779
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
2760
|
-
|
2761
|
-
|
2762
|
-
return
|
2780
|
+
_this135 = _super135.call(this, message, code);
|
2781
|
+
_this135.name = 'ProcessingFailure_PathTooLongError';
|
2782
|
+
return _this135;
|
2763
2783
|
}
|
2764
2784
|
|
2765
2785
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
@@ -2771,15 +2791,15 @@ errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongE
|
|
2771
2791
|
var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
|
2772
2792
|
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
|
2773
2793
|
|
2774
|
-
var
|
2794
|
+
var _super136 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
|
2775
2795
|
|
2776
2796
|
function ProcessingFailure_RecipientAlreadySharedError(message, code) {
|
2777
|
-
var
|
2797
|
+
var _this136;
|
2778
2798
|
|
2779
2799
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
2780
|
-
|
2781
|
-
|
2782
|
-
return
|
2800
|
+
_this136 = _super136.call(this, message, code);
|
2801
|
+
_this136.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
2802
|
+
return _this136;
|
2783
2803
|
}
|
2784
2804
|
|
2785
2805
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
@@ -2791,15 +2811,15 @@ errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_R
|
|
2791
2811
|
var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
|
2792
2812
|
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
|
2793
2813
|
|
2794
|
-
var
|
2814
|
+
var _super137 = _createSuper(ProcessingFailure_RemoteServerErrorError);
|
2795
2815
|
|
2796
2816
|
function ProcessingFailure_RemoteServerErrorError(message, code) {
|
2797
|
-
var
|
2817
|
+
var _this137;
|
2798
2818
|
|
2799
2819
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
2800
|
-
|
2801
|
-
|
2802
|
-
return
|
2820
|
+
_this137 = _super137.call(this, message, code);
|
2821
|
+
_this137.name = 'ProcessingFailure_RemoteServerErrorError';
|
2822
|
+
return _this137;
|
2803
2823
|
}
|
2804
2824
|
|
2805
2825
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
@@ -2811,15 +2831,15 @@ errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_Remote
|
|
2811
2831
|
var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
|
2812
2832
|
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
|
2813
2833
|
|
2814
|
-
var
|
2834
|
+
var _super138 = _createSuper(ProcessingFailure_ResourceLockedError);
|
2815
2835
|
|
2816
2836
|
function ProcessingFailure_ResourceLockedError(message, code) {
|
2817
|
-
var
|
2837
|
+
var _this138;
|
2818
2838
|
|
2819
2839
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
2820
|
-
|
2821
|
-
|
2822
|
-
return
|
2840
|
+
_this138 = _super138.call(this, message, code);
|
2841
|
+
_this138.name = 'ProcessingFailure_ResourceLockedError';
|
2842
|
+
return _this138;
|
2823
2843
|
}
|
2824
2844
|
|
2825
2845
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
@@ -2831,15 +2851,15 @@ errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceL
|
|
2831
2851
|
var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
|
2832
2852
|
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
|
2833
2853
|
|
2834
|
-
var
|
2854
|
+
var _super139 = _createSuper(ProcessingFailure_SubfolderLockedError);
|
2835
2855
|
|
2836
2856
|
function ProcessingFailure_SubfolderLockedError(message, code) {
|
2837
|
-
var
|
2857
|
+
var _this139;
|
2838
2858
|
|
2839
2859
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
2840
|
-
|
2841
|
-
|
2842
|
-
return
|
2860
|
+
_this139 = _super139.call(this, message, code);
|
2861
|
+
_this139.name = 'ProcessingFailure_SubfolderLockedError';
|
2862
|
+
return _this139;
|
2843
2863
|
}
|
2844
2864
|
|
2845
2865
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
@@ -2851,15 +2871,15 @@ errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_Subfolde
|
|
2851
2871
|
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
2852
2872
|
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
|
2853
2873
|
|
2854
|
-
var
|
2874
|
+
var _super140 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2855
2875
|
|
2856
2876
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
|
2857
|
-
var
|
2877
|
+
var _this140;
|
2858
2878
|
|
2859
2879
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
2860
|
-
|
2861
|
-
|
2862
|
-
return
|
2880
|
+
_this140 = _super140.call(this, message, code);
|
2881
|
+
_this140.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
2882
|
+
return _this140;
|
2863
2883
|
}
|
2864
2884
|
|
2865
2885
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
@@ -2871,15 +2891,15 @@ errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = Pro
|
|
2871
2891
|
var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
2872
2892
|
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
|
2873
2893
|
|
2874
|
-
var
|
2894
|
+
var _super141 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2875
2895
|
|
2876
2896
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
|
2877
|
-
var
|
2897
|
+
var _this141;
|
2878
2898
|
|
2879
2899
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
2880
|
-
|
2881
|
-
|
2882
|
-
return
|
2900
|
+
_this141 = _super141.call(this, message, code);
|
2901
|
+
_this141.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
2902
|
+
return _this141;
|
2883
2903
|
}
|
2884
2904
|
|
2885
2905
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
@@ -2891,15 +2911,15 @@ errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFail
|
|
2891
2911
|
var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
|
2892
2912
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
|
2893
2913
|
|
2894
|
-
var
|
2914
|
+
var _super142 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
|
2895
2915
|
|
2896
2916
|
function RateLimited_ReauthenticationRateLimitedError(message, code) {
|
2897
|
-
var
|
2917
|
+
var _this142;
|
2898
2918
|
|
2899
2919
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
2900
|
-
|
2901
|
-
|
2902
|
-
return
|
2920
|
+
_this142 = _super142.call(this, message, code);
|
2921
|
+
_this142.name = 'RateLimited_ReauthenticationRateLimitedError';
|
2922
|
+
return _this142;
|
2903
2923
|
}
|
2904
2924
|
|
2905
2925
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
@@ -2911,15 +2931,15 @@ errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthen
|
|
2911
2931
|
var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
|
2912
2932
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
|
2913
2933
|
|
2914
|
-
var
|
2934
|
+
var _super143 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
|
2915
2935
|
|
2916
2936
|
function RateLimited_TooManyConcurrentRequestsError(message, code) {
|
2917
|
-
var
|
2937
|
+
var _this143;
|
2918
2938
|
|
2919
2939
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
2920
|
-
|
2921
|
-
|
2922
|
-
return
|
2940
|
+
_this143 = _super143.call(this, message, code);
|
2941
|
+
_this143.name = 'RateLimited_TooManyConcurrentRequestsError';
|
2942
|
+
return _this143;
|
2923
2943
|
}
|
2924
2944
|
|
2925
2945
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
@@ -2931,15 +2951,15 @@ errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyCon
|
|
2931
2951
|
var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
|
2932
2952
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
|
2933
2953
|
|
2934
|
-
var
|
2954
|
+
var _super144 = _createSuper(RateLimited_TooManyLoginAttemptsError);
|
2935
2955
|
|
2936
2956
|
function RateLimited_TooManyLoginAttemptsError(message, code) {
|
2937
|
-
var
|
2957
|
+
var _this144;
|
2938
2958
|
|
2939
2959
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
2940
|
-
|
2941
|
-
|
2942
|
-
return
|
2960
|
+
_this144 = _super144.call(this, message, code);
|
2961
|
+
_this144.name = 'RateLimited_TooManyLoginAttemptsError';
|
2962
|
+
return _this144;
|
2943
2963
|
}
|
2944
2964
|
|
2945
2965
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
@@ -2951,15 +2971,15 @@ errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAtt
|
|
2951
2971
|
var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
2952
2972
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
|
2953
2973
|
|
2954
|
-
var
|
2974
|
+
var _super145 = _createSuper(RateLimited_TooManyRequestsError);
|
2955
2975
|
|
2956
2976
|
function RateLimited_TooManyRequestsError(message, code) {
|
2957
|
-
var
|
2977
|
+
var _this145;
|
2958
2978
|
|
2959
2979
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
2960
|
-
|
2961
|
-
|
2962
|
-
return
|
2980
|
+
_this145 = _super145.call(this, message, code);
|
2981
|
+
_this145.name = 'RateLimited_TooManyRequestsError';
|
2982
|
+
return _this145;
|
2963
2983
|
}
|
2964
2984
|
|
2965
2985
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
@@ -2971,15 +2991,15 @@ errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError
|
|
2971
2991
|
var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
|
2972
2992
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
|
2973
2993
|
|
2974
|
-
var
|
2994
|
+
var _super146 = _createSuper(RateLimited_TooManySharesError);
|
2975
2995
|
|
2976
2996
|
function RateLimited_TooManySharesError(message, code) {
|
2977
|
-
var
|
2997
|
+
var _this146;
|
2978
2998
|
|
2979
2999
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
2980
|
-
|
2981
|
-
|
2982
|
-
return
|
3000
|
+
_this146 = _super146.call(this, message, code);
|
3001
|
+
_this146.name = 'RateLimited_TooManySharesError';
|
3002
|
+
return _this146;
|
2983
3003
|
}
|
2984
3004
|
|
2985
3005
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
@@ -2991,15 +3011,15 @@ errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2991
3011
|
var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
2992
3012
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
|
2993
3013
|
|
2994
|
-
var
|
3014
|
+
var _super147 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
|
2995
3015
|
|
2996
3016
|
function ServiceUnavailable_UploadsUnavailableError(message, code) {
|
2997
|
-
var
|
3017
|
+
var _this147;
|
2998
3018
|
|
2999
3019
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
3000
|
-
|
3001
|
-
|
3002
|
-
return
|
3020
|
+
_this147 = _super147.call(this, message, code);
|
3021
|
+
_this147.name = 'ServiceUnavailable_UploadsUnavailableError';
|
3022
|
+
return _this147;
|
3003
3023
|
}
|
3004
3024
|
|
3005
3025
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
@@ -3011,15 +3031,15 @@ errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_Upl
|
|
3011
3031
|
var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
3012
3032
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
3013
3033
|
|
3014
|
-
var
|
3034
|
+
var _super148 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
|
3015
3035
|
|
3016
3036
|
function SiteConfiguration_AccountAlreadyExistsError(message, code) {
|
3017
|
-
var
|
3037
|
+
var _this148;
|
3018
3038
|
|
3019
3039
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
3020
|
-
|
3021
|
-
|
3022
|
-
return
|
3040
|
+
_this148 = _super148.call(this, message, code);
|
3041
|
+
_this148.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
3042
|
+
return _this148;
|
3023
3043
|
}
|
3024
3044
|
|
3025
3045
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
@@ -3031,15 +3051,15 @@ errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_Acc
|
|
3031
3051
|
var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
3032
3052
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
3033
3053
|
|
3034
|
-
var
|
3054
|
+
var _super149 = _createSuper(SiteConfiguration_AccountOverdueError);
|
3035
3055
|
|
3036
3056
|
function SiteConfiguration_AccountOverdueError(message, code) {
|
3037
|
-
var
|
3057
|
+
var _this149;
|
3038
3058
|
|
3039
3059
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
3040
|
-
|
3041
|
-
|
3042
|
-
return
|
3060
|
+
_this149 = _super149.call(this, message, code);
|
3061
|
+
_this149.name = 'SiteConfiguration_AccountOverdueError';
|
3062
|
+
return _this149;
|
3043
3063
|
}
|
3044
3064
|
|
3045
3065
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
@@ -3051,15 +3071,15 @@ errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOv
|
|
3051
3071
|
var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
3052
3072
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
3053
3073
|
|
3054
|
-
var
|
3074
|
+
var _super150 = _createSuper(SiteConfiguration_NoAccountForSiteError);
|
3055
3075
|
|
3056
3076
|
function SiteConfiguration_NoAccountForSiteError(message, code) {
|
3057
|
-
var
|
3077
|
+
var _this150;
|
3058
3078
|
|
3059
3079
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
3060
|
-
|
3061
|
-
|
3062
|
-
return
|
3080
|
+
_this150 = _super150.call(this, message, code);
|
3081
|
+
_this150.name = 'SiteConfiguration_NoAccountForSiteError';
|
3082
|
+
return _this150;
|
3063
3083
|
}
|
3064
3084
|
|
3065
3085
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
@@ -3071,15 +3091,15 @@ errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccou
|
|
3071
3091
|
var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
3072
3092
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
3073
3093
|
|
3074
|
-
var
|
3094
|
+
var _super151 = _createSuper(SiteConfiguration_SiteWasRemovedError);
|
3075
3095
|
|
3076
3096
|
function SiteConfiguration_SiteWasRemovedError(message, code) {
|
3077
|
-
var
|
3097
|
+
var _this151;
|
3078
3098
|
|
3079
3099
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
3080
|
-
|
3081
|
-
|
3082
|
-
return
|
3100
|
+
_this151 = _super151.call(this, message, code);
|
3101
|
+
_this151.name = 'SiteConfiguration_SiteWasRemovedError';
|
3102
|
+
return _this151;
|
3083
3103
|
}
|
3084
3104
|
|
3085
3105
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
@@ -3091,15 +3111,15 @@ errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRe
|
|
3091
3111
|
var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
3092
3112
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
3093
3113
|
|
3094
|
-
var
|
3114
|
+
var _super152 = _createSuper(SiteConfiguration_TrialExpiredError);
|
3095
3115
|
|
3096
3116
|
function SiteConfiguration_TrialExpiredError(message, code) {
|
3097
|
-
var
|
3117
|
+
var _this152;
|
3098
3118
|
|
3099
3119
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
3100
|
-
|
3101
|
-
|
3102
|
-
return
|
3120
|
+
_this152 = _super152.call(this, message, code);
|
3121
|
+
_this152.name = 'SiteConfiguration_TrialExpiredError';
|
3122
|
+
return _this152;
|
3103
3123
|
}
|
3104
3124
|
|
3105
3125
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
@@ -3111,15 +3131,15 @@ errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpire
|
|
3111
3131
|
var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
3112
3132
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
3113
3133
|
|
3114
|
-
var
|
3134
|
+
var _super153 = _createSuper(SiteConfiguration_TrialLockedError);
|
3115
3135
|
|
3116
3136
|
function SiteConfiguration_TrialLockedError(message, code) {
|
3117
|
-
var
|
3137
|
+
var _this153;
|
3118
3138
|
|
3119
3139
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
3120
|
-
|
3121
|
-
|
3122
|
-
return
|
3140
|
+
_this153 = _super153.call(this, message, code);
|
3141
|
+
_this153.name = 'SiteConfiguration_TrialLockedError';
|
3142
|
+
return _this153;
|
3123
3143
|
}
|
3124
3144
|
|
3125
3145
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
@@ -3131,15 +3151,15 @@ errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedE
|
|
3131
3151
|
var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
3132
3152
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
3133
3153
|
|
3134
|
-
var
|
3154
|
+
var _super154 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
|
3135
3155
|
|
3136
3156
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
|
3137
|
-
var
|
3157
|
+
var _this154;
|
3138
3158
|
|
3139
3159
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
3140
|
-
|
3141
|
-
|
3142
|
-
return
|
3160
|
+
_this154 = _super154.call(this, message, code);
|
3161
|
+
_this154.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
3162
|
+
return _this154;
|
3143
3163
|
}
|
3144
3164
|
|
3145
3165
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|