Qurak

FailureQ

Available

Tests whether an expression is a failure object such as $Failed or Failure[...]

FailureQ[expr]
Select[{a, $Failed, b, $Aborted, c, Failure["tag", <||>], d}, FailureQ[#] === False&] → {a, b, c, d}

Topics

Related

All 6300 functions · Use this from an MCP client