RequestStatus: Add KeyNotFound

This commit is contained in:
tt2468 2021-06-07 01:12:32 -07:00
parent e15acf9065
commit 62d2b3e4cd

View File

@ -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,