Method

IbisMessageget_error

since: 0.1

Declaration [src]

GError*
ibis_message_get_error (
  IbisMessage* message
)

Description [src]

Gets the error for message.

Errors are typically set on messages when they are being parsed and something isn’t right.

Available since: 0.1

Gets propertyIbis.Message:error

Return value

Type: GError

The error if one is set, otherwise NULL.

The returned data is owned by the instance.
The return value can be NULL.