PcError Class

  • java.lang.Object
    • com.microsoft.azure.management.network.PcError

public class PcError

Defines values for PcError.

Field Summary

Modifier and Type Field and Description
final PcError AGENT_STOPPED

Static value AgentStopped for PcError.

final PcError CAPTURE_FAILED

Static value CaptureFailed for PcError.

final PcError INTERNAL_ERROR

Static value InternalError for PcError.

final PcError LOCAL_FILE_FAILED

Static value LocalFileFailed for PcError.

final PcError STORAGE_FAILED

Static value StorageFailed for PcError.

Constructor Summary

Constructor Description
PcError(String value)

Creates a custom value for PcError.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

AGENT_STOPPED

public static final PcError AGENT_STOPPED= new PcError("AgentStopped")

Static value AgentStopped for PcError.

CAPTURE_FAILED

public static final PcError CAPTURE_FAILED= new PcError("CaptureFailed")

Static value CaptureFailed for PcError.

INTERNAL_ERROR

public static final PcError INTERNAL_ERROR= new PcError("InternalError")

Static value InternalError for PcError.

LOCAL_FILE_FAILED

public static final PcError LOCAL_FILE_FAILED= new PcError("LocalFileFailed")

Static value LocalFileFailed for PcError.

STORAGE_FAILED

public static final PcError STORAGE_FAILED= new PcError("StorageFailed")

Static value StorageFailed for PcError.

Constructor Details

PcError

public PcError(String value)

Creates a custom value for PcError.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to