Júlio Santos
if (ex !is PayInProcessException || ex.errorCode == PayInServiceErrorCode.PAYMENT_PROCESS_UNAVAILABLE_ERROR || ex.errorCode == PayInServiceErrorCode.WALLET_SERVICE_ACCOUNT_NOT_FOUND) { sendWorkerFailedMessage(ex, purchaseDto, walletDto, merchantDto, headerParam) }
Joffrey
ex !is PayInProcessException
PayInProcessException
Set
ex.errorCode in yourSet
A modern programming language that makes developers happier.