Class PduProcessingResult


  • public class PduProcessingResult
    extends Object
    PDU processing result.
    • Field Detail

      • error

        private String error
        A human readable description about what went wrong in processing this PDU. If no error is present, the PDU can be considered successfully handled.
    • Constructor Detail

      • PduProcessingResult

        public PduProcessingResult()
    • Method Detail

      • getError

        public String getError()
      • setError

        public void setError​(String error)