public class ErrorDetail extends Object
| Constructor and Description |
|---|
ErrorDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
com.atlassian.fugue.Option<String> |
getCode()
The error code.
|
String |
getMessage()
The error message.
|
com.atlassian.fugue.Option<String> |
getPath()
The path to a request property that was involved in the error, if any.
|
int |
hashCode() |
String |
toString() |
public String getMessage()
getPath() to see which property was involved.public com.atlassian.fugue.Option<String> getCode()
public com.atlassian.fugue.Option<String> getPath()
Copyright © 2016 Atlassian. All rights reserved.