ErrorResponse Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ErrorResponse

public class ErrorResponse

The error object.

Constructor Summary

Constructor Description
ErrorResponse()

Method Summary

Modifier and Type Method and Description
ErrorDetails error()

Get the error details object.

ErrorResponse withError(ErrorDetails error)

Set the error details object.

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 ErrorDetails error()

Get the error details object.

Returns:

the error value

withError

public ErrorResponse withError(ErrorDetails error)

Set the error details object.

Parameters:

error - the error value to set

Returns:

the ErrorResponse object itself.

Applies to