public abstract class Error extends Object
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
static Error |
create(String type,
String reason) |
abstract Optional<String> |
reason() |
String |
toString() |
abstract Optional<String> |
type() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.