AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::inlet::VerificationError Struct Reference

Information on an Inlet verification error. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/inlet/inlet_utils.hpp>

Public Member Functions

bool messageContains (const std::string substr) const
 Returns whether a given substring is present in the error message. More...
 

Public Attributes

const axom::Path path
 The path to the container/field/function with the error. More...
 
const std::string message
 The error message. More...
 

Detailed Description

Information on an Inlet verification error.

Member Function Documentation

◆ messageContains()

bool axom::inlet::VerificationError::messageContains ( const std::string  substr) const
inline

Returns whether a given substring is present in the error message.

References message.

Member Data Documentation

◆ path

const axom::Path axom::inlet::VerificationError::path

The path to the container/field/function with the error.

◆ message

const std::string axom::inlet::VerificationError::message

The error message.


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