docs(ci): Update generated docs - 1423802 [skip ci]

This commit is contained in:
Github Actions 2021-12-23 09:07:56 +00:00
parent 14238027cc
commit 899888eb6c
2 changed files with 21 additions and 0 deletions

View File

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

View File

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