Class ErrorResponse

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

public class ErrorResponse extends Object
The error object.
  • 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.