ErrorDetails Class

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

public class ErrorDetails

Error details.

Constructors

ErrorDetails()

Methods

additionalProperties()

Get unmatched properties from the message are deserialized this collection.

code()

Get error code identifying the specific error.

message()

Get a human readable error message.

withAdditionalProperties(Map<String,Object> additionalProperties)

Set unmatched properties from the message are deserialized this collection.

withCode(String code)

Set error code identifying the specific error.

withMessage(String message)

Set a human readable error message.

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)

Applies to