MinecraftAuthException

class MinecraftAuthException(type: String?, cause: Throwable?) : AuthException

Thrown when Minecraft's authentication service returns a valid response, but one that indicates an error.

Parameters

type

The value of the errorType field returned by the service, if present. This is typically not a user-friendly message, but explains to the developer what went wrong.

Constructors

Link copied to clipboard
fun MinecraftAuthException(type: String?, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val type: String?