Skip to content

Commit a57f668

Browse files
authored
adds new exceptions to docs (#88)
1 parent 7edee2b commit a57f668

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/source/api/exceptions.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,43 @@ btrdb.exceptions
77
.. autoexception:: BTrDBError
88

99
.. autoexception:: ConnectionError
10+
11+
.. autoexception:: StreamNotFoundError
12+
13+
.. autoexception:: CredentialsFileNotFound
14+
15+
.. autoexception:: ProfileNotFound
16+
17+
.. autoexception:: BTRDBServerError
18+
19+
.. autoexception:: BTRDBTypeError
20+
21+
.. autoexception:: InvalidOperation
22+
23+
.. autoexception:: StreamExists
24+
25+
.. autoexception:: AmbiguousStream
26+
27+
.. autoexception:: PermissionDenied
28+
29+
.. autoexception:: BTRDBValueError
30+
31+
.. autoexception:: InvalidCollection
32+
33+
.. autoexception:: InvalidTagKey
34+
35+
.. autoexception:: InvalidTagValue
36+
37+
.. autoexception:: InvalidTimeRange
38+
39+
.. autoexception:: InvalidPointWidth
40+
41+
.. autoexception:: BadValue
42+
43+
.. autoexception:: RecycledUUID
44+
45+
.. autoexception:: BadSQLValue
46+
47+
.. autoexception:: VersionNotAvailable
48+
49+
.. autoexception:: NoSuchPoint

0 commit comments

Comments
 (0)