public class ItemTranslateError extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemTranslateError.ERROR_TYPE
The Enum ERROR_TYPE.
|
| Constructor and Description |
|---|
ItemTranslateError(String error,
ItemTranslateError.ERROR_TYPE errorType)
Instantiates a new zenodo translate error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
ItemTranslateError.ERROR_TYPE |
getErrorType() |
void |
setError(String error) |
void |
setErrorType(ItemTranslateError.ERROR_TYPE errorType) |
String |
toString() |
public ItemTranslateError(String error, ItemTranslateError.ERROR_TYPE errorType)
error - the errorerrorType - the error typepublic String getError()
public void setError(String error)
public ItemTranslateError.ERROR_TYPE getErrorType()
public void setErrorType(ItemTranslateError.ERROR_TYPE errorType)
Copyright © 2021. All Rights Reserved.