public static class Errors.Error
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Errors.Error.Source |
Constructor and Description |
---|
Errors.Error(java.lang.Integer code,
Errors.Error.Source source,
java.lang.String title) |
Errors.Error(int code,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCode() |
Errors.Error.Source |
getSource() |
java.lang.String |
getTitle() |
public Errors.Error(java.lang.Integer code, Errors.Error.Source source, java.lang.String title)
public Errors.Error(int code, java.lang.String title)
public java.lang.Integer getCode()
public Errors.Error.Source getSource()
public java.lang.String getTitle()