$darkmode
Elektra 0.11.0
|
Used for writing the error/warning information into a key to be used for emitting messages to the user. More...
Functions | |
void | elektraCopyError (Key *target, Key *source) |
Copy the error from the source key to target key. More... | |
void | elektraCopyWarnings (Key *target, Key *source) |
Copy the warnings from the source key to target key. More... | |
void | elektraCopyErrorAndWarnings (Key *target, Key *source) |
Copies the error and warnings from the source key to the target key. More... | |
Used for writing the error/warning information into a key to be used for emitting messages to the user.
void elektraCopyError | ( | Key * | target, |
Key * | source | ||
) |
Copy the error from the source key to target key.
target | append error to this key |
source | copy error from this key |
void elektraCopyErrorAndWarnings | ( | Key * | target, |
Key * | source | ||
) |
Copies the error and warnings from the source key to the target key.
Note that only 100 warnings can be had. If we exceed that, we'll override the existing warnings in the target key
target | copy error and warnings to this key |
source | copy error and warnings from this key |
void elektraCopyWarnings | ( | Key * | target, |
Key * | source | ||
) |
Copy the warnings from the source key to target key.
Note that only 100 warnings can be had. If we exceed that, we'll override the existing warnings in the target key.
target | append warnings to this key |
source | copy warnings from this key |