releso.exceptions.red

releso.exceptions.red(message: str) str

Color string red.

If ANSI styling is available the message is colored red and bold. After the message the styling is removed again.

For more information please see ReLeSO.exceptions.output_styling().

Parameters:

message (str) – string to color

Returns:

ANSI encoded colored message.

Return type:

(str)