Class BatchErrorResult
- Namespace
- Textkernel.Tx.Batches
- Assembly
- Textkernel.Tx.SDK.dll
A result indicating an error occurred and particular file could not be parsed
public class BatchErrorResult : BatchResult
- Inheritance
-
BatchErrorResult
- Inherited Members
Properties
Error
The error that occurred when parsing this file
public TxException Error { get; protected set; }