Share via


OperationStatusError Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.OperationStatusError

public class OperationStatusError

Class for operation status errors.

Constructor Summary

Constructor Description
OperationStatusError()

Method Summary

Modifier and Type Method and Description
java.util.List<OperationErrorAdditionalInfo> additionalInfo()

Get the additional info.

java.lang.String code()

Get the error code.

java.util.List<OperationStatusError> details()

Get the error details.

java.lang.String message()

Get the error message.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals 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 java.lang.Object.wait

Constructor Details

OperationStatusError

public OperationStatusError()

Method Details

additionalInfo

public List<OperationErrorAdditionalInfo> additionalInfo()

Get the additional info.

Returns:

the additionalInfo value

code

public String code()

Get the error code.

Returns:

the code value

details

public List<OperationStatusError> details()

Get the error details.

Returns:

the details value

message

public String message()

Get the error message.

Returns:

the message value

Applies to