Home > Contents > Index >
ics:clearerrno
Clears the current error state.
Syntax
<ics:clearerrno/>Description
The
ics:clearerrno
tag clears the current error state, setting the value of the error state to 0. Call this tag immediately before invoking a tag that may altererrno
.Error Numbers
The value of
errno
is cleared.Example
The following example clears the error state before executing the
ics:catalogmanager
command:<ics:clearerrno/> <ics:catalogmanager> <ics:argument name="ftcmd" value="deletetable" /> <ics:argument name="tablename" value="movies" /> </ics:catalogmanager>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.