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 {
  • code: ImageErrorCode
  • # A short description of the image creation failure
  • message: String
  • }