OBJECT

InstallationException

Describes an exception that occurred during an install task.

  • type InstallationException {
  • # Gets the CLR type of the exception that occurred.
  • clrExceptionType: String!
  • # Gets the message of the description.
  • message: String!
  • }