View source: R/qgis_raiseexception.R
qgis_raiseexception | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Raise exception (native:raiseexception). Raises an exception and cancels a model's execution. This algorithm raises an exception and cancels a model's execution. The exception message can be customized, and optionally an expression based condition can be specified. If an expression condition is used, then the exception will only be raised if the expression result is true. A false result indicates that no exception will be raised, and the model execution can continue uninterrupted.
qgis_raiseexception(
MESSAGE = qgisprocess:::qgis_default_value(),
CONDITION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
MESSAGE |
|
CONDITION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.