public final class ExecutionErrorContent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionErrorContent.Builder |
Modifier and Type | Method and Description |
---|---|
static ExecutionErrorContent.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDeviceId()
Identifier of the device where execution error happens.
|
Command |
getFailedCommand()
the command that was not executed successfully because of the error.
|
String |
getMessage()
Opaque message describing the error.
|
int |
hashCode() |
String |
toString() |
public static ExecutionErrorContent.Builder builder()
public String getDeviceId()
public Command getFailedCommand()
public String getMessage()
Copyright © 2023. All rights reserved.