In general, what is the intended flow if a WebAction does not return a code that's defined in the config for successStatus?
What happens for us is that a non-200 throws a 5015 to the user interface with no further movement or guidance, and this in the PWM.log:
5015 ERROR_INTERNAL (unexpected error during API execution: 5057 ERROR_SERVICE_UNREACHABLE (error while making http request: failed to respond))
We'd like to be able to have a flow for the user to recover from the 5015 (or a more informational message); or possibly have a WebAction be called conditionally.
Thanks,
Peter