Class ResumeBatchPartialSuccessResult
- 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 ResumeBatchPartialSuccessResult : ResumeBatchSuccessResult
- Inheritance
-
ResumeBatchPartialSuccessResult
- Inherited Members
Properties
Error
The error that occurred when parsing this file. There is probably still usable data in the Response
public TxUsableResumeException Error { get; protected set; }