public class OAIError
extends java.lang.Object
Constructor and Description |
---|
OAIError(java.lang.String errorCode,
java.lang.String message)
Constructor for the OAIError object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Gets the errorCode attribute of the OAIError object
|
java.lang.String |
getMessage()
Gets the message attribute of the OAIError object
|