UNPKG
@furystack/core
Version:
latest (17.1.0)
17.1.0
17.0.0
16.0.4
16.0.3
16.0.2
16.0.1
16.0.0
15.2.5
15.2.4
15.2.3
15.2.2
15.2.1
15.2.0
15.1.0
15.0.36
15.0.35
15.0.34
15.0.33
15.0.32
15.0.31
15.0.30
15.0.29
15.0.28
15.0.27
15.0.26
15.0.25
15.0.24
15.0.23
15.0.22
15.0.21
15.0.20
15.0.19
15.0.18
15.0.17
15.0.16
15.0.15
15.0.14
15.0.13
15.0.12
15.0.11
15.0.10
15.0.9
15.0.8
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
14.0.5
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.0.0
12.0.18
12.0.17
12.0.16
12.0.15
12.0.14
12.0.13
12.0.12
12.0.11
12.0.10
12.0.9
12.0.8
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.3.1
11.3.0
11.2.12
11.2.11
11.2.10
11.2.9
11.2.8
11.2.7
11.2.6
11.2.5
11.2.4
11.2.3
11.2.2
11.2.1
11.2.0
11.1.1
11.1.0
11.0.14
11.0.13
11.0.12
11.0.11
11.0.10
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.4.10
10.4.9
10.4.8
10.4.6
10.4.5
10.4.4
10.4.2
10.4.1
10.4.0
10.3.8
10.3.7
10.3.6
10.3.5
10.3.4
10.3.3
10.3.2
10.3.1
10.3.0
10.2.0
10.1.0
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.1.30
9.1.29
9.1.28
9.1.27
9.1.26
9.1.25
9.1.24
9.1.23
9.1.22
9.1.21
9.1.20
9.1.19
9.1.18
9.1.17
9.1.16
9.1.15
9.1.14
9.1.13
9.1.12
9.1.11
9.1.10
9.1.9
9.1.8
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.1.0
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.1.1
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.8
4.0.7
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
2.0.0
1.0.10
1.0.9
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Core FuryStack package
github.com/furystack/furystack
furystack/furystack
@furystack/core
/
src
/
errors
/
authorization-error.ts
6 lines
(5 loc)
•
185 B
text/typescript
View Raw
1
2
3
4
5
6
/** * Thrown
when
a DataSet authorization callback rejects an operation. REST * action handlers translate this to a
403
response. */ export
class
AuthorizationError
extends
Error
{}