ErrorResponse Class
- java.
lang. Object - com.
microsoft. azure. management. resourcegraph. v2019_04_01.ErrorResponse
- com.
public class ErrorResponse
Error response. An error response from the API.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ErrorResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Error |
error()
Get error information. |
|
Error |
withError(Error error)
Set error information. |
Methods inherited from java.lang.Object
Constructor Details
ErrorResponse
public ErrorResponse()
Method Details
error
public Error error()
Get error information.
Returns:
withError
public ErrorResponse withError(Error error)
Set error information.
Parameters:
Returns: