YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Icon
  • Label
  • Report
  • String

Global Functions

Info:

File: modules/InstError.ycp Package: Installation Summary: Module for reporting installation errors Authors: Lukas Ocilka

$Id$

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