Class PduProcessingResult
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.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.
-
-