public interface IPDIErrorInfo extends IPDISessionObject
| Modifier and Type | Field and Description |
|---|---|
static int |
DBG_FATAL |
static int |
DBG_IGNORE |
static int |
DBG_NORMAL |
static int |
DBG_WARNING |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns error code
|
java.lang.String |
getDetailMessage()
Returns a more verbatim error message (if any)
|
java.lang.String |
getMessage()
Returns the error message
|
getSessionstatic final int DBG_NORMAL
static final int DBG_WARNING
static final int DBG_FATAL
static final int DBG_IGNORE
java.lang.String getMessage()
java.lang.String getDetailMessage()
int getCode()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.