Message.error_with_details


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.10" ) ]
public Message.error_with_details (Object? src, Error error, string debug, owned Structure? details)

Create a new error message.

The message will copy error and debug. This message is posted by element when a fatal event occurred. The pipeline will probably (partially) stop. The application receiving this message should stop the pipeline.

Parameters:

src

The object originating the message.

error

The GError for this message.

debug

A debugging string.

details

A GstStructure with details

Returns:

the new error message.