public class MambuApiResponseMessage
extends java.lang.Object
Encapsulation the API's application exception's Response - which might be included within Mambu exception APIs
message. This Class is to represent Mambu API response message object in Java API SDK.
When a Mambu API application exception is thrown, a formatted application error message optionally added to the
exception by Mambu. The purpose of this class is to provide helpers to create and parse this message, which contains
the following pars: returnCode, returnStatus, errorSource (optionally)
e.g,{"returnCode" 902,"returnStatus":"REQUIRED_CUSTOM_FIELD_MISSING","errorSource":"Loan_Purpose_Loan_Accounts"}
e.g.{"returnCode":851,"returnStatus":"INVALID_CENTRE_ID"}