Uses of Class
paypal.payflow.ErrorObject

  • Uses of ErrorObject in paypal.payflow

    Methods in paypal.payflow that return ErrorObject
    Modifier and Type
    Method
    Description
    Context.getError(int index)
    This method will return the error object from the Context as per the index passed to the function.If the index value passed is more than the count of the errors in the array list then it returns a null.
    protected static ErrorObject
    PayflowUtility.populateCommError(String commMessageCode, Exception ex, int severityLevel, boolean isXmlPayReq, String addMessage)
    Populates Errors from Exceptions.
    Methods in paypal.payflow with parameters of type ErrorObject
    Modifier and Type
    Method
    Description
    protected void
    Context.addError(ErrorObject errObject)
    This method adds the passed error object in the array list contained by the context object
    protected boolean
    This method will check if the context contains a specific error message.This method can be used for checking if the context is empty.
    protected void
    Logger.log(ErrorObject message)
    This is a internal method and takes in a errorobject as a parameter.This method then calls another overloaded version for the method Log which takes in a string to be logged and the severity level of the Error Object.