mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
RequestStatus: Add KeyNotFound
This commit is contained in:
parent
e15acf9065
commit
62d2b3e4cd
@ -93,7 +93,7 @@ namespace RequestStatus {
|
|||||||
HotkeyNotFound = 615,
|
HotkeyNotFound = 615,
|
||||||
// The specified directory was not found
|
// The specified directory was not found
|
||||||
DirectoryNotFound = 616,
|
DirectoryNotFound = 616,
|
||||||
// The specified config item (obs_config_t) was not found. Could be section or parameter name
|
// The specified config item (config_t) was not found. Could be section or parameter name
|
||||||
ConfigParameterNotFound = 617,
|
ConfigParameterNotFound = 617,
|
||||||
// The specified property (obs_properties_t) was not found
|
// The specified property (obs_properties_t) was not found
|
||||||
PropertyNotFound = 618,
|
PropertyNotFound = 618,
|
||||||
|
Loading…
Reference in New Issue
Block a user