cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltfWriter::SchemaWriterResult Struct Reference

The result of writing a schema with SchemaWriter::writeSchema. More...

#include <CesiumGltfWriter/SchemaWriter.h>

Public Attributes

std::vector< std::byte > schemaBytes
 The final generated std::vector<std::byte> of the schema JSON.
 
std::vector< std::string > errors
 Errors, if any, that occurred during the write process.
 
std::vector< std::string > warnings
 Warnings, if any, that occurred during the write process.
 

Detailed Description

The result of writing a schema with SchemaWriter::writeSchema.

Definition at line 18 of file SchemaWriter.h.

Member Data Documentation

◆ errors

std::vector<std::string> CesiumGltfWriter::SchemaWriterResult::errors

Errors, if any, that occurred during the write process.

Definition at line 27 of file SchemaWriter.h.

◆ schemaBytes

std::vector<std::byte> CesiumGltfWriter::SchemaWriterResult::schemaBytes

The final generated std::vector<std::byte> of the schema JSON.

Definition at line 22 of file SchemaWriter.h.

◆ warnings

std::vector<std::string> CesiumGltfWriter::SchemaWriterResult::warnings

Warnings, if any, that occurred during the write process.

Definition at line 32 of file SchemaWriter.h.


The documentation for this struct was generated from the following file: