#include <oracle_validation_view_model.h>
Public Attributes | |
| std::string | code |
| std::string | message |
| std::string | status_code |
| std::optional< std::string > | room_id |
Definition at line 49 of file oracle_validation_view_model.h.
| std::string yaze::editor::oracle_validation::PreflightError::code |
Definition at line 50 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().
| std::string yaze::editor::oracle_validation::PreflightError::message |
Definition at line 51 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().
| std::string yaze::editor::oracle_validation::PreflightError::status_code |
Definition at line 52 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().
| std::optional< std::string > yaze::editor::oracle_validation::PreflightError::room_id |
Definition at line 53 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().