Errors section in README updated.

2.4.8 section added to CHANGELOG

patch bump
This commit is contained in:
2023-08-13 16:52:04 +01:00
parent 2bba0ff67a
commit ce7cda100f
3 changed files with 23 additions and 2 deletions

View File

@@ -845,7 +845,10 @@ True iff a level has been updated.
- `errors.VMError`: Exception raised when general errors occur.
- `errors.InstallError`: Exception raised when installation errors occur.
- `errors.CAPIError`: Exception raised when the C-API returns error values.
- Error codes are stored in {Exception Class}.code. For a full list of error codes [check the VoicemeeterRemote header file][Voicemeeter Remote Header].
- The following attributes are available:
- `fn_name`: C-API function name.
- `code`: error code
- For a full list of error codes check the [VoicemeeterRemote header file][Voicemeeter Remote Header].
### Logging