Class RejectReason.Reasons
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.RejectReason.Reasons
-
- Enclosing class:
- RejectReason
public static class RejectReason.Reasons extends Object
Reasons.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_ERROR
Auth error.static String
NOT_ANCESTOR
Not ancestor.static String
REPLACED
Replaced.
-
Constructor Summary
Constructors Modifier Constructor Description private
Reasons()
-
-
-
Field Detail
-
AUTH_ERROR
public static final String AUTH_ERROR
Auth error.- See Also:
- Constant Field Values
-
REPLACED
public static final String REPLACED
Replaced.- See Also:
- Constant Field Values
-
NOT_ANCESTOR
public static final String NOT_ANCESTOR
Not ancestor.- See Also:
- Constant Field Values
-
-