Share via


ResizeError Class

  • java.lang.Object
    • com.azure.compute.batch.models.ResizeError

Implements

public final class ResizeError
implements JsonSerializable<ResizeError>

An error that occurred when resizing a Pool.

Method Summary

Modifier and Type Method and Description
static ResizeError fromJson(JsonReader jsonReader)

Reads an instance of ResizeError from the JsonReader.

String getCode()

Get the code property: An identifier for the Pool resize error.

String getMessage()

Get the message property: A message describing the Pool resize error, intended to be suitable for display in a user interface.

List<NameValuePair> getValues()

Get the values property: A list of additional error details related to the Pool resize error.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static ResizeError fromJson(JsonReader jsonReader)

Reads an instance of ResizeError from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ResizeError if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ResizeError.

getCode

public String getCode()

Get the code property: An identifier for the Pool resize error. Codes are invariant and are intended to be consumed programmatically.

Returns:

the code value.

getMessage

public String getMessage()

Get the message property: A message describing the Pool resize error, intended to be suitable for display in a user interface.

Returns:

the message value.

getValues

public List<NameValuePair> getValues()

Get the values property: A list of additional error details related to the Pool resize error.

Returns:

the values value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to