public static final class APIModel.ErrorDatum extends APIModel.Datum
| Modifier and Type | Field and Description |
|---|---|
String |
message |
APIModel.ErrorType |
type |
| Constructor and Description |
|---|
ErrorDatum() |
| Modifier and Type | Method and Description |
|---|---|
static APIModel.ErrorDatum |
newError(APIModel.ErrorType type,
String message) |
Object |
toJava(boolean successful,
FlowId flowId,
BlobStoreClient blobStore,
ClassLoader classLoader) |
public APIModel.ErrorType type
public String message
public Object toJava(boolean successful, FlowId flowId, BlobStoreClient blobStore, ClassLoader classLoader)
toJava in class APIModel.Datumpublic static APIModel.ErrorDatum newError(APIModel.ErrorType type, String message)
Copyright © 2021. All rights reserved.