Class MxidErrorResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.ErrorResponse
-
- io.github.ma1uta.matrix.identity.model.invitation.MxidErrorResponse
-
public class MxidErrorResponse extends ErrorResponse
The Matrix error response with the MXID.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.github.ma1uta.matrix.ErrorResponse
ErrorResponse.Code
-
-
Constructor Summary
Constructors Constructor Description MxidErrorResponse()
MxidErrorResponse(String errcode, String error)
MxidErrorResponse(String errcode, String error, String mxid)
-
-
-
Field Detail
-
mxid
private String mxid
The MXID.
-
-