Group
Show / Hide Table of Contents

Class ResumeBatchPartialSuccessResult

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

Inheritance
System.Object
BatchResult
ResumeBatchSuccessResult
ResumeBatchPartialSuccessResult
Inherited Members
ResumeBatchSuccessResult.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 ResumeBatchPartialSuccessResult : ResumeBatchSuccessResult

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 TxUsableResumeException Error { get; protected set; }
Property Value
Type Description
TxUsableResumeException
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾