Package io.github.ma1uta.matrix
Class ErrorResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.ErrorResponse
-
- Direct Known Subclasses:
RateLimitedErrorResponse
public class ErrorResponse extends Object
Any errors which occur at the Matrix API level MUST return a "standard error response".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErrorResponse.Code
Standard error codes.
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
ErrorResponse(String errcode, String error)
-