com.mojang.authlib.yggdrasil.response

public class Response

com.mojang.authlib.yggdrasil.response.Response

Field summary

Modifier and TypeField
private String
error
private String
errorMessage
private String
cause

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
getError()
public String
getCause()
public String
getErrorMessage()
protected void
setError(String arg0)
protected void
setErrorMessage(String arg0)
protected void
setCause(String arg0)