[
https://issues.apache.org/jira/browse/OFBIZ-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118426#comment-17118426 ]
Pawan Verma commented on OFBIZ-11489:
-------------------------------------
Hey Kirti,
I'm sorry if I wasn't clear. I mean to say that handle service error responses, not an exception handling.
Example:
serviceResult = run service: "createCustomer", with: parameters
if (!ServiceUtil.isSuccess(serviceResult)) return
error(serviceResult.errorMessage)
HTH!
> Convert cancelPaymentBatch service from mini-lang to groovy DSL
> ---------------------------------------------------------------
>
> Key: OFBIZ-11489
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11489> Project: OFBiz
> Issue Type: Sub-task
> Components: accounting
> Affects Versions: Trunk
> Reporter: Devanshu Vyas
> Assignee: Kirti Arora
> Priority: Minor
> Attachments: OFBIZ-11489.patch, OFBIZ-11489.patch
>
>
> Convert the cancelPaymentBatch service code from mini-lang to groovy DSL.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)