@if (type()) { }
{{'PAC.Xpert.ErrorHandling' | translate: {Default: 'Error Handling'} }}
@if (expand()) { @switch (type()) { @case('defaultValue') {
{{'PAC.Xpert.ErrorHandlingDefault' | translate: {Default: 'When an error occurs, specify a static output content.'} }}   {{'PAC.Xpert.LearnMore' | translate: {Default: 'Learn More'} }}
} @case('failBranch') {
{{'PAC.Xpert.GoToFailBranch' | translate: {Default: 'Go to the canvas to customize the fail branch logic.'} }}
{{'PAC.Xpert.GoToFailBranchDesc' | translate: {Default: 'When the fail branch is activated, exceptions thrown by nodes will not terminate the process. Instead, it will automatically execute the predefined fail branch, allowing you to flexibly provide error messages, reports, fixes, or skip actions.'} }}   {{'PAC.Xpert.LearnMore' | translate: {Default: 'Learn More'} }}
} } }
@for (option of typeOptions; track option.value) {
{{option.label | i18n}}
{{option.description | i18n}}
}