Class JobBatchPartialSuccessResult
- Namespace
- Textkernel.Tx.Batches
- Assembly
- Textkernel.Tx.SDK.dll
A result indicating the file was parsed, but some error occurred during/after parsing
public class JobBatchPartialSuccessResult : JobBatchSuccessResult
- Inheritance
-
JobBatchPartialSuccessResult
- Inherited Members
Properties
Error
The error that occurred when parsing this file. There is probably still usable data in the Response
public TxUsableJobException Error { get; protected set; }