Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech
interface ErrorValue
Files: GNOME_Speech.idl
GNOME-Speech-ErrorValue-inheritance GNOME-Speech-SpeechObject.html Bonobo-Unknown.html

The potential detail message associated with an error. Each error contains an #ErrorValue object.

See Also:
SpeechError
EngineStateError


Operations Summary:
 voidinit(in string message)
 stringgetMessage()

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void init(in string message)

Initialises an error with the specified detail message. A detail message is a string that describes this particular error.

Parameters:
message - the detail message


 string getMessage()

Returns the detail message associated with this error value.

Return:
the detail message for this error value.