Error.withDetails(List<ErrorDetails> details) 方法
定义
Set the details value.
public Error withDetails(List<ErrorDetails> details)
参数
- details
- List<ErrorDetails>
the details value to set
返回
the Error object itself.