Skip to content
Commit 702468a1 authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Improve error handling for CliPlugins

This commit removes the ExtractionFailedPatterns regexp in
CliProperties. Instead we take care of the error handling in the
individual plugins by adding a pure virtual readExtractLine() method to
CliInterface (similar to readListLine()). This way we can provide custom
error messages to Part, instead of the generic "Extraction failed due to
an unexpected error" (this message was also used for ListJob).

Differential Revision: D3142
parent f399eaa2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment