I would like to handle errors that occur in customAction, ExternalCollection, etc.
Recently, there have been many incidents where major cloud servers go down and services cannot be accessed.
When this happens, we don’t want to stop with a white screen or endless circle reloading.
For example, you can use status codes to skip to the error page or retry the API, which will contribute to various availability and user experience.