/
ERRORCONTAINS

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

Related content

ERRORCONTAINS
ERRORCONTAINS
More like this
ISERROR
More like this
ISERROR
More like this
ERRORMATCHES
ERRORMATCHES
More like this
ERRORMATCHES
ERRORMATCHES
More like this
IFERROR
More like this