system call failure detail based on standard errno(3)/strerror(3) APIs
More...
#include <SysErrorDetail.h>
|
| int | errorNo |
| | errno(3) set by the last failed system call or equivalent
|
| |
Definition at line 16 of file SysErrorDetail.h.
◆ Pointer
◆ SysErrorDetail()
| SysErrorDetail::SysErrorDetail |
( |
const int |
anErrorNo | ) |
|
|
inlineexplicitprivate |
◆ brief()
| SBuf SysErrorDetail::brief |
( |
| ) |
const |
|
overridevirtual |
◆ Brief()
| SBuf SysErrorDetail::Brief |
( |
int |
errorNo | ) |
|
|
static |
◆ equals()
| bool ErrorDetail::equals |
( |
const ErrorDetail & |
other | ) |
const |
|
inlineinherited |
◆ MEMPROXY_CLASS()
◆ NewIfAny()
◆ verbose()
- Returns
- all available details; may be customized for the given request suitable for error pages and other output meant for human consumption
Implements ErrorDetail.
Definition at line 27 of file SysErrorDetail.cc.
References errorNo, and xstrerr().
◆ errorNo
| int SysErrorDetail::errorNo |
|
private |
The documentation for this class was generated from the following files: