mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
Errors section in readme updated
This commit is contained in:
parent
6fa24fe609
commit
f88e8ee3a6
@ -128,7 +128,9 @@ def on_scene_created(data):
|
|||||||
|
|
||||||
### Errors
|
### Errors
|
||||||
|
|
||||||
If a request fails an `OBSSDKError` will be raised with a status code.
|
A base error class `OBSSDKError` may be used to catch OBSSDK error types.
|
||||||
|
|
||||||
|
If a request returns an error code an `OBSSDKRequestError` will be raised.
|
||||||
|
|
||||||
For a full list of status codes refer to [Codes](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#requeststatus)
|
For a full list of status codes refer to [Codes](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#requeststatus)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user