@Public
@Unstable
public static class TimelineWriteResponse.TimelineWriteError
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
IO_EXCEPTION |
Error code returned if an IOException is encountered when storing an
entity.
|
| Constructor | Description |
|---|---|
TimelineWriteError() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEntityId() |
Get the entity Id.
|
java.lang.String |
getEntityType() |
Get the entity type.
|
int |
getErrorCode() |
Get the error code.
|
void |
setEntityId(java.lang.String id) |
Set the entity Id.
|
void |
setEntityType(java.lang.String type) |
Set the entity type.
|
void |
setErrorCode(int code) |
Set the error code to the given error code.
|
public static final int IO_EXCEPTION
public java.lang.String getEntityId()
public void setEntityId(java.lang.String id)
id - the entity Id.public java.lang.String getEntityType()
public void setEntityType(java.lang.String type)
type - the entity type.public int getErrorCode()
public void setErrorCode(int code)
code - an error code.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.