cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Generic Exception in SAP BUILD Apps

Girish_KR
Explorer
0 Kudos

What are the ways trough which runtime exceptions (eg. network goes off, device orientation changes) can be gracefully handled, unknown scenarios that should not crash application.

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

girish.kumar123 Did this answer your question? Can you close or accept an answer?

Accepted Solutions (1)

Accepted Solutions (1)

merituulimelkko
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no universal error handler if the application crashes or some unexpected error happens, but for network connection, you can add error handling in the app's logic for when a request errors because of no network, or if using systemVars you catch a situation where the network connection has cut off.

Answers (0)