RequestHandler: Add ResourceNotConfigurable

This commit is contained in:
tt2468 2021-12-22 16:08:39 -08:00
parent ad347c4823
commit 1c6ec1dda2

View File

@ -332,6 +332,19 @@ namespace RequestStatus {
* @api enums
*/
InvalidInputKind = 605,
/**
* The resource does not support being configured.
*
* This is particularly relevant to transitions, where they do not always have changeable settings.
*
* @enumIdentifier ResourceNotConfigurable
* @enumValue 606
* @enumType RequestStatus
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
ResourceNotConfigurable = 606,
/**
* Creating the resource failed.