Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mplreport:fetchfailure [2025/04/24 05:13] (current)
optrix created
Line 1: Line 1:
 +===FetchFailure===
  
 +The **FetchFailure** function of the [[mplreport]] class returns **True** if one or more errors have been returned as part of a data request, such as //FetchHistory// or //GetEvents//.
 +
 +==Parameters==
 +
 +None
 +
 +==Return==
 +
 +**True** if there are one or more errors, otherwise **False**.
 +
 +==Notes==
 +
 +You can also access the list of errors with [[errors]], and clear that list with [[ClearFailures]].