|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorInfo
Information about error codes
Field Summary | |
---|---|
static java.lang.String |
ERROR_CODE
The xml-rpc struct error code. |
static java.lang.String |
ERROR_TEXT
The xml-rpc struct error text |
Method Summary | |
---|---|
int |
getCode()
Gets the error code, if it exists |
java.lang.String |
getText()
Gets the error information, if it exists |
Methods inherited from interface org.sdas.core.common.IStruct |
---|
getAsStruct |
Field Detail |
---|
static final java.lang.String ERROR_CODE
static final java.lang.String ERROR_TEXT
Method Detail |
---|
int getCode()
java.lang.String getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |