files.com 1.0.237 → 1.0.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_VERSION +1 -1
- package/docs/Errors.md +2 -0
- package/lib/Errors.js +758 -730
- package/package.json +1 -1
- package/src/Errors.js +2 -0
package/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.239
|
package/docs/Errors.md
CHANGED
@@ -63,6 +63,7 @@ These errors are derived from the error groups listed above.
|
|
63
63
|
### BadRequest_InvalidInputEncodingError
|
64
64
|
### BadRequest_InvalidInterfaceError
|
65
65
|
### BadRequest_InvalidOauthProviderError
|
66
|
+
### BadRequest_InvalidPathError
|
66
67
|
### BadRequest_InvalidReturnToUrlError
|
67
68
|
### BadRequest_InvalidUploadOffsetError
|
68
69
|
### BadRequest_InvalidUploadPartGapError
|
@@ -143,6 +144,7 @@ These errors are derived from the error groups listed above.
|
|
143
144
|
### NotFound_SiteNotFoundError
|
144
145
|
### NotFound_UserNotFoundError
|
145
146
|
### ProcessingFailure_BundleOnlyAllowsPreviewsError
|
147
|
+
### ProcessingFailure_BundleOperationRequiresSubfolderError
|
146
148
|
### ProcessingFailure_CouldNotCreateParentError
|
147
149
|
### ProcessingFailure_DestinationExistsError
|
148
150
|
### ProcessingFailure_DestinationFolderLimitedError
|