Regular expression pattern to match error lines in the build log. For example:
ERROR|error|Error - matches lines containing any form of "error"FAILED|failed|Failed - matches lines containing any form of "failed"Exception|exception - matches lines containing exceptions