ErrorResponse Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcegraph.v2019_04_01.ErrorResponse

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.

ErrorResponse withError(Error error)

Set error information.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ErrorResponse

public ErrorResponse()

Method Details

error

public Error error()

Get error information.

Returns:

the error value

withError

public ErrorResponse withError(Error error)

Set error information.

Parameters:

error - the error value to set

Returns:

the ErrorResponse object itself.

Applies to