convertBssErrors {IRISMustangMetrics} | R Documentation |
Generate Human Readable MUSTANG Errors
Description
The MUSTANG database is in charge of storing the results of metrics calculations
and is accessed through a webservice API.
The convertBssErrors
function extracts pertinent error information from the HTML returned
by MUSTANG on error conditions.
Usage
convertBssErrors(err_msg)
Arguments
err_msg |
error text received from the MUSTANG |
Value
A text string with the root cause
extracted from
the MUSTANG HTML Java error dump.
Author(s)
Jonathan Callahan jonathan@mazamascience.com
See Also
SingleValueMetric-class
,
metricList2Xml
,
getMetricsXml
,
getBssMetricList
,
[Package IRISMustangMetrics version 2.4.6 Index]