|
|
@ -13,11 +13,9 @@ import java.util.Locale; |
|
|
|
@Getter |
|
|
|
@Getter |
|
|
|
public class ErrorMeta { |
|
|
|
public class ErrorMeta { |
|
|
|
|
|
|
|
|
|
|
|
private static final Locale ZH_CN = Locale.SIMPLIFIED_CHINESE; |
|
|
|
private final String modulePrefix; |
|
|
|
|
|
|
|
private final String code; |
|
|
|
private String modulePrefix; |
|
|
|
private final String subCode; |
|
|
|
private String code; |
|
|
|
|
|
|
|
private String subCode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ErrorMeta(String modulePrefix, String code, String subCode) { |
|
|
|
public ErrorMeta(String modulePrefix, String code, String subCode) { |
|
|
|
this.modulePrefix = modulePrefix; |
|
|
|
this.modulePrefix = modulePrefix; |
|
|
|