.. highlightlang:: us .. _nc_seterror_options: nc_seterror_options =================== .. index:: nc_seterror_options .. us.tag nc_seterror_options ENGLISH NC Changed560 :ref:`nc_seterror_options` sets the error options for the netCDF functions. .. function:: olderropts = nc_seterror_options() olderropts = nc_seterror_options(erropts) .. us.return **Return Value** *olderropts* is the old error option value. .. us.params **Parameters** .. uparam:: erropts If *erropts* is set to ``NC_VERBOSE``, an error message box will be displayed. If *erropts* is set to 0, no message box will be displayed in case of an error in one of the netCDF functions. .. us.example **Example** :: nc_seterror_options(NC_VERBOSE); .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.6.0 - . .. seealso:: :ref:`overview-netcdf-files`, :ref:`nc_create` :sub:`id-1253943`