Enumeration

IbisBatchParseError

since: 0.12

Declaration

error-domain Ibis.BatchParseError

Description [src]

Errors returned from ibis_batch_parse().

Available since: 0.12

Members

IBIS_BATCH_PARSE_ERROR_NOT_ENOUGH_PARAMS

Batch messages must have at least two parameters. The reference tag and the batch type.

  • Value: 0
  • Available since: 0.12
IBIS_BATCH_PARSE_ERROR_INVALID_REFERENCE_TAG

The reference tag must start with a ‘+’ and have at least one additional character.

  • Value: 1
  • Available since: 0.12
IBIS_BATCH_PARSE_ERROR_INVALID_BATCH_TYPE

The specified batch type was invalid.

  • Value: 2
  • Available since: 0.12

Type functions

ibis_batch_parse_error_quark

The error domain to identify errors when parsing a batch.

since: 0.12