{{ 'XP.Xpert.OnFailure' | translate: { Default: 'On Failure' } }}
@if (errorHandling().type === 'defaultValue') {
{{ 'XP.Xpert.OutputDefaultValue' | translate: { Default: 'Output Default Value' } }}
} @if (errorHandling().type === 'failBranch') {
{{ 'XP.Xpert.FailBranch' | translate: { Default: 'Fail Branch' } }}
}
@if (errorHandling().type === 'failBranch') {
}