diff --git a/docs/source/api/exceptions.rst b/docs/source/api/exceptions.rst index 55a8449..778d8df 100644 --- a/docs/source/api/exceptions.rst +++ b/docs/source/api/exceptions.rst @@ -7,3 +7,43 @@ btrdb.exceptions .. autoexception:: BTrDBError .. autoexception:: ConnectionError + +.. autoexception:: StreamNotFoundError + +.. autoexception:: CredentialsFileNotFound + +.. autoexception:: ProfileNotFound + +.. autoexception:: BTRDBServerError + +.. autoexception:: BTRDBTypeError + +.. autoexception:: InvalidOperation + +.. autoexception:: StreamExists + +.. autoexception:: AmbiguousStream + +.. autoexception:: PermissionDenied + +.. autoexception:: BTRDBValueError + +.. autoexception:: InvalidCollection + +.. autoexception:: InvalidTagKey + +.. autoexception:: InvalidTagValue + +.. autoexception:: InvalidTimeRange + +.. autoexception:: InvalidPointWidth + +.. autoexception:: BadValue + +.. autoexception:: RecycledUUID + +.. autoexception:: BadSQLValue + +.. autoexception:: VersionNotAvailable + +.. autoexception:: NoSuchPoint