public class CallbackData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
errorCode
An optional code, provided by the service to assist in diagnosis.
|
java.lang.String |
errorDescription
An optional description provide by the service to assist in diagnosis.
|
java.lang.String |
output
The console output (stdout and stderr) provided by the deployment.
|
java.lang.String |
requestId
The value of the X-Request-Id header used to trigger the deployment.
|
Result |
status
one of SUCCESS/FAILURE
|
| Constructor and Description |
|---|
CallbackData() |
public java.lang.String requestId
public Result status
public int errorCode
public java.lang.String errorDescription
public java.lang.String output
Copyright © 2017 Richard Thurston. All Rights Reserved.