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
|
String |
getDetailMessage()
Returns a more verbatim error message (if any)
|
String |
getMessage()
Returns the error message
|
getSession
static final int DBG_NORMAL
static final int DBG_WARNING
static final int DBG_FATAL
static final int DBG_IGNORE
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.