Multiple choice technology platforms and products

Which is the default error handler available in OSB?

  1. Service level

  2. System Level

  3. Stage level

  4. Pipeline pair level

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

OSB provides a System Error Handler that is globally available across all services and pipelines by default. This system-level handler catches unhandled errors that propagate up through the execution stack. Service-level error handlers must be explicitly configured within a specific service. Pipeline pair level handlers are attached to specific pipeline pairs. Stage-level handlers operate within a single stage. The system-level handler is the only one that exists by default without explicit configuration, providing a safety net for all errors.