We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278199 commit 78e6bb5Copy full SHA for 78e6bb5
api/swagger/firecracker-beta.yaml
@@ -285,6 +285,12 @@ definitions:
285
state:
286
$ref: "#/definitions/DeviceState"
287
288
+ Error:
289
+ properties:
290
+ faultMessage:
291
+ type: string
292
+ description: A description of the error condition
293
+
294
InstanceActionInfo:
295
type: object
296
description: Variant wrapper containing the real action
@@ -369,9 +375,3 @@ definitions:
369
375
description: Guest Vsock CID
370
376
371
377
372
-
373
- Error:
374
- properties:
- faultMessage:
- type: string
- description: A description of the error condition
0 commit comments