public final class PcError extends ExpandableStringEnum<PcError>
Modifier and Type | Field and Description |
---|---|
static PcError |
AGENT_STOPPED
Static value AgentStopped for PcError.
|
static PcError |
CAPTURE_FAILED
Static value CaptureFailed for PcError.
|
static PcError |
INTERNAL_ERROR
Static value InternalError for PcError.
|
static PcError |
LOCAL_FILE_FAILED
Static value LocalFileFailed for PcError.
|
static PcError |
STORAGE_FAILED
Static value StorageFailed for PcError.
|
Constructor and Description |
---|
PcError() |
Modifier and Type | Method and Description |
---|---|
static PcError |
fromString(String name)
Creates or finds a PcError from its string representation.
|
static Collection<PcError> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PcError INTERNAL_ERROR
public static final PcError AGENT_STOPPED
public static final PcError CAPTURE_FAILED
public static final PcError LOCAL_FILE_FAILED
public static final PcError STORAGE_FAILED
public static PcError fromString(String name)
name
- a name to look forpublic static Collection<PcError> values()
Copyright © 2019. All rights reserved.