files.com 1.2.306 → 1.2.307
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/_VERSION +1 -1
- package/docs/Errors.md +1 -0
- package/lib/Errors.js +175 -163
- package/lib/Files.js +1 -1
- package/package.json +1 -1
- package/src/Errors.js +1 -0
- package/src/Files.js +1 -1
package/README.md
CHANGED
|
@@ -736,6 +736,7 @@ Error
|
|
|
736
736
|
| `ProcessingFailure_InvalidPriorityColorError`| `ProcessingFailureError` |
|
|
737
737
|
| `ProcessingFailure_InvalidRangeError`| `ProcessingFailureError` |
|
|
738
738
|
| `ProcessingFailure_InvalidSiteError`| `ProcessingFailureError` |
|
|
739
|
+
| `ProcessingFailure_MetadataNotSupportedOnRemotesErrorError`| `ProcessingFailureError` |
|
|
739
740
|
| `ProcessingFailure_ModelSaveErrorError`| `ProcessingFailureError` |
|
|
740
741
|
| `ProcessingFailure_MultipleProcessingErrorsError`| `ProcessingFailureError` |
|
|
741
742
|
| `ProcessingFailure_PathTooLongError`| `ProcessingFailureError` |
|
package/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.307
|
package/docs/Errors.md
CHANGED
|
@@ -196,6 +196,7 @@ These errors are derived from the error groups listed above.
|
|
|
196
196
|
### ProcessingFailure_InvalidPriorityColorError
|
|
197
197
|
### ProcessingFailure_InvalidRangeError
|
|
198
198
|
### ProcessingFailure_InvalidSiteError
|
|
199
|
+
### ProcessingFailure_MetadataNotSupportedOnRemotesErrorError
|
|
199
200
|
### ProcessingFailure_ModelSaveErrorError
|
|
200
201
|
### ProcessingFailure_MultipleProcessingErrorsError
|
|
201
202
|
### ProcessingFailure_PathTooLongError
|
package/lib/Errors.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
exports.__esModule = true;
|
|
5
5
|
exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PaymentMethodErrorError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotEnqueuableSyncError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_MoverPackageRequiredError = exports.NotAuthorized_MoverAccessDeniedError = exports.NotAuthorized_InsufficientPermissionForSiteError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_FilesAgentFailedAuthorizationError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundlePermissionRequiredError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_BillingOrSiteAdminPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidSessionError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticated_ApiKeySessionsNotSupportedError = exports.NotAuthenticated_AdditionalAuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_UnrecognizedSortIndexError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MultipleSortParamsNotAllowedError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidSortFilterCombinationError = exports.BadRequest_InvalidSortFieldError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidPathError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterParamValueError = exports.BadRequest_InvalidFilterParamFormatError = exports.BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FoldersNotAllowedError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DoesNotSupportSortingError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
|
|
6
|
-
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AgentUnavailableError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = void 0;
|
|
6
|
+
exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_MetadataNotSupportedOnRemotesErrorError = exports.ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidPriorityColorError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_ExceededRuntimeLimitError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_BehaviorNotAllowedOnRemoteServerError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailure_AlreadyCompletedError = exports.ProcessingFailure_AgentUnavailableError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_RecaptchaFailedError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = void 0;
|
|
7
7
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
8
8
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
9
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
@@ -2044,193 +2044,205 @@ var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteEr
|
|
|
2044
2044
|
return (0, _createClass2.default)(ProcessingFailure_InvalidSiteError);
|
|
2045
2045
|
}(ProcessingFailureError);
|
|
2046
2046
|
errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError;
|
|
2047
|
-
var
|
|
2048
|
-
function
|
|
2047
|
+
var ProcessingFailure_MetadataNotSupportedOnRemotesErrorError = exports.ProcessingFailure_MetadataNotSupportedOnRemotesErrorError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
|
2048
|
+
function ProcessingFailure_MetadataNotSupportedOnRemotesErrorError(message, code, errorData) {
|
|
2049
2049
|
var _this163;
|
|
2050
|
-
(0, _classCallCheck2.default)(this,
|
|
2051
|
-
_this163 = _callSuper(this,
|
|
2052
|
-
_this163.name = '
|
|
2050
|
+
(0, _classCallCheck2.default)(this, ProcessingFailure_MetadataNotSupportedOnRemotesErrorError);
|
|
2051
|
+
_this163 = _callSuper(this, ProcessingFailure_MetadataNotSupportedOnRemotesErrorError, [message, code, errorData]);
|
|
2052
|
+
_this163.name = 'ProcessingFailure_MetadataNotSupportedOnRemotesErrorError';
|
|
2053
2053
|
return _this163;
|
|
2054
2054
|
}
|
|
2055
|
-
(0, _inherits2.default)(
|
|
2055
|
+
(0, _inherits2.default)(ProcessingFailure_MetadataNotSupportedOnRemotesErrorError, _ProcessingFailureErr33);
|
|
2056
|
+
return (0, _createClass2.default)(ProcessingFailure_MetadataNotSupportedOnRemotesErrorError);
|
|
2057
|
+
}(ProcessingFailureError);
|
|
2058
|
+
errorClasses.ProcessingFailure_MetadataNotSupportedOnRemotesErrorError = ProcessingFailure_MetadataNotSupportedOnRemotesErrorError;
|
|
2059
|
+
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
|
2060
|
+
function ProcessingFailure_ModelSaveErrorError(message, code, errorData) {
|
|
2061
|
+
var _this164;
|
|
2062
|
+
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
|
2063
|
+
_this164 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
|
|
2064
|
+
_this164.name = 'ProcessingFailure_ModelSaveErrorError';
|
|
2065
|
+
return _this164;
|
|
2066
|
+
}
|
|
2067
|
+
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr34);
|
|
2056
2068
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
|
2057
2069
|
}(ProcessingFailureError);
|
|
2058
2070
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
|
2059
|
-
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (
|
|
2071
|
+
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
|
2060
2072
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code, errorData) {
|
|
2061
|
-
var
|
|
2073
|
+
var _this165;
|
|
2062
2074
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
return
|
|
2075
|
+
_this165 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
|
|
2076
|
+
_this165.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
|
2077
|
+
return _this165;
|
|
2066
2078
|
}
|
|
2067
|
-
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError,
|
|
2079
|
+
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr35);
|
|
2068
2080
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
|
2069
2081
|
}(ProcessingFailureError);
|
|
2070
2082
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
|
2071
|
-
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (
|
|
2083
|
+
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
|
2072
2084
|
function ProcessingFailure_PathTooLongError(message, code, errorData) {
|
|
2073
|
-
var
|
|
2085
|
+
var _this166;
|
|
2074
2086
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
return
|
|
2087
|
+
_this166 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
|
|
2088
|
+
_this166.name = 'ProcessingFailure_PathTooLongError';
|
|
2089
|
+
return _this166;
|
|
2078
2090
|
}
|
|
2079
|
-
(0, _inherits2.default)(ProcessingFailure_PathTooLongError,
|
|
2091
|
+
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr36);
|
|
2080
2092
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
|
2081
2093
|
}(ProcessingFailureError);
|
|
2082
2094
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
2083
|
-
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (
|
|
2095
|
+
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
|
2084
2096
|
function ProcessingFailure_RecipientAlreadySharedError(message, code, errorData) {
|
|
2085
|
-
var
|
|
2097
|
+
var _this167;
|
|
2086
2098
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
return
|
|
2099
|
+
_this167 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
|
|
2100
|
+
_this167.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
|
2101
|
+
return _this167;
|
|
2090
2102
|
}
|
|
2091
|
-
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError,
|
|
2103
|
+
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr37);
|
|
2092
2104
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
|
2093
2105
|
}(ProcessingFailureError);
|
|
2094
2106
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
|
2095
|
-
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (
|
|
2107
|
+
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr38) {
|
|
2096
2108
|
function ProcessingFailure_RemoteServerErrorError(message, code, errorData) {
|
|
2097
|
-
var
|
|
2109
|
+
var _this168;
|
|
2098
2110
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
return
|
|
2111
|
+
_this168 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
|
|
2112
|
+
_this168.name = 'ProcessingFailure_RemoteServerErrorError';
|
|
2113
|
+
return _this168;
|
|
2102
2114
|
}
|
|
2103
|
-
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError,
|
|
2115
|
+
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr38);
|
|
2104
2116
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
|
2105
2117
|
}(ProcessingFailureError);
|
|
2106
2118
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
|
2107
|
-
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (
|
|
2119
|
+
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (_ProcessingFailureErr39) {
|
|
2108
2120
|
function ProcessingFailure_ResourceBelongsToParentSiteError(message, code, errorData) {
|
|
2109
|
-
var
|
|
2121
|
+
var _this169;
|
|
2110
2122
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
return
|
|
2123
|
+
_this169 = _callSuper(this, ProcessingFailure_ResourceBelongsToParentSiteError, [message, code, errorData]);
|
|
2124
|
+
_this169.name = 'ProcessingFailure_ResourceBelongsToParentSiteError';
|
|
2125
|
+
return _this169;
|
|
2114
2126
|
}
|
|
2115
|
-
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError,
|
|
2127
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError, _ProcessingFailureErr39);
|
|
2116
2128
|
return (0, _createClass2.default)(ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2117
2129
|
}(ProcessingFailureError);
|
|
2118
2130
|
errorClasses.ProcessingFailure_ResourceBelongsToParentSiteError = ProcessingFailure_ResourceBelongsToParentSiteError;
|
|
2119
|
-
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (
|
|
2131
|
+
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr40) {
|
|
2120
2132
|
function ProcessingFailure_ResourceLockedError(message, code, errorData) {
|
|
2121
|
-
var
|
|
2133
|
+
var _this170;
|
|
2122
2134
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
return
|
|
2135
|
+
_this170 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
|
|
2136
|
+
_this170.name = 'ProcessingFailure_ResourceLockedError';
|
|
2137
|
+
return _this170;
|
|
2126
2138
|
}
|
|
2127
|
-
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError,
|
|
2139
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr40);
|
|
2128
2140
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
|
2129
2141
|
}(ProcessingFailureError);
|
|
2130
2142
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
|
2131
|
-
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (
|
|
2143
|
+
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr41) {
|
|
2132
2144
|
function ProcessingFailure_SubfolderLockedError(message, code, errorData) {
|
|
2133
|
-
var
|
|
2145
|
+
var _this171;
|
|
2134
2146
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
return
|
|
2147
|
+
_this171 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
|
|
2148
|
+
_this171.name = 'ProcessingFailure_SubfolderLockedError';
|
|
2149
|
+
return _this171;
|
|
2138
2150
|
}
|
|
2139
|
-
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError,
|
|
2151
|
+
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr41);
|
|
2140
2152
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
|
2141
2153
|
}(ProcessingFailureError);
|
|
2142
2154
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
|
2143
|
-
var ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SyncInProgressError = /*#__PURE__*/function (
|
|
2155
|
+
var ProcessingFailure_SyncInProgressError = exports.ProcessingFailure_SyncInProgressError = /*#__PURE__*/function (_ProcessingFailureErr42) {
|
|
2144
2156
|
function ProcessingFailure_SyncInProgressError(message, code, errorData) {
|
|
2145
|
-
var
|
|
2157
|
+
var _this172;
|
|
2146
2158
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SyncInProgressError);
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
return
|
|
2159
|
+
_this172 = _callSuper(this, ProcessingFailure_SyncInProgressError, [message, code, errorData]);
|
|
2160
|
+
_this172.name = 'ProcessingFailure_SyncInProgressError';
|
|
2161
|
+
return _this172;
|
|
2150
2162
|
}
|
|
2151
|
-
(0, _inherits2.default)(ProcessingFailure_SyncInProgressError,
|
|
2163
|
+
(0, _inherits2.default)(ProcessingFailure_SyncInProgressError, _ProcessingFailureErr42);
|
|
2152
2164
|
return (0, _createClass2.default)(ProcessingFailure_SyncInProgressError);
|
|
2153
2165
|
}(ProcessingFailureError);
|
|
2154
2166
|
errorClasses.ProcessingFailure_SyncInProgressError = ProcessingFailure_SyncInProgressError;
|
|
2155
|
-
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (
|
|
2167
|
+
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr43) {
|
|
2156
2168
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code, errorData) {
|
|
2157
|
-
var
|
|
2169
|
+
var _this173;
|
|
2158
2170
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
return
|
|
2171
|
+
_this173 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
|
|
2172
|
+
_this173.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
|
2173
|
+
return _this173;
|
|
2162
2174
|
}
|
|
2163
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError,
|
|
2175
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr43);
|
|
2164
2176
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2165
2177
|
}(ProcessingFailureError);
|
|
2166
2178
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
|
2167
|
-
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (
|
|
2179
|
+
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr44) {
|
|
2168
2180
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code, errorData) {
|
|
2169
|
-
var
|
|
2181
|
+
var _this174;
|
|
2170
2182
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
return
|
|
2183
|
+
_this174 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
|
|
2184
|
+
_this174.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
|
2185
|
+
return _this174;
|
|
2174
2186
|
}
|
|
2175
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError,
|
|
2187
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr44);
|
|
2176
2188
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2177
2189
|
}(ProcessingFailureError);
|
|
2178
2190
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
|
2179
|
-
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (
|
|
2191
|
+
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr45) {
|
|
2180
2192
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code, errorData) {
|
|
2181
|
-
var
|
|
2193
|
+
var _this175;
|
|
2182
2194
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
return
|
|
2195
|
+
_this175 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
|
|
2196
|
+
_this175.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
|
2197
|
+
return _this175;
|
|
2186
2198
|
}
|
|
2187
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError,
|
|
2199
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr45);
|
|
2188
2200
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2189
2201
|
}(ProcessingFailureError);
|
|
2190
2202
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
|
2191
|
-
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (
|
|
2203
|
+
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (_ProcessingFailureErr46) {
|
|
2192
2204
|
function ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError(message, code, errorData) {
|
|
2193
|
-
var
|
|
2205
|
+
var _this176;
|
|
2194
2206
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
return
|
|
2207
|
+
_this176 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, [message, code, errorData]);
|
|
2208
|
+
_this176.name = 'ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError';
|
|
2209
|
+
return _this176;
|
|
2198
2210
|
}
|
|
2199
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError,
|
|
2211
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, _ProcessingFailureErr46);
|
|
2200
2212
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2201
2213
|
}(ProcessingFailureError);
|
|
2202
2214
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError;
|
|
2203
|
-
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (
|
|
2215
|
+
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr47) {
|
|
2204
2216
|
function ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError(message, code, errorData) {
|
|
2205
|
-
var
|
|
2217
|
+
var _this177;
|
|
2206
2218
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
return
|
|
2219
|
+
_this177 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
|
|
2220
|
+
_this177.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
|
|
2221
|
+
return _this177;
|
|
2210
2222
|
}
|
|
2211
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError,
|
|
2223
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr47);
|
|
2212
2224
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2213
2225
|
}(ProcessingFailureError);
|
|
2214
2226
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError;
|
|
2215
|
-
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (
|
|
2227
|
+
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr48) {
|
|
2216
2228
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code, errorData) {
|
|
2217
|
-
var
|
|
2229
|
+
var _this178;
|
|
2218
2230
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
return
|
|
2231
|
+
_this178 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
|
|
2232
|
+
_this178.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
|
2233
|
+
return _this178;
|
|
2222
2234
|
}
|
|
2223
|
-
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError,
|
|
2235
|
+
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr48);
|
|
2224
2236
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2225
2237
|
}(ProcessingFailureError);
|
|
2226
2238
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
|
2227
2239
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
|
2228
2240
|
function RateLimited_DuplicateShareRecipientError(message, code, errorData) {
|
|
2229
|
-
var
|
|
2241
|
+
var _this179;
|
|
2230
2242
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
return
|
|
2243
|
+
_this179 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
|
|
2244
|
+
_this179.name = 'RateLimited_DuplicateShareRecipientError';
|
|
2245
|
+
return _this179;
|
|
2234
2246
|
}
|
|
2235
2247
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
|
2236
2248
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
|
@@ -2238,11 +2250,11 @@ var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShar
|
|
|
2238
2250
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
|
2239
2251
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
|
2240
2252
|
function RateLimited_ReauthenticationRateLimitedError(message, code, errorData) {
|
|
2241
|
-
var
|
|
2253
|
+
var _this180;
|
|
2242
2254
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
return
|
|
2255
|
+
_this180 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
|
|
2256
|
+
_this180.name = 'RateLimited_ReauthenticationRateLimitedError';
|
|
2257
|
+
return _this180;
|
|
2246
2258
|
}
|
|
2247
2259
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
|
2248
2260
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
|
@@ -2250,11 +2262,11 @@ var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_Reauthent
|
|
|
2250
2262
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
|
2251
2263
|
var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcurrentLoginsError = /*#__PURE__*/function (_RateLimitedError3) {
|
|
2252
2264
|
function RateLimited_TooManyConcurrentLoginsError(message, code, errorData) {
|
|
2253
|
-
var
|
|
2265
|
+
var _this181;
|
|
2254
2266
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentLoginsError);
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
return
|
|
2267
|
+
_this181 = _callSuper(this, RateLimited_TooManyConcurrentLoginsError, [message, code, errorData]);
|
|
2268
|
+
_this181.name = 'RateLimited_TooManyConcurrentLoginsError';
|
|
2269
|
+
return _this181;
|
|
2258
2270
|
}
|
|
2259
2271
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentLoginsError, _RateLimitedError3);
|
|
2260
2272
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentLoginsError);
|
|
@@ -2262,11 +2274,11 @@ var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcur
|
|
|
2262
2274
|
errorClasses.RateLimited_TooManyConcurrentLoginsError = RateLimited_TooManyConcurrentLoginsError;
|
|
2263
2275
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
|
2264
2276
|
function RateLimited_TooManyConcurrentRequestsError(message, code, errorData) {
|
|
2265
|
-
var
|
|
2277
|
+
var _this182;
|
|
2266
2278
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
return
|
|
2279
|
+
_this182 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
|
|
2280
|
+
_this182.name = 'RateLimited_TooManyConcurrentRequestsError';
|
|
2281
|
+
return _this182;
|
|
2270
2282
|
}
|
|
2271
2283
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError4);
|
|
2272
2284
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
|
@@ -2274,11 +2286,11 @@ var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConc
|
|
|
2274
2286
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
|
2275
2287
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError5) {
|
|
2276
2288
|
function RateLimited_TooManyLoginAttemptsError(message, code, errorData) {
|
|
2277
|
-
var
|
|
2289
|
+
var _this183;
|
|
2278
2290
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
return
|
|
2291
|
+
_this183 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
|
|
2292
|
+
_this183.name = 'RateLimited_TooManyLoginAttemptsError';
|
|
2293
|
+
return _this183;
|
|
2282
2294
|
}
|
|
2283
2295
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError5);
|
|
2284
2296
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
|
@@ -2286,11 +2298,11 @@ var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAtte
|
|
|
2286
2298
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
|
2287
2299
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError6) {
|
|
2288
2300
|
function RateLimited_TooManyRequestsError(message, code, errorData) {
|
|
2289
|
-
var
|
|
2301
|
+
var _this184;
|
|
2290
2302
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
return
|
|
2303
|
+
_this184 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
|
|
2304
|
+
_this184.name = 'RateLimited_TooManyRequestsError';
|
|
2305
|
+
return _this184;
|
|
2294
2306
|
}
|
|
2295
2307
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError6);
|
|
2296
2308
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
|
@@ -2298,11 +2310,11 @@ var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError
|
|
|
2298
2310
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2299
2311
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError7) {
|
|
2300
2312
|
function RateLimited_TooManySharesError(message, code, errorData) {
|
|
2301
|
-
var
|
|
2313
|
+
var _this185;
|
|
2302
2314
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
return
|
|
2315
|
+
_this185 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
|
|
2316
|
+
_this185.name = 'RateLimited_TooManySharesError';
|
|
2317
|
+
return _this185;
|
|
2306
2318
|
}
|
|
2307
2319
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError7);
|
|
2308
2320
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
|
@@ -2310,11 +2322,11 @@ var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*
|
|
|
2310
2322
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2311
2323
|
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
|
2312
2324
|
function ServiceUnavailable_AutomationsUnavailableError(message, code, errorData) {
|
|
2313
|
-
var
|
|
2325
|
+
var _this186;
|
|
2314
2326
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
return
|
|
2327
|
+
_this186 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
|
|
2328
|
+
_this186.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
|
2329
|
+
return _this186;
|
|
2318
2330
|
}
|
|
2319
2331
|
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr);
|
|
2320
2332
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
|
@@ -2322,11 +2334,11 @@ var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_
|
|
|
2322
2334
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
|
2323
2335
|
var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_MigrationInProgressError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
|
2324
2336
|
function ServiceUnavailable_MigrationInProgressError(message, code, errorData) {
|
|
2325
|
-
var
|
|
2337
|
+
var _this187;
|
|
2326
2338
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_MigrationInProgressError);
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
return
|
|
2339
|
+
_this187 = _callSuper(this, ServiceUnavailable_MigrationInProgressError, [message, code, errorData]);
|
|
2340
|
+
_this187.name = 'ServiceUnavailable_MigrationInProgressError';
|
|
2341
|
+
return _this187;
|
|
2330
2342
|
}
|
|
2331
2343
|
(0, _inherits2.default)(ServiceUnavailable_MigrationInProgressError, _ServiceUnavailableEr2);
|
|
2332
2344
|
return (0, _createClass2.default)(ServiceUnavailable_MigrationInProgressError);
|
|
@@ -2334,11 +2346,11 @@ var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_Mig
|
|
|
2334
2346
|
errorClasses.ServiceUnavailable_MigrationInProgressError = ServiceUnavailable_MigrationInProgressError;
|
|
2335
2347
|
var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabledError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
|
2336
2348
|
function ServiceUnavailable_SiteDisabledError(message, code, errorData) {
|
|
2337
|
-
var
|
|
2349
|
+
var _this188;
|
|
2338
2350
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_SiteDisabledError);
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
return
|
|
2351
|
+
_this188 = _callSuper(this, ServiceUnavailable_SiteDisabledError, [message, code, errorData]);
|
|
2352
|
+
_this188.name = 'ServiceUnavailable_SiteDisabledError';
|
|
2353
|
+
return _this188;
|
|
2342
2354
|
}
|
|
2343
2355
|
(0, _inherits2.default)(ServiceUnavailable_SiteDisabledError, _ServiceUnavailableEr3);
|
|
2344
2356
|
return (0, _createClass2.default)(ServiceUnavailable_SiteDisabledError);
|
|
@@ -2346,11 +2358,11 @@ var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabl
|
|
|
2346
2358
|
errorClasses.ServiceUnavailable_SiteDisabledError = ServiceUnavailable_SiteDisabledError;
|
|
2347
2359
|
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr4) {
|
|
2348
2360
|
function ServiceUnavailable_UploadsUnavailableError(message, code, errorData) {
|
|
2349
|
-
var
|
|
2361
|
+
var _this189;
|
|
2350
2362
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
return
|
|
2363
|
+
_this189 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
|
|
2364
|
+
_this189.name = 'ServiceUnavailable_UploadsUnavailableError';
|
|
2365
|
+
return _this189;
|
|
2354
2366
|
}
|
|
2355
2367
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr4);
|
|
2356
2368
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
|
@@ -2358,11 +2370,11 @@ var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_Uplo
|
|
|
2358
2370
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
|
2359
2371
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
|
2360
2372
|
function SiteConfiguration_AccountAlreadyExistsError(message, code, errorData) {
|
|
2361
|
-
var
|
|
2373
|
+
var _this190;
|
|
2362
2374
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
return
|
|
2375
|
+
_this190 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
|
|
2376
|
+
_this190.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
|
2377
|
+
return _this190;
|
|
2366
2378
|
}
|
|
2367
2379
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
|
2368
2380
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
|
@@ -2370,11 +2382,11 @@ var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_Acco
|
|
|
2370
2382
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
|
2371
2383
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
|
2372
2384
|
function SiteConfiguration_AccountOverdueError(message, code, errorData) {
|
|
2373
|
-
var
|
|
2385
|
+
var _this191;
|
|
2374
2386
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
return
|
|
2387
|
+
_this191 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
|
|
2388
|
+
_this191.name = 'SiteConfiguration_AccountOverdueError';
|
|
2389
|
+
return _this191;
|
|
2378
2390
|
}
|
|
2379
2391
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
|
2380
2392
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
|
@@ -2382,11 +2394,11 @@ var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOve
|
|
|
2382
2394
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
|
2383
2395
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
|
2384
2396
|
function SiteConfiguration_NoAccountForSiteError(message, code, errorData) {
|
|
2385
|
-
var
|
|
2397
|
+
var _this192;
|
|
2386
2398
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
return
|
|
2399
|
+
_this192 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
|
|
2400
|
+
_this192.name = 'SiteConfiguration_NoAccountForSiteError';
|
|
2401
|
+
return _this192;
|
|
2390
2402
|
}
|
|
2391
2403
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
|
2392
2404
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
|
@@ -2394,11 +2406,11 @@ var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccoun
|
|
|
2394
2406
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
|
2395
2407
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
|
2396
2408
|
function SiteConfiguration_SiteWasRemovedError(message, code, errorData) {
|
|
2397
|
-
var
|
|
2409
|
+
var _this193;
|
|
2398
2410
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
return
|
|
2411
|
+
_this193 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
|
|
2412
|
+
_this193.name = 'SiteConfiguration_SiteWasRemovedError';
|
|
2413
|
+
return _this193;
|
|
2402
2414
|
}
|
|
2403
2415
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
|
2404
2416
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
|
@@ -2406,11 +2418,11 @@ var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRem
|
|
|
2406
2418
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
|
2407
2419
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
|
2408
2420
|
function SiteConfiguration_TrialExpiredError(message, code, errorData) {
|
|
2409
|
-
var
|
|
2421
|
+
var _this194;
|
|
2410
2422
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
return
|
|
2423
|
+
_this194 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
|
|
2424
|
+
_this194.name = 'SiteConfiguration_TrialExpiredError';
|
|
2425
|
+
return _this194;
|
|
2414
2426
|
}
|
|
2415
2427
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
|
2416
2428
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
|
@@ -2418,11 +2430,11 @@ var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpired
|
|
|
2418
2430
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
|
2419
2431
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
|
2420
2432
|
function SiteConfiguration_TrialLockedError(message, code, errorData) {
|
|
2421
|
-
var
|
|
2433
|
+
var _this195;
|
|
2422
2434
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
return
|
|
2435
|
+
_this195 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
|
|
2436
|
+
_this195.name = 'SiteConfiguration_TrialLockedError';
|
|
2437
|
+
return _this195;
|
|
2426
2438
|
}
|
|
2427
2439
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
|
2428
2440
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
|
@@ -2430,11 +2442,11 @@ var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedEr
|
|
|
2430
2442
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2431
2443
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
|
2432
2444
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code, errorData) {
|
|
2433
|
-
var
|
|
2445
|
+
var _this196;
|
|
2434
2446
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
return
|
|
2447
|
+
_this196 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
|
|
2448
|
+
_this196.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
|
2449
|
+
return _this196;
|
|
2438
2450
|
}
|
|
2439
2451
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
|
2440
2452
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
package/lib/Files.js
CHANGED
|
@@ -12,7 +12,7 @@ var apiKey;
|
|
|
12
12
|
var baseUrl = 'https://app.files.com';
|
|
13
13
|
var sessionId = null;
|
|
14
14
|
var language = null;
|
|
15
|
-
var version = '1.2.
|
|
15
|
+
var version = '1.2.307';
|
|
16
16
|
var userAgent = "Files.com JavaScript SDK v".concat(version);
|
|
17
17
|
var logLevel = _Logger.LogLevel.INFO;
|
|
18
18
|
var debugRequest = false;
|
package/package.json
CHANGED
package/src/Errors.js
CHANGED
|
@@ -247,6 +247,7 @@ export class ProcessingFailure_InvalidFilenameError extends ProcessingFailureErr
|
|
|
247
247
|
export class ProcessingFailure_InvalidPriorityColorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidPriorityColorError' } } errorClasses.ProcessingFailure_InvalidPriorityColorError = ProcessingFailure_InvalidPriorityColorError
|
|
248
248
|
export class ProcessingFailure_InvalidRangeError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidRangeError' } } errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError
|
|
249
249
|
export class ProcessingFailure_InvalidSiteError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidSiteError' } } errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError
|
|
250
|
+
export class ProcessingFailure_MetadataNotSupportedOnRemotesErrorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_MetadataNotSupportedOnRemotesErrorError' } } errorClasses.ProcessingFailure_MetadataNotSupportedOnRemotesErrorError = ProcessingFailure_MetadataNotSupportedOnRemotesErrorError
|
|
250
251
|
export class ProcessingFailure_ModelSaveErrorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_ModelSaveErrorError' } } errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError
|
|
251
252
|
export class ProcessingFailure_MultipleProcessingErrorsError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_MultipleProcessingErrorsError' } } errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError
|
|
252
253
|
export class ProcessingFailure_PathTooLongError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_PathTooLongError' } } errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError
|
package/src/Files.js
CHANGED