BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
160 / 279 · Module 9 — API-Led Architecture · filtered: code← prev⊞ allnext →

9.48Fault isolation

Suppose Salesforce fails.

System API can expose normalized failure:

CUSTOMER_SYSTEM_UNAVAILABLE

Process API can decide:

customer profile cannot be built

or:

return degraded response using billing only

Experience API can decide how to present that.

Each layer owns appropriate semantics.