JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.graylog2.plugin.rest.RequestError
Packages that use
RequestError
Package
Description
org.graylog2.plugin.rest
Uses of
RequestError
in
org.graylog2.plugin.rest
Methods in
org.graylog2.plugin.rest
that return
RequestError
Modifier and Type
Method
Description
static
RequestError
RequestError.
create
(
String
message, int line, int column,
String
path,
String
reference)