Component Error Handling Element
X-Ref:
- Ast Component 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 |
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. |
<Inputs> <Input /> </Inputs> | AstInputErrorHandlingNode | This is a collection of optional error handling overrides for each of the input paths of a dataflow component. |
<Outputs> <Output /> </Outputs> | AstOutputErrorHandlingNode | This is a collection of optional error handling overrides for each of the output paths of a dataflow component. |