Description Usage Arguments Functions Examples
Latch an error or a warning to an object
to indicate an issue associated with it.
These can later be checked with is.e()
and is.w()
, and can also be resolve()
.
1 2 3 4 5 |
obj |
Object to latch the error or warning onto. |
error, warning |
Error or warning, the
output of |
latche
and latchw
: latch an error or a warning.
unlatch
: unlatch any error or warning.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.