com.mojang.authlib.yggdrasil.response

public class ErrorResponse

com.mojang.authlib.yggdrasil.response.ErrorResponse

Field summary

Modifier and TypeField
private final String
path
private final String
error
private final String
errorMessage
private final Map<String, Object>
details

Constructor summary

ModifierConstructor
public (String arg0, String arg1, String arg2, Map<String, Object> arg3)

Method summary

Modifier and TypeMethod
public String
getPath()
public String
getError()
public Map<String, Object>
getDetails()
public String
getErrorMessage()