For example, when the payload received has some missing end tags, how should I handle it?
L
Leonard Anagao
said
over 1 year ago
Gloop should automatically throw an exception if the payload received is invalid as Gloop will not be able to parse the payload. So to handle it, just wrap the steps in a Try/Catch and map appropriate responses.
How to handle an invalid payload?
How to handle an invalid payload?
For example, when the payload received has some missing end tags, how should I handle it?