|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OError
An OData error message, consisting of an error code, an error-message text, and an optional inner error.
Method Summary | |
---|---|
String |
getCode()
Gets the error code, a mandatory service-defined string. |
String |
getInnerError()
Gets the inner error, service specific debugging information that might assist a service implementer in determining the cause of an error. |
String |
getMessage()
Gets the error-message text, a human readable message describing the error. |
Method Detail |
---|
String getCode()
This value may be used to provide a more specific substatus to the returned HTTP response code.
String getInnerError()
Should only be used in development environments in order to guard against potential security concerns around information disclosure.
String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |