PUMA Library Reference Manual
Loading...
Searching...
No Matches
ErrorSeverity.h File Reference

Description

Severity of errors.

Classes

class  Puma::ErrorSeverity
 Severity of errors represented by a short integer and a textual representation. More...
 

Namespaces

namespace  Puma
 

Variables

const ErrorSeverity Puma::sev_none
 Error has no severity. More...
 
const ErrorSeverity Puma::sev_message
 Informal message. More...
 
const ErrorSeverity Puma::sev_warning
 A warning. More...
 
const ErrorSeverity Puma::sev_error
 An error. More...
 
const ErrorSeverity Puma::sev_fatal
 A fatal error. More...