-
public class NonFatalError.Network extends NonFatalError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNonFatalError.Network.RequestTimeout
-
Field Summary
Fields Modifier and Type Field Description private final Stringcodeprivate final Stringmessageprivate final BooleanneedsCooldownprivate final StringcooldownKeyprivate final BooleanshouldOnlyLog
-
Method Summary
Modifier and Type Method Description final StringgetCode()final StringgetMessage()final BooleangetNeedsCooldown()final StringgetCooldownKey()final BooleangetShouldOnlyLog()-
-
Method Detail
-
getMessage
final String getMessage()
-
getNeedsCooldown
final Boolean getNeedsCooldown()
-
getCooldownKey
final String getCooldownKey()
-
getShouldOnlyLog
final Boolean getShouldOnlyLog()
-
-
-
-