File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
- const { APIError, Forbidden } = require ( './dist/errors' ) ;
1
+ const {
2
+ APIError,
3
+ AuthenticationError,
4
+ DuplicateCollection,
5
+ DuplicateGlobal,
6
+ ErrorDeletingFile,
7
+ FileUploadError,
8
+ Forbidden,
9
+ InvalidConfiguration,
10
+ InvalidFieldName,
11
+ InvalidFieldRelationship,
12
+ LockedAuth,
13
+ MissingCollectionLabel,
14
+ MissingFieldInputOptions,
15
+ MissingFieldType,
16
+ MissingFile,
17
+ NotFound,
18
+ ValidationError,
19
+ } = require ( './dist/errors' ) ;
2
20
3
21
module . exports = {
4
22
APIError,
23
+ AuthenticationError,
24
+ DuplicateCollection,
25
+ DuplicateGlobal,
26
+ ErrorDeletingFile,
27
+ FileUploadError,
5
28
Forbidden,
29
+ InvalidConfiguration,
30
+ InvalidFieldName,
31
+ InvalidFieldRelationship,
32
+ LockedAuth,
33
+ MissingCollectionLabel,
34
+ MissingFieldInputOptions,
35
+ MissingFieldType,
36
+ MissingFile,
37
+ NotFound,
38
+ ValidationError,
6
39
} ;
You can’t perform that action at this time.
0 commit comments