Enumeration ViewErrorMode

Specifies the error handling mode for a view query.

Enumeration Members

Enumeration Members

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"

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