Uses of Interface
org.javacord.api.util.rest.RestRequestResponseInformation
-
Packages that use RestRequestResponseInformation Package Description org.javacord.api.exception -
-
Uses of RestRequestResponseInformation in org.javacord.api.exception
Methods in org.javacord.api.exception that return types with arguments of type RestRequestResponseInformation Modifier and Type Method Description Optional<RestRequestResponseInformation>DiscordException. getResponse()Gets information about the response which caused the exception.
-