46474849505152
public Failure() { } public Failure(String code, String lang, String text) { this.code = code; this.text = new ServerErrorText(lang, text, null); }