mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 1423802
[skip ci]
This commit is contained in:
parent
14238027cc
commit
899888eb6c
@ -389,6 +389,14 @@
|
||||
"initialVersion": "5.0.0",
|
||||
"enumValue": 605
|
||||
},
|
||||
{
|
||||
"description": "The resource does not support being configured.\n\nThis is particularly relevant to transitions, where they do not always have changeable settings.",
|
||||
"enumIdentifier": "ResourceNotConfigurable",
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.0.0",
|
||||
"enumValue": 606
|
||||
},
|
||||
{
|
||||
"description": "Creating the resource failed.",
|
||||
"enumIdentifier": "ResourceCreationFailed",
|
||||
|
@ -442,6 +442,7 @@ These are enumeration declarations, which are referenced throughout obs-websocke
|
||||
- [RequestStatus::NotEnoughResources](#requeststatusnotenoughresources)
|
||||
- [RequestStatus::InvalidResourceState](#requeststatusinvalidresourcestate)
|
||||
- [RequestStatus::InvalidInputKind](#requeststatusinvalidinputkind)
|
||||
- [RequestStatus::ResourceNotConfigurable](#requeststatusresourcenotconfigurable)
|
||||
- [RequestStatus::ResourceCreationFailed](#requeststatusresourcecreationfailed)
|
||||
- [RequestStatus::ResourceActionFailed](#requeststatusresourceactionfailed)
|
||||
- [RequestStatus::RequestProcessingFailed](#requeststatusrequestprocessingfailed)
|
||||
@ -1011,6 +1012,18 @@ The specified input (obs_source_t-OBS_SOURCE_TYPE_INPUT) had the wrong kind.
|
||||
|
||||
---
|
||||
|
||||
### RequestStatus::ResourceNotConfigurable
|
||||
|
||||
The resource does not support being configured.
|
||||
|
||||
This is particularly relevant to transitions, where they do not always have changeable settings.
|
||||
|
||||
- Identifier Value: `606`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
---
|
||||
|
||||
### RequestStatus::ResourceCreationFailed
|
||||
|
||||
Creating the resource failed.
|
||||
|
Loading…
Reference in New Issue
Block a user