ErrorResponse Class

Definition

Error Response. Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

public class ErrorResponse
Inheritance
java.lang.Object
ErrorResponse

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) 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(long) java.lang.Object.wait(long,int)

Constructors

ErrorResponse()

Methods

additionalInfo()

Get the error additional info.

code()

Get the error code.

details()

Get the error details.

message()

Get the error message.

target()

Get the error target.

Applies to