Group
Show / Hide Table of Contents

Class JobBatchPartialSuccessResult

A result indicating the file was parsed, but some error occurred during/after parsing

Inheritance
System.Object
BatchResult
JobBatchSuccessResult
JobBatchPartialSuccessResult
Inherited Members
JobBatchSuccessResult.Response
BatchResult.DocumentId
BatchResult.File
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Batches
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class JobBatchPartialSuccessResult : JobBatchSuccessResult

Properties

| Improve this Doc View Source

Error

The error that occurred when parsing this file. There is probably still usable data in the Response

Declaration
public TxUsableJobException Error { get; protected set; }
Property Value
Type Description
TxUsableJobException
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾