Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ViewErrorMode

Specifies the error handling mode for a view query.

Index

Enumeration members

Enumeration members

Continue

Continue: = "continue"

Indicates that if an error occurs during the execution of the view query, the query should continue to process and include any available results.

Stop

Stop: = "stop"

Indicates that if an error occurs during the execution of the view query, the query should be aborted immediately rather than attempting to continue.

Generated using TypeDoc