files.com 1.2.216 → 1.2.217
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 +2 -0
- package/_VERSION +1 -1
- package/docs/Errors.md +2 -0
- package/lib/Errors.js +179 -155
- package/lib/Files.js +1 -1
- package/package.json +1 -1
- package/src/Errors.js +2 -0
- package/src/Files.js +1 -1
package/README.md
CHANGED
|
@@ -639,11 +639,13 @@ Error
|
|
|
639
639
|
| `ProcessingFailure_InvalidFilenameError`| `ProcessingFailureError` |
|
|
640
640
|
| `ProcessingFailure_InvalidPriorityColorError`| `ProcessingFailureError` |
|
|
641
641
|
| `ProcessingFailure_InvalidRangeError`| `ProcessingFailureError` |
|
|
642
|
+
| `ProcessingFailure_InvalidSiteError`| `ProcessingFailureError` |
|
|
642
643
|
| `ProcessingFailure_ModelSaveErrorError`| `ProcessingFailureError` |
|
|
643
644
|
| `ProcessingFailure_MultipleProcessingErrorsError`| `ProcessingFailureError` |
|
|
644
645
|
| `ProcessingFailure_PathTooLongError`| `ProcessingFailureError` |
|
|
645
646
|
| `ProcessingFailure_RecipientAlreadySharedError`| `ProcessingFailureError` |
|
|
646
647
|
| `ProcessingFailure_RemoteServerErrorError`| `ProcessingFailureError` |
|
|
648
|
+
| `ProcessingFailure_ResourceBelongsToParentSiteError`| `ProcessingFailureError` |
|
|
647
649
|
| `ProcessingFailure_ResourceLockedError`| `ProcessingFailureError` |
|
|
648
650
|
| `ProcessingFailure_SubfolderLockedError`| `ProcessingFailureError` |
|
|
649
651
|
| `ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError`| `ProcessingFailureError` |
|
package/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.217
|
package/docs/Errors.md
CHANGED
|
@@ -190,11 +190,13 @@ These errors are derived from the error groups listed above.
|
|
|
190
190
|
### ProcessingFailure_InvalidFilenameError
|
|
191
191
|
### ProcessingFailure_InvalidPriorityColorError
|
|
192
192
|
### ProcessingFailure_InvalidRangeError
|
|
193
|
+
### ProcessingFailure_InvalidSiteError
|
|
193
194
|
### ProcessingFailure_ModelSaveErrorError
|
|
194
195
|
### ProcessingFailure_MultipleProcessingErrorsError
|
|
195
196
|
### ProcessingFailure_PathTooLongError
|
|
196
197
|
### ProcessingFailure_RecipientAlreadySharedError
|
|
197
198
|
### ProcessingFailure_RemoteServerErrorError
|
|
199
|
+
### ProcessingFailure_ResourceBelongsToParentSiteError
|
|
198
200
|
### ProcessingFailure_ResourceLockedError
|
|
199
201
|
### ProcessingFailure_SubfolderLockedError
|
|
200
202
|
### ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError
|
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_RecaptchaFailedError = 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_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_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.ServiceUnavailable_AgentUnavailableError = 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_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = 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.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = 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_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = 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.ServiceUnavailable_AgentUnavailableError = 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_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.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = 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_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = 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"));
|
|
@@ -1972,169 +1972,193 @@ var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRange
|
|
|
1972
1972
|
return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
|
|
1973
1973
|
}(ProcessingFailureError);
|
|
1974
1974
|
errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
|
|
1975
|
-
var
|
|
1976
|
-
function
|
|
1975
|
+
var ProcessingFailure_InvalidSiteError = exports.ProcessingFailure_InvalidSiteError = /*#__PURE__*/function (_ProcessingFailureErr33) {
|
|
1976
|
+
function ProcessingFailure_InvalidSiteError(message, code, errorData) {
|
|
1977
1977
|
var _this159;
|
|
1978
|
-
(0, _classCallCheck2.default)(this,
|
|
1979
|
-
_this159 = _callSuper(this,
|
|
1980
|
-
_this159.name = '
|
|
1978
|
+
(0, _classCallCheck2.default)(this, ProcessingFailure_InvalidSiteError);
|
|
1979
|
+
_this159 = _callSuper(this, ProcessingFailure_InvalidSiteError, [message, code, errorData]);
|
|
1980
|
+
_this159.name = 'ProcessingFailure_InvalidSiteError';
|
|
1981
1981
|
return _this159;
|
|
1982
1982
|
}
|
|
1983
|
-
(0, _inherits2.default)(
|
|
1983
|
+
(0, _inherits2.default)(ProcessingFailure_InvalidSiteError, _ProcessingFailureErr33);
|
|
1984
|
+
return (0, _createClass2.default)(ProcessingFailure_InvalidSiteError);
|
|
1985
|
+
}(ProcessingFailureError);
|
|
1986
|
+
errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError;
|
|
1987
|
+
var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr34) {
|
|
1988
|
+
function ProcessingFailure_ModelSaveErrorError(message, code, errorData) {
|
|
1989
|
+
var _this160;
|
|
1990
|
+
(0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
|
|
1991
|
+
_this160 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
|
|
1992
|
+
_this160.name = 'ProcessingFailure_ModelSaveErrorError';
|
|
1993
|
+
return _this160;
|
|
1994
|
+
}
|
|
1995
|
+
(0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr34);
|
|
1984
1996
|
return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
|
|
1985
1997
|
}(ProcessingFailureError);
|
|
1986
1998
|
errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
|
|
1987
|
-
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (
|
|
1999
|
+
var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr35) {
|
|
1988
2000
|
function ProcessingFailure_MultipleProcessingErrorsError(message, code, errorData) {
|
|
1989
|
-
var
|
|
2001
|
+
var _this161;
|
|
1990
2002
|
(0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
return
|
|
2003
|
+
_this161 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
|
|
2004
|
+
_this161.name = 'ProcessingFailure_MultipleProcessingErrorsError';
|
|
2005
|
+
return _this161;
|
|
1994
2006
|
}
|
|
1995
|
-
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError,
|
|
2007
|
+
(0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr35);
|
|
1996
2008
|
return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
|
|
1997
2009
|
}(ProcessingFailureError);
|
|
1998
2010
|
errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
|
|
1999
|
-
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (
|
|
2011
|
+
var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr36) {
|
|
2000
2012
|
function ProcessingFailure_PathTooLongError(message, code, errorData) {
|
|
2001
|
-
var
|
|
2013
|
+
var _this162;
|
|
2002
2014
|
(0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
return
|
|
2015
|
+
_this162 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
|
|
2016
|
+
_this162.name = 'ProcessingFailure_PathTooLongError';
|
|
2017
|
+
return _this162;
|
|
2006
2018
|
}
|
|
2007
|
-
(0, _inherits2.default)(ProcessingFailure_PathTooLongError,
|
|
2019
|
+
(0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr36);
|
|
2008
2020
|
return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
|
|
2009
2021
|
}(ProcessingFailureError);
|
|
2010
2022
|
errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
|
|
2011
|
-
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (
|
|
2023
|
+
var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr37) {
|
|
2012
2024
|
function ProcessingFailure_RecipientAlreadySharedError(message, code, errorData) {
|
|
2013
|
-
var
|
|
2025
|
+
var _this163;
|
|
2014
2026
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
return
|
|
2027
|
+
_this163 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
|
|
2028
|
+
_this163.name = 'ProcessingFailure_RecipientAlreadySharedError';
|
|
2029
|
+
return _this163;
|
|
2018
2030
|
}
|
|
2019
|
-
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError,
|
|
2031
|
+
(0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr37);
|
|
2020
2032
|
return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
|
|
2021
2033
|
}(ProcessingFailureError);
|
|
2022
2034
|
errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
|
|
2023
|
-
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (
|
|
2035
|
+
var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr38) {
|
|
2024
2036
|
function ProcessingFailure_RemoteServerErrorError(message, code, errorData) {
|
|
2025
|
-
var
|
|
2037
|
+
var _this164;
|
|
2026
2038
|
(0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
return
|
|
2039
|
+
_this164 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
|
|
2040
|
+
_this164.name = 'ProcessingFailure_RemoteServerErrorError';
|
|
2041
|
+
return _this164;
|
|
2030
2042
|
}
|
|
2031
|
-
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError,
|
|
2043
|
+
(0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr38);
|
|
2032
2044
|
return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
|
|
2033
2045
|
}(ProcessingFailureError);
|
|
2034
2046
|
errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
|
|
2035
|
-
var
|
|
2047
|
+
var ProcessingFailure_ResourceBelongsToParentSiteError = exports.ProcessingFailure_ResourceBelongsToParentSiteError = /*#__PURE__*/function (_ProcessingFailureErr39) {
|
|
2048
|
+
function ProcessingFailure_ResourceBelongsToParentSiteError(message, code, errorData) {
|
|
2049
|
+
var _this165;
|
|
2050
|
+
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2051
|
+
_this165 = _callSuper(this, ProcessingFailure_ResourceBelongsToParentSiteError, [message, code, errorData]);
|
|
2052
|
+
_this165.name = 'ProcessingFailure_ResourceBelongsToParentSiteError';
|
|
2053
|
+
return _this165;
|
|
2054
|
+
}
|
|
2055
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceBelongsToParentSiteError, _ProcessingFailureErr39);
|
|
2056
|
+
return (0, _createClass2.default)(ProcessingFailure_ResourceBelongsToParentSiteError);
|
|
2057
|
+
}(ProcessingFailureError);
|
|
2058
|
+
errorClasses.ProcessingFailure_ResourceBelongsToParentSiteError = ProcessingFailure_ResourceBelongsToParentSiteError;
|
|
2059
|
+
var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr40) {
|
|
2036
2060
|
function ProcessingFailure_ResourceLockedError(message, code, errorData) {
|
|
2037
|
-
var
|
|
2061
|
+
var _this166;
|
|
2038
2062
|
(0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
return
|
|
2063
|
+
_this166 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
|
|
2064
|
+
_this166.name = 'ProcessingFailure_ResourceLockedError';
|
|
2065
|
+
return _this166;
|
|
2042
2066
|
}
|
|
2043
|
-
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError,
|
|
2067
|
+
(0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr40);
|
|
2044
2068
|
return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
|
|
2045
2069
|
}(ProcessingFailureError);
|
|
2046
2070
|
errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
|
|
2047
|
-
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (
|
|
2071
|
+
var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr41) {
|
|
2048
2072
|
function ProcessingFailure_SubfolderLockedError(message, code, errorData) {
|
|
2049
|
-
var
|
|
2073
|
+
var _this167;
|
|
2050
2074
|
(0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
return
|
|
2075
|
+
_this167 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
|
|
2076
|
+
_this167.name = 'ProcessingFailure_SubfolderLockedError';
|
|
2077
|
+
return _this167;
|
|
2054
2078
|
}
|
|
2055
|
-
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError,
|
|
2079
|
+
(0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr41);
|
|
2056
2080
|
return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
|
|
2057
2081
|
}(ProcessingFailureError);
|
|
2058
2082
|
errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
|
|
2059
|
-
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (
|
|
2083
|
+
var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr42) {
|
|
2060
2084
|
function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code, errorData) {
|
|
2061
|
-
var
|
|
2085
|
+
var _this168;
|
|
2062
2086
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
return
|
|
2087
|
+
_this168 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
|
|
2088
|
+
_this168.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
|
|
2089
|
+
return _this168;
|
|
2066
2090
|
}
|
|
2067
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError,
|
|
2091
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr42);
|
|
2068
2092
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
|
|
2069
2093
|
}(ProcessingFailureError);
|
|
2070
2094
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
|
|
2071
|
-
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (
|
|
2095
|
+
var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr43) {
|
|
2072
2096
|
function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code, errorData) {
|
|
2073
|
-
var
|
|
2097
|
+
var _this169;
|
|
2074
2098
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
return
|
|
2099
|
+
_this169 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
|
|
2100
|
+
_this169.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
|
|
2101
|
+
return _this169;
|
|
2078
2102
|
}
|
|
2079
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError,
|
|
2103
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr43);
|
|
2080
2104
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
|
|
2081
2105
|
}(ProcessingFailureError);
|
|
2082
2106
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
|
|
2083
|
-
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (
|
|
2107
|
+
var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr44) {
|
|
2084
2108
|
function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code, errorData) {
|
|
2085
|
-
var
|
|
2109
|
+
var _this170;
|
|
2086
2110
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
return
|
|
2111
|
+
_this170 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
|
|
2112
|
+
_this170.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
|
|
2113
|
+
return _this170;
|
|
2090
2114
|
}
|
|
2091
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError,
|
|
2115
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr44);
|
|
2092
2116
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
|
|
2093
2117
|
}(ProcessingFailureError);
|
|
2094
2118
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
|
|
2095
|
-
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (
|
|
2119
|
+
var ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = exports.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = /*#__PURE__*/function (_ProcessingFailureErr45) {
|
|
2096
2120
|
function ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError(message, code, errorData) {
|
|
2097
|
-
var
|
|
2121
|
+
var _this171;
|
|
2098
2122
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
return
|
|
2123
|
+
_this171 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, [message, code, errorData]);
|
|
2124
|
+
_this171.name = 'ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError';
|
|
2125
|
+
return _this171;
|
|
2102
2126
|
}
|
|
2103
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError,
|
|
2127
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError, _ProcessingFailureErr45);
|
|
2104
2128
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError);
|
|
2105
2129
|
}(ProcessingFailureError);
|
|
2106
2130
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError = ProcessingFailure_TwoFactorAuthenticationMethodUnsupportedErrorError;
|
|
2107
|
-
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (
|
|
2131
|
+
var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr46) {
|
|
2108
2132
|
function ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError(message, code, errorData) {
|
|
2109
|
-
var
|
|
2133
|
+
var _this172;
|
|
2110
2134
|
(0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
return
|
|
2135
|
+
_this172 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
|
|
2136
|
+
_this172.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
|
|
2137
|
+
return _this172;
|
|
2114
2138
|
}
|
|
2115
|
-
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError,
|
|
2139
|
+
(0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr46);
|
|
2116
2140
|
return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
|
|
2117
2141
|
}(ProcessingFailureError);
|
|
2118
2142
|
errorClasses.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError;
|
|
2119
|
-
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (
|
|
2143
|
+
var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr47) {
|
|
2120
2144
|
function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code, errorData) {
|
|
2121
|
-
var
|
|
2145
|
+
var _this173;
|
|
2122
2146
|
(0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
return
|
|
2147
|
+
_this173 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
|
|
2148
|
+
_this173.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
|
|
2149
|
+
return _this173;
|
|
2126
2150
|
}
|
|
2127
|
-
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError,
|
|
2151
|
+
(0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr47);
|
|
2128
2152
|
return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
|
|
2129
2153
|
}(ProcessingFailureError);
|
|
2130
2154
|
errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
|
|
2131
2155
|
var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
|
|
2132
2156
|
function RateLimited_DuplicateShareRecipientError(message, code, errorData) {
|
|
2133
|
-
var
|
|
2157
|
+
var _this174;
|
|
2134
2158
|
(0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
return
|
|
2159
|
+
_this174 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
|
|
2160
|
+
_this174.name = 'RateLimited_DuplicateShareRecipientError';
|
|
2161
|
+
return _this174;
|
|
2138
2162
|
}
|
|
2139
2163
|
(0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
|
|
2140
2164
|
return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
|
|
@@ -2142,11 +2166,11 @@ var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShar
|
|
|
2142
2166
|
errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
|
|
2143
2167
|
var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
|
|
2144
2168
|
function RateLimited_ReauthenticationRateLimitedError(message, code, errorData) {
|
|
2145
|
-
var
|
|
2169
|
+
var _this175;
|
|
2146
2170
|
(0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
return
|
|
2171
|
+
_this175 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
|
|
2172
|
+
_this175.name = 'RateLimited_ReauthenticationRateLimitedError';
|
|
2173
|
+
return _this175;
|
|
2150
2174
|
}
|
|
2151
2175
|
(0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
|
|
2152
2176
|
return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
|
|
@@ -2154,11 +2178,11 @@ var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_Reauthent
|
|
|
2154
2178
|
errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
|
|
2155
2179
|
var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcurrentLoginsError = /*#__PURE__*/function (_RateLimitedError3) {
|
|
2156
2180
|
function RateLimited_TooManyConcurrentLoginsError(message, code, errorData) {
|
|
2157
|
-
var
|
|
2181
|
+
var _this176;
|
|
2158
2182
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentLoginsError);
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
return
|
|
2183
|
+
_this176 = _callSuper(this, RateLimited_TooManyConcurrentLoginsError, [message, code, errorData]);
|
|
2184
|
+
_this176.name = 'RateLimited_TooManyConcurrentLoginsError';
|
|
2185
|
+
return _this176;
|
|
2162
2186
|
}
|
|
2163
2187
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentLoginsError, _RateLimitedError3);
|
|
2164
2188
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentLoginsError);
|
|
@@ -2166,11 +2190,11 @@ var RateLimited_TooManyConcurrentLoginsError = exports.RateLimited_TooManyConcur
|
|
|
2166
2190
|
errorClasses.RateLimited_TooManyConcurrentLoginsError = RateLimited_TooManyConcurrentLoginsError;
|
|
2167
2191
|
var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
|
|
2168
2192
|
function RateLimited_TooManyConcurrentRequestsError(message, code, errorData) {
|
|
2169
|
-
var
|
|
2193
|
+
var _this177;
|
|
2170
2194
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
return
|
|
2195
|
+
_this177 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
|
|
2196
|
+
_this177.name = 'RateLimited_TooManyConcurrentRequestsError';
|
|
2197
|
+
return _this177;
|
|
2174
2198
|
}
|
|
2175
2199
|
(0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError4);
|
|
2176
2200
|
return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
|
|
@@ -2178,11 +2202,11 @@ var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConc
|
|
|
2178
2202
|
errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
|
|
2179
2203
|
var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError5) {
|
|
2180
2204
|
function RateLimited_TooManyLoginAttemptsError(message, code, errorData) {
|
|
2181
|
-
var
|
|
2205
|
+
var _this178;
|
|
2182
2206
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
return
|
|
2207
|
+
_this178 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
|
|
2208
|
+
_this178.name = 'RateLimited_TooManyLoginAttemptsError';
|
|
2209
|
+
return _this178;
|
|
2186
2210
|
}
|
|
2187
2211
|
(0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError5);
|
|
2188
2212
|
return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
|
|
@@ -2190,11 +2214,11 @@ var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAtte
|
|
|
2190
2214
|
errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
|
|
2191
2215
|
var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError6) {
|
|
2192
2216
|
function RateLimited_TooManyRequestsError(message, code, errorData) {
|
|
2193
|
-
var
|
|
2217
|
+
var _this179;
|
|
2194
2218
|
(0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
return
|
|
2219
|
+
_this179 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
|
|
2220
|
+
_this179.name = 'RateLimited_TooManyRequestsError';
|
|
2221
|
+
return _this179;
|
|
2198
2222
|
}
|
|
2199
2223
|
(0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError6);
|
|
2200
2224
|
return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
|
|
@@ -2202,11 +2226,11 @@ var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError
|
|
|
2202
2226
|
errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
|
|
2203
2227
|
var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError7) {
|
|
2204
2228
|
function RateLimited_TooManySharesError(message, code, errorData) {
|
|
2205
|
-
var
|
|
2229
|
+
var _this180;
|
|
2206
2230
|
(0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
return
|
|
2231
|
+
_this180 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
|
|
2232
|
+
_this180.name = 'RateLimited_TooManySharesError';
|
|
2233
|
+
return _this180;
|
|
2210
2234
|
}
|
|
2211
2235
|
(0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError7);
|
|
2212
2236
|
return (0, _createClass2.default)(RateLimited_TooManySharesError);
|
|
@@ -2214,11 +2238,11 @@ var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*
|
|
|
2214
2238
|
errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
|
|
2215
2239
|
var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
|
|
2216
2240
|
function ServiceUnavailable_AgentUnavailableError(message, code, errorData) {
|
|
2217
|
-
var
|
|
2241
|
+
var _this181;
|
|
2218
2242
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AgentUnavailableError);
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
return
|
|
2243
|
+
_this181 = _callSuper(this, ServiceUnavailable_AgentUnavailableError, [message, code, errorData]);
|
|
2244
|
+
_this181.name = 'ServiceUnavailable_AgentUnavailableError';
|
|
2245
|
+
return _this181;
|
|
2222
2246
|
}
|
|
2223
2247
|
(0, _inherits2.default)(ServiceUnavailable_AgentUnavailableError, _ServiceUnavailableEr);
|
|
2224
2248
|
return (0, _createClass2.default)(ServiceUnavailable_AgentUnavailableError);
|
|
@@ -2226,11 +2250,11 @@ var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentU
|
|
|
2226
2250
|
errorClasses.ServiceUnavailable_AgentUnavailableError = ServiceUnavailable_AgentUnavailableError;
|
|
2227
2251
|
var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
|
|
2228
2252
|
function ServiceUnavailable_AutomationsUnavailableError(message, code, errorData) {
|
|
2229
|
-
var
|
|
2253
|
+
var _this182;
|
|
2230
2254
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
return
|
|
2255
|
+
_this182 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
|
|
2256
|
+
_this182.name = 'ServiceUnavailable_AutomationsUnavailableError';
|
|
2257
|
+
return _this182;
|
|
2234
2258
|
}
|
|
2235
2259
|
(0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr2);
|
|
2236
2260
|
return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
|
|
@@ -2238,11 +2262,11 @@ var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_
|
|
|
2238
2262
|
errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
|
|
2239
2263
|
var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_MigrationInProgressError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
|
|
2240
2264
|
function ServiceUnavailable_MigrationInProgressError(message, code, errorData) {
|
|
2241
|
-
var
|
|
2265
|
+
var _this183;
|
|
2242
2266
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_MigrationInProgressError);
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
return
|
|
2267
|
+
_this183 = _callSuper(this, ServiceUnavailable_MigrationInProgressError, [message, code, errorData]);
|
|
2268
|
+
_this183.name = 'ServiceUnavailable_MigrationInProgressError';
|
|
2269
|
+
return _this183;
|
|
2246
2270
|
}
|
|
2247
2271
|
(0, _inherits2.default)(ServiceUnavailable_MigrationInProgressError, _ServiceUnavailableEr3);
|
|
2248
2272
|
return (0, _createClass2.default)(ServiceUnavailable_MigrationInProgressError);
|
|
@@ -2250,11 +2274,11 @@ var ServiceUnavailable_MigrationInProgressError = exports.ServiceUnavailable_Mig
|
|
|
2250
2274
|
errorClasses.ServiceUnavailable_MigrationInProgressError = ServiceUnavailable_MigrationInProgressError;
|
|
2251
2275
|
var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabledError = /*#__PURE__*/function (_ServiceUnavailableEr4) {
|
|
2252
2276
|
function ServiceUnavailable_SiteDisabledError(message, code, errorData) {
|
|
2253
|
-
var
|
|
2277
|
+
var _this184;
|
|
2254
2278
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_SiteDisabledError);
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
return
|
|
2279
|
+
_this184 = _callSuper(this, ServiceUnavailable_SiteDisabledError, [message, code, errorData]);
|
|
2280
|
+
_this184.name = 'ServiceUnavailable_SiteDisabledError';
|
|
2281
|
+
return _this184;
|
|
2258
2282
|
}
|
|
2259
2283
|
(0, _inherits2.default)(ServiceUnavailable_SiteDisabledError, _ServiceUnavailableEr4);
|
|
2260
2284
|
return (0, _createClass2.default)(ServiceUnavailable_SiteDisabledError);
|
|
@@ -2262,11 +2286,11 @@ var ServiceUnavailable_SiteDisabledError = exports.ServiceUnavailable_SiteDisabl
|
|
|
2262
2286
|
errorClasses.ServiceUnavailable_SiteDisabledError = ServiceUnavailable_SiteDisabledError;
|
|
2263
2287
|
var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr5) {
|
|
2264
2288
|
function ServiceUnavailable_UploadsUnavailableError(message, code, errorData) {
|
|
2265
|
-
var
|
|
2289
|
+
var _this185;
|
|
2266
2290
|
(0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
return
|
|
2291
|
+
_this185 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
|
|
2292
|
+
_this185.name = 'ServiceUnavailable_UploadsUnavailableError';
|
|
2293
|
+
return _this185;
|
|
2270
2294
|
}
|
|
2271
2295
|
(0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr5);
|
|
2272
2296
|
return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
|
|
@@ -2274,11 +2298,11 @@ var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_Uplo
|
|
|
2274
2298
|
errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
|
|
2275
2299
|
var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
|
|
2276
2300
|
function SiteConfiguration_AccountAlreadyExistsError(message, code, errorData) {
|
|
2277
|
-
var
|
|
2301
|
+
var _this186;
|
|
2278
2302
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
return
|
|
2303
|
+
_this186 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
|
|
2304
|
+
_this186.name = 'SiteConfiguration_AccountAlreadyExistsError';
|
|
2305
|
+
return _this186;
|
|
2282
2306
|
}
|
|
2283
2307
|
(0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
|
|
2284
2308
|
return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
|
|
@@ -2286,11 +2310,11 @@ var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_Acco
|
|
|
2286
2310
|
errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
|
|
2287
2311
|
var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
|
|
2288
2312
|
function SiteConfiguration_AccountOverdueError(message, code, errorData) {
|
|
2289
|
-
var
|
|
2313
|
+
var _this187;
|
|
2290
2314
|
(0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
return
|
|
2315
|
+
_this187 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
|
|
2316
|
+
_this187.name = 'SiteConfiguration_AccountOverdueError';
|
|
2317
|
+
return _this187;
|
|
2294
2318
|
}
|
|
2295
2319
|
(0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
|
|
2296
2320
|
return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
|
|
@@ -2298,11 +2322,11 @@ var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOve
|
|
|
2298
2322
|
errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
|
|
2299
2323
|
var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
|
|
2300
2324
|
function SiteConfiguration_NoAccountForSiteError(message, code, errorData) {
|
|
2301
|
-
var
|
|
2325
|
+
var _this188;
|
|
2302
2326
|
(0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
return
|
|
2327
|
+
_this188 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
|
|
2328
|
+
_this188.name = 'SiteConfiguration_NoAccountForSiteError';
|
|
2329
|
+
return _this188;
|
|
2306
2330
|
}
|
|
2307
2331
|
(0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
|
|
2308
2332
|
return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
|
|
@@ -2310,11 +2334,11 @@ var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccoun
|
|
|
2310
2334
|
errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
|
|
2311
2335
|
var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
|
|
2312
2336
|
function SiteConfiguration_SiteWasRemovedError(message, code, errorData) {
|
|
2313
|
-
var
|
|
2337
|
+
var _this189;
|
|
2314
2338
|
(0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
return
|
|
2339
|
+
_this189 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
|
|
2340
|
+
_this189.name = 'SiteConfiguration_SiteWasRemovedError';
|
|
2341
|
+
return _this189;
|
|
2318
2342
|
}
|
|
2319
2343
|
(0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
|
|
2320
2344
|
return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
|
|
@@ -2322,11 +2346,11 @@ var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRem
|
|
|
2322
2346
|
errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
|
|
2323
2347
|
var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
|
|
2324
2348
|
function SiteConfiguration_TrialExpiredError(message, code, errorData) {
|
|
2325
|
-
var
|
|
2349
|
+
var _this190;
|
|
2326
2350
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
return
|
|
2351
|
+
_this190 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
|
|
2352
|
+
_this190.name = 'SiteConfiguration_TrialExpiredError';
|
|
2353
|
+
return _this190;
|
|
2330
2354
|
}
|
|
2331
2355
|
(0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
|
|
2332
2356
|
return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
|
|
@@ -2334,11 +2358,11 @@ var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpired
|
|
|
2334
2358
|
errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
|
|
2335
2359
|
var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
|
|
2336
2360
|
function SiteConfiguration_TrialLockedError(message, code, errorData) {
|
|
2337
|
-
var
|
|
2361
|
+
var _this191;
|
|
2338
2362
|
(0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
return
|
|
2363
|
+
_this191 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
|
|
2364
|
+
_this191.name = 'SiteConfiguration_TrialLockedError';
|
|
2365
|
+
return _this191;
|
|
2342
2366
|
}
|
|
2343
2367
|
(0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
|
|
2344
2368
|
return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
|
|
@@ -2346,11 +2370,11 @@ var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedEr
|
|
|
2346
2370
|
errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
|
|
2347
2371
|
var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
|
|
2348
2372
|
function SiteConfiguration_UserRequestsEnabledRequiredError(message, code, errorData) {
|
|
2349
|
-
var
|
|
2373
|
+
var _this192;
|
|
2350
2374
|
(0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
return
|
|
2375
|
+
_this192 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
|
|
2376
|
+
_this192.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
|
|
2377
|
+
return _this192;
|
|
2354
2378
|
}
|
|
2355
2379
|
(0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
|
|
2356
2380
|
return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
|
package/lib/Files.js
CHANGED
|
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
|
|
|
11
11
|
var apiKey;
|
|
12
12
|
var baseUrl = 'https://app.files.com';
|
|
13
13
|
var sessionId = null;
|
|
14
|
-
var version = '1.2.
|
|
14
|
+
var version = '1.2.217';
|
|
15
15
|
var userAgent = "Files.com JavaScript SDK v".concat(version);
|
|
16
16
|
var logLevel = _Logger.LogLevel.INFO;
|
|
17
17
|
var debugRequest = false;
|
package/package.json
CHANGED
package/src/Errors.js
CHANGED
|
@@ -241,11 +241,13 @@ export class ProcessingFailure_InvalidFileTypeError extends ProcessingFailureErr
|
|
|
241
241
|
export class ProcessingFailure_InvalidFilenameError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidFilenameError' } } errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError
|
|
242
242
|
export class ProcessingFailure_InvalidPriorityColorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidPriorityColorError' } } errorClasses.ProcessingFailure_InvalidPriorityColorError = ProcessingFailure_InvalidPriorityColorError
|
|
243
243
|
export class ProcessingFailure_InvalidRangeError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidRangeError' } } errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError
|
|
244
|
+
export class ProcessingFailure_InvalidSiteError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_InvalidSiteError' } } errorClasses.ProcessingFailure_InvalidSiteError = ProcessingFailure_InvalidSiteError
|
|
244
245
|
export class ProcessingFailure_ModelSaveErrorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_ModelSaveErrorError' } } errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError
|
|
245
246
|
export class ProcessingFailure_MultipleProcessingErrorsError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_MultipleProcessingErrorsError' } } errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError
|
|
246
247
|
export class ProcessingFailure_PathTooLongError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_PathTooLongError' } } errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError
|
|
247
248
|
export class ProcessingFailure_RecipientAlreadySharedError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_RecipientAlreadySharedError' } } errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError
|
|
248
249
|
export class ProcessingFailure_RemoteServerErrorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_RemoteServerErrorError' } } errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError
|
|
250
|
+
export class ProcessingFailure_ResourceBelongsToParentSiteError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_ResourceBelongsToParentSiteError' } } errorClasses.ProcessingFailure_ResourceBelongsToParentSiteError = ProcessingFailure_ResourceBelongsToParentSiteError
|
|
249
251
|
export class ProcessingFailure_ResourceLockedError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_ResourceLockedError' } } errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError
|
|
250
252
|
export class ProcessingFailure_SubfolderLockedError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_SubfolderLockedError' } } errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError
|
|
251
253
|
export class ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError' } } errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError
|
package/src/Files.js
CHANGED