Output Error Handling Element
X-Ref:
- Ast Output Error Handling Node
- Ast Dataflow Error Handling Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ErrorRowDisposition | ErrorRowDisposition | IgnoreFailure | This value specifies the behavior of the dataflow component when it encounters an error while performing an operation on a dataflow row. This is a required property |
OutputName | AstDataflowOutputPathNode | This value specifies the dataflow output path to which this error handling information is bound. This is a required reference to an existing definiton. | |
TruncationRowDisposition | TruncationRowDisposition | IgnoreFailure | This value specifies the behavior of the dataflow component when it discovers that data must be truncated in one or more columns while performing an operation on a dataflow row. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Columns> <Column /> </Columns> | AstColumnErrorHandlingNode | This is a collection of optional error handling overrides for each of the columns of a dataflow output path. |