GraphError 类
定义
Active Directory error information.
public class GraphError
- 继承
-
java.lang.ObjectGraphError
方法
code() |
Get the code value.
|
message() |
Get the message value.
|
withCode(String code) |
Set the code value.
|
withMessage(String message) |
Set the message value.
|