File tree 1 file changed +32
-39
lines changed
1 file changed +32
-39
lines changed Original file line number Diff line number Diff line change @@ -6,55 +6,48 @@ This file contains definitions for some of the properties within the API. The ai
6
6
7
7
### Node attributes (json properties)
8
8
9
- 'a' Type
10
-
11
- 'h' Id
12
-
13
- 'p' Parent Id
14
-
15
- 'a' encrypted Attributes (within this: 'n' Name)
16
-
17
- 'k' Node Key
18
-
19
- 'u' User Id
20
-
21
- 's' Size
22
-
23
- 'ts' Time Stamp
9
+ * 'a' Type
10
+ * 'h' Id
11
+ * 'p' Parent Id
12
+ * 'a' encrypted Attributes (within this: 'n' Name)
13
+ * 'k' Node Key
14
+ * 'u' User Id
15
+ * 's' Size
16
+ * 'ts' Time Stamp
24
17
25
18
#### Node types
26
19
27
- 0 File
28
- 1 Folder
29
- 2 Root Folder
30
- 3 Inbox
31
- 4 Trash
32
- -1 Dummy
20
+ * 0 File
21
+ * 1 Folder
22
+ * 2 Root Folder
23
+ * 3 Inbox
24
+ * 4 Trash
25
+ * -1 Dummy
33
26
34
27
35
28
### Error responses
36
29
37
30
#### General errors:
38
- EINTERNAL (-1):
39
- EARGS (-2):
40
- EAGAIN (-3)
41
- ERATELIMIT (-4):
31
+ * EINTERNAL (-1):
32
+ * EARGS (-2):
33
+ * EAGAIN (-3)
34
+ * ERATELIMIT (-4):
42
35
43
36
#### Upload errors:
44
- EFAILED (-5):
45
- ETOOMANY (-6):
46
- ERANGE (-7):
47
- EEXPIRED (-8):
37
+ * EFAILED (-5):
38
+ * ETOOMANY (-6):
39
+ * ERANGE (-7):
40
+ * EEXPIRED (-8):
48
41
49
42
#### Filesystem/Account level errors:
50
- ENOENT (-9):
51
- ECIRCULAR (-10):
52
- EACCESS (-11):
53
- EEXIST (-12):
54
- EINCOMPLETE (-13):
55
- EKEY (-14):
56
- ESID (-15):
57
- EBLOCKED (-16):
58
- EOVERQUOTA (-17):
59
- ETEMPUNAVAIL (-18):
43
+ * ENOENT (-9):
44
+ * ECIRCULAR (-10):
45
+ * EACCESS (-11):
46
+ * EEXIST (-12):
47
+ * EINCOMPLETE (-13):
48
+ * EKEY (-14):
49
+ * ESID (-15):
50
+ * EBLOCKED (-16):
51
+ * EOVERQUOTA (-17):
52
+ * ETEMPUNAVAIL (-18):
60
53
You can’t perform that action at this time.
0 commit comments