SPH
|
Object containing a reported error message. More...
#include <Diagnostics.h>
Public Attributes | |
std::string | description |
Description of the encountered problem. More... | |
std::map< Size, std::string > | offendingParticles |
Problematic particles and optional error message for each of them. More... | |
Object containing a reported error message.
Definition at line 15 of file Diagnostics.h.
std::string DiagnosticsError::description |
Description of the encountered problem.
Definition at line 17 of file Diagnostics.h.
std::map<Size, std::string> DiagnosticsError::offendingParticles |
Problematic particles and optional error message for each of them.
The per-particle message can be empty.
Definition at line 22 of file Diagnostics.h.