Skip to content

GuitarPrometheus::Profiles::ProfileLoadResult

GuitarPrometheus::Profiles::ProfileLoadResult

Aggregate result of [ProfileStore::loadAll()](). More…

#include <ProfileLoadResult.h>

Public Attributes

Name
std::vector< Profile >profiles
std::vector< ProfileIssue >issues

Detailed Description

struct GuitarPrometheus::Profiles::ProfileLoadResult;

Aggregate result of [ProfileStore::loadAll()]().

Contains every profile that loaded successfully (bundled + user, with user shadowing bundled on UUID match) plus the full list of issues encountered during load. Issues include both errors (files that failed entirely) and warnings (fields that were sanitized).

Public Attributes Documentation

variable profiles

std::vector< Profile > profiles;

variable issues

std::vector< ProfileIssue > issues;

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