Skip to content

GuitarPrometheus::Parser::Diagnostic

GuitarPrometheus::Parser::Diagnostic

A parser warning or error tied to a specific location in the source. More…

#include <IScoreImporter.h>

Public Attributes

Name
std::stringmessage

Detailed Description

struct GuitarPrometheus::Parser::Diagnostic;

A parser warning or error tied to a specific location in the source.

Hard errors put the parse into a failed state; warnings allow the parse to continue.

Public Attributes Documentation

variable message

std::string message;

Updated on 2026-05-29 at 07:39:52 +0000