Class ExportError
One per-entry failure inside an ExportResult.
Inherited Members
Namespace: FexViewer
Assembly: FexViewer.dll
Syntax
public sealed class ExportError
Properties
Error
The failure message.
Declaration
[JsonPropertyName("error")]
public string? Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Index
The file_index that failed.
Declaration
[JsonPropertyName("index")]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The entry name, if known.
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |