MPD  0.20.23
Public Member Functions
NfsClientError Class Reference

#include <Error.hxx>

Inheritance diagram for NfsClientError:
[legend]
Collaboration diagram for NfsClientError:
[legend]

Public Member Functions

 NfsClientError (const char *_msg) noexcept
 
 NfsClientError (int _code, const char *_msg) noexcept
 
 NfsClientError (struct nfs_context *nfs, const char *msg) noexcept
 
 NfsClientError (int err, struct nfs_context *nfs, void *data, const char *msg) noexcept
 
int GetCode () const noexcept
 

Detailed Description

Definition at line 38 of file Error.hxx.

Constructor & Destructor Documentation

◆ NfsClientError() [1/4]

NfsClientError::NfsClientError ( const char *  _msg)
inlineexplicitnoexcept

Definition at line 42 of file Error.hxx.

◆ NfsClientError() [2/4]

NfsClientError::NfsClientError ( int  _code,
const char *  _msg 
)
inlinenoexcept

Definition at line 45 of file Error.hxx.

◆ NfsClientError() [3/4]

NfsClientError::NfsClientError ( struct nfs_context *  nfs,
const char *  msg 
)
noexcept

◆ NfsClientError() [4/4]

NfsClientError::NfsClientError ( int  err,
struct nfs_context *  nfs,
void *  data,
const char *  msg 
)
noexcept

Member Function Documentation

◆ GetCode()

int NfsClientError::GetCode ( ) const
inlinenoexcept

Definition at line 53 of file Error.hxx.


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