public static final class ResponseContainer.ErrorResponse extends Object
int
id
status
String
title
ErrorResponse(int id, int status, String title)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final int id
public final int status
public final String title
public ErrorResponse(int id, int status, String title)
public String toString()
toString
Object