Class DiscordErrored
- java.lang.Object
-
- net.runelite.client.discord.events.DiscordErrored
-
public final class DiscordErrored extends Object
Called when an internal error is caught within the SDK
-
-
Constructor Summary
Constructors Constructor Description DiscordErrored(int errorCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getErrorCode()
Discord error code.String
getMessage()
Error messageint
hashCode()
String
toString()
-