Error 类
定义
The Error model.
public class Error
- 继承
-
java.lang.ObjectError
方法
code() |
Get the code value.
|
details() |
Get the details value.
|
innerError() |
Get the innerError value.
|
message() |
Get the message value.
|
target() |
Get the target value.
|
withCode(String code) |
Set the code value.
|
withDetails(List<ErrorDetails> details) |
Set the details value.
|
withInnerError(String innerError) |
Set the innerError value.
|
withMessage(String message) |
Set the message value.
|
withTarget(String target) |
Set the target value.
|