YaST2 Developers Documentation: Installation

Installation

modules/InstError.ycp
Module for reporting installation errors
  • Lukas Ocilka

This module has an unstable interface.

This module provides unified interface for reporting installation errors.

Imports

  • Icon
  • Label
  • Report
  • String

Global Functions

global ShowErrorPopUp (string heading, string error_text, string details) -> void

Function opens a pop-up error message (defined by the parameters). Reports where to report a bug and which logs to attach. It additionally offers to save logs directly from the dialog.

Parameters:
heading
error_text
details
global ShowErrorPopupWithLogs (string error_text) -> void

Function is similar to ShowErrorPopUp but the error details are grabbed automatically from YaST logs.

Parameters:
error_text