public interface CacheError
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear error content set before.
|
int |
errorId()
A specific error return code, used to specify the error that has occurred.
|
void |
errorId(int errorId)
A specific error return code, used to specify the error that has occurred.
|
java.lang.String |
text()
Detailed text describing the error that has occurred.
|
void |
text(java.lang.String text)
Detailed text describing the error that has occurred.
|
int errorId()
void errorId(int errorId)
errorId - the errorId to setjava.lang.String text()
void text(java.lang.String text)
text - the text to setvoid clear()
Copyright @ 2021 Refinitiv. All Rights Reserved.