ErrorResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.ErrorResponse

public final class ErrorResponse

Describes the error that occurred.

Constructor Summary

Constructor Description
ErrorResponse()

Creates an instance of ErrorResponse class.

Method Summary

Modifier and Type Method and Description
String code()

Get the code property: Error code associated with the error that occurred.

String message()

Get the message property: Describes the error in detail.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ErrorResponse

public ErrorResponse()

Creates an instance of ErrorResponse class.

Method Details

code

public String code()

Get the code property: Error code associated with the error that occurred.

Returns:

the code value.

message

public String message()

Get the message property: Describes the error in detail.

Returns:

the message value.

validate

public void validate()

Validates the instance.

Applies to