public abstract class SuggestionError extends Object
| Constructor and Description |
|---|
SuggestionError() |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionError |
create(String type,
String reason) |
abstract String |
reason() |
abstract String |
type() |
public abstract String type()
public abstract String reason()
public static SuggestionError create(String type, String reason)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.