SPH
Public Attributes | List of all members
DiagnosticsError Struct Reference

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...
 

Detailed Description

Object containing a reported error message.

Definition at line 15 of file Diagnostics.h.

Member Data Documentation

◆ description

std::string DiagnosticsError::description

Description of the encountered problem.

Definition at line 17 of file Diagnostics.h.

◆ offendingParticles

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.


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