error handling for api call
Showing
2 changed files
with
6 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -43,6 +43,10 @@ |
}, | ||
"httpResposneBody": { | ||
"type": "text" | ||
}, | ||
"thirdPartyApiError": { | ||
"type": "boolean", | ||
"default": false | ||
} | ||
} | ||
} |