ERRORCONTAINS

Syntax

ERRORCONTAINS(possibleError:<Any>;string:<string>)

Description

  • returns FALSE if 'possibleError' is not an ERROR value
  • returns TRUE if the ERROR message of 'possibleError' contains the 'string', returns FALSE otherwise
  • a NULL 'stringValue' results in a FALSE value

Example

ERRORCONTAINS(#B;'failed')

ABERRORCONTAINS
0<error>true
15.0false
22.5false
31.6666false
41.25false