public class Error extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Error.ErrorBuilder |
Constructor and Description |
---|
Error(Error.ErrorBuilder builder) |
Modifier and Type | Method and Description |
---|---|
static Error.ErrorBuilder |
builder() |
String |
getDetail() |
String |
getMessage() |
String |
getType() |
public Error(Error.ErrorBuilder builder)
public static Error.ErrorBuilder builder()
public String getMessage()
public String getType()
public String getDetail()
Copyright © 2017 OpenDaylight. All rights reserved.