Extension: Json and NetCDF utilities
#include "dg/file/file.h"
Loading...
Searching...
No Matches

Class thrown by the NC_Error_Handle. More...

Inheritance diagram for dg::file::NC_Error:
[legend]
Collaboration diagram for dg::file::NC_Error:
[legend]

Public Member Functions

 NC_Error (int error)
 Construct from error code.
 
int error () const
 
int & error ()
 
char const * what () const noexcept
 What string.
 

Detailed Description

Class thrown by the NC_Error_Handle.

Constructor & Destructor Documentation

◆ NC_Error()

dg::file::NC_Error::NC_Error ( int error)
inline

Construct from error code.

Parameters
errornetcdf error code

Member Function Documentation

◆ error() [1/2]

int & dg::file::NC_Error::error ( )
inline

◆ error() [2/2]

int dg::file::NC_Error::error ( ) const
inline

◆ what()

char const * dg::file::NC_Error::what ( ) const
inlinenoexcept

What string.

Returns
string netcdf error message generated from error code

The documentation for this struct was generated from the following file: