public static final class ResponseContainer.ErrorResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
id |
int |
status |
java.lang.String |
title |
Constructor and Description |
---|
ErrorResponse(int id,
int status,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |