Determines if there was any type of error processing the <payment:payment>, <payment:capture>, or <payment:void>.
May use <payment:getErrorReason> or ${payment:getErrorReason()} to get the reason for the error.
Must be nested in a <payment:payment>, <payment:capture>, or <payment:void> tag.
Example
${payment:isError()}
Function Information
Function Class: | com.newmediaworks.taglib.payment.Functions |
---|---|
Function Signature: | boolean isError() |
Display Name: | None |