OBJECT
ImageError
An object providing details on failure of some asynchronous image action. Currently this is used during CreateImageFromVm. It is only present with state == 'failed'
link GraphQL Schema definition
- type ImageError {
- ImageErrorCode :
- # A short description of the image creation failure
- String :
- }