Skip to content

GuitarPrometheus::Project::ProjectIssue

GuitarPrometheus::Project::ProjectIssue

One diagnostic from project load / validation. More…

#include <ProjectIssue.h>

Public Attributes

Name
IssueSeverityseverity
std::stringfield
std::stringreason
std::optional< juce::File >sourceFile

Detailed Description

struct GuitarPrometheus::Project::ProjectIssue;

One diagnostic from project load / validation.

Mirrors ProfileIssue so DiagnosticReport::format works on either type without a dedicated overload.

Public Attributes Documentation

variable severity

IssueSeverity severity = IssueSeverity::Error;

variable field

std::string field;

variable reason

std::string reason;

variable sourceFile

std::optional< juce::File > sourceFile;

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