mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - d518541
[skip ci]
This commit is contained in:
parent
d5185417ec
commit
e3d0751385
@ -237,6 +237,14 @@
|
||||
"initialVersion": "5.0.0",
|
||||
"enumValue": 206
|
||||
},
|
||||
{
|
||||
"description": "The server is not ready to handle the request.\n\nNote: This usually occurs during OBS scene collection change or exit. Requests may be tried again after a delay if this code is given.",
|
||||
"enumIdentifier": "NotReady",
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.3.0",
|
||||
"enumValue": 207
|
||||
},
|
||||
{
|
||||
"description": "A required request field is missing.",
|
||||
"enumIdentifier": "MissingRequestField",
|
||||
|
@ -471,6 +471,7 @@ These are enumeration declarations, which are referenced throughout obs-websocke
|
||||
- [RequestStatus::UnknownRequestType](#requeststatusunknownrequesttype)
|
||||
- [RequestStatus::GenericError](#requeststatusgenericerror)
|
||||
- [RequestStatus::UnsupportedRequestBatchExecutionType](#requeststatusunsupportedrequestbatchexecutiontype)
|
||||
- [RequestStatus::NotReady](#requeststatusnotready)
|
||||
- [RequestStatus::MissingRequestField](#requeststatusmissingrequestfield)
|
||||
- [RequestStatus::MissingRequestData](#requeststatusmissingrequestdata)
|
||||
- [RequestStatus::InvalidRequestField](#requeststatusinvalidrequestfield)
|
||||
@ -879,6 +880,18 @@ The request batch execution type is not supported.
|
||||
|
||||
---
|
||||
|
||||
### RequestStatus::NotReady
|
||||
|
||||
The server is not ready to handle the request.
|
||||
|
||||
Note: This usually occurs during OBS scene collection change or exit. Requests may be tried again after a delay if this code is given.
|
||||
|
||||
- Identifier Value: `207`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.3.0
|
||||
|
||||
---
|
||||
|
||||
### RequestStatus::MissingRequestField
|
||||
|
||||
A required request field is missing.
|
||||
|
Loading…
Reference in New Issue
Block a user