public interface UpgradeActionError
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets a description of the error that occurred.
|
Date |
getErrorPosted()
Gets the time at which the error was posted.
|
String |
getLocation()
Gets a description of the data on which the error occurred.
|
String |
getOperation()
Gets a description of the operation on which the error occurred.
|
String getOperation() throws IfsException
The value returned is action-specific, for example
"UPDATE odmm_contentstore
".
IfsException
- if the operation failsString getLocation() throws IfsException
The value returned is action-specific, for example "ID=3892
".
IfsException
- if the operation failsString getDescription() throws IfsException
IfsException
- if the operation failsDate getErrorPosted() throws IfsException
IfsException
- if the operation failsCopyright © 2023. All rights reserved.