@PublicApi
public interface WebErrorMessage
getDescription()
, a
short snippet
of a message to serve as a summary of the error
message, and optionally a URI to link to further information when only the snippet
is presented to the user.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a message containing the reason an error message has been
generated.
|
String |
getSnippet()
Returns a short form of the error message that getDescription would
provide.
|
URI |
getURI()
Returns a
URI that can be used to direct users
to pages with more information that can be tied to the snippet |
String getDescription()
null
String getSnippet()
null
Copyright © 2002-2019 Atlassian. All Rights Reserved.