ApiError Class

public final class ApiError
extends ManagementError

An error response from the Compute service.

Constructor Summary

Constructor Description
ApiError()

Creates an instance of ApiError class.

Method Summary

Modifier and Type Method and Description
InnerError getInnererror()

Get the innererror property: The Api inner error.

void validate()

Validates the instance.

Methods inherited from ManagementError

Methods inherited from java.lang.Object

Constructor Details

ApiError

public ApiError()

Creates an instance of ApiError class.

Method Details

getInnererror

public InnerError getInnererror()

Get the innererror property: The Api inner error.

Returns:

the innererror value.

validate

public void validate()

Validates the instance.

Applies to