number:0
severity:fatal
name:UNKNOWN
description:Unknown error occurred.

number:1
severity:*
name:LOW_LEVEL
description:A low-level error/warning occurred (code: %1$d, group: %3$s, module: %4$s).\n\n%2$s
args:4
type1:kdb_long_t
arg1:code
type2:const char *
arg2:description
type3:const char *
arg3:group
type4:const char *
arg4:module

number:2
severity:fatal
name:KEY_NOT_FOUND
description:The key '%1$s' could not be found.
args:1
type1:const char *
arg1:keyname

number:3
severity:fatal
name:WRONG_TYPE
description:The key '%1$s' has the wrong type (expected '%2$s' but got '%3$s').
args:3
type1:const char *
arg1:keyname
type2:KDBType
arg2:expectedType
type3:KDBType
arg3:actualType

number:4
severity:error
name:CONVERSION_TO_STRING
visibility:public
description:The value of key '%2$s' with type '%1$s' could not be converted to string.
args:2
type1:KDBType
arg1:sourceType
type2:const char *
arg2:keyname

number:5
severity:error
name:CONVERSION_FROM_STRING
visibility:public
description:The value '%3$s' of key '%2$s' could not be converted to type '%1$s'.
args:3
type1:KDBType
arg1:targetType
type2:const char *
arg2:keyname
type3:const char *
arg3:sourceValue

number:6
severity:error
name:NULL_ERROR
description:The value passed to the ElektraError ** argument of %1$s was NULL.
args:1
type1:const char *
arg1:function
