Home GenerationResult Class
GenerationResult Class
Cancel

GenerationResult Class

Namespace: Json.Schema.DataGeneration

Inheritance: GenerationResult 🡒 object

Holds the result of an instance generation operation.

Properties

NameTypeSummary
ErrorMessagestringGets the error message from the generation, if unsuccessful.
InnerResultsIEnumerable<GenerationResult>Gets the result objects from nested data generations.
IsSuccessboolGets whether the data generation was successful.
LocationJsonPointer?Gets the relative instance location at which this failure occurred, if known.
ResultJsonNodeGets the resulting JSON data, if successful.
SchemaLocationsIReadOnlyList<JsonPointer>Gets the related schema locations for this failure, if known.
Contents