FEX Core SDK
  • Documentation
  • C# Reference
Search Results for

    Show / Hide Table of Contents
    • FexViewer
      • FexApi
      • FexCoreException
      • FileRecord
      • ImageMetadata
    • FexViewer.Models
      • Manifest
      • PathBuilder
      • StatusFlags

    Class ExportError

    One per-entry failure inside an ExportResult.

    Inheritance
    object
    ExportError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top © GetData Forensics