net-errors

net-errors


n Index Level net-status
Syntax net-errors {(options)}
Category TCL
Type Verb
Description sets/displays error handling behavior when accessing remote files.

With no options, the current error handling behavior is displayed. The following options are included:

Remote Error Logging - When enabled, this logs all remote errors to the errors file.

Remote Error Notification - When enabled, all remote errors are displayed on the users terminal.

Remote Error Intervention - When enabled, all remote errors force the user to select an action from a menu. Note that even with this option disabled, intervention is required when an update operation fails.

If options are specified, then the error handling behavior is changed and then re-displayed.

This command affects the current line only.
Options c  Clear all error handling options.
l  Enable error logging.
n  Enable user notification.
i  Force user intervention on all errors.
s  Suppress the option display
See Also errors Super-Q-Pointer remote-errors
Example
Warnings The selection of any option clears all other options so it is necessary to specify all desired options when changing the behavior.
Compatibility D3 7.0
n Index Level net-status