JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.http.server.exceptions.response
Error
Contents
Description
Method Summary
Method Details
getPath()
getMessage()
getTitle()
Hide sidebar
Show sidebar
Interface Error
public interface
Error
Contains information about an error that occurred.
Since:
2.4.0
Author:
James Kleeh
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
String
getMessage
()
default
Optional
<
String
>
getPath
()
default
Optional
<
String
>
getTitle
()
Method Details
getPath
default
Optional
<
String
>
getPath
()
Returns:
The optional error path
getMessage
String
getMessage
()
Returns:
The error message
getTitle
default
Optional
<
String
>
getTitle
()
Returns:
An optional short description for the error