Poplar and PopLibs
poplar::runtime_error Struct Reference

This exception is thrown when running a program on a system fails. More...

#include <exceptions.hpp>

Inheritance diagram for poplar::runtime_error:
poplar::poplar_error poplar::application_runtime_error poplar::system_runtime_error poplar::recoverable_runtime_error poplar::unknown_runtime_error poplar::unrecoverable_runtime_error

Public Attributes

std::vector< ErrorInfo > errors
 Additional information about why the exception was thrown. More...
 

Detailed Description

This exception is thrown when running a program on a system fails.

Member Data Documentation

◆ errors

std::vector<ErrorInfo> poplar::runtime_error::errors

Additional information about why the exception was thrown.

Can be empty. The order of ErrorInfo objects is not necessarily deterministic.


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