Skip to main content

parseErrors

codebolt.outputparsers.parseErrors(output: any): undefined
Parses the given output and returns all the error messages.

Parameters

NameTypeDescription
outputanyThe output to parse for error messages.

Status

Working Progress...