[][src]Module graphannis_capi::cerror

Structs

Error

An representation of an internal error.

Functions

annis_error_get_kind

Get the kind or type for the error at position i in the list.

annis_error_get_msg

Get the message for the error at position i in the list.

annis_error_size

Returns the number of errors in the list.

create_error_list
new

Creates a new error from the internal type

Type Definitions

ErrorList

A list of multiple errors.