public abstract static class Operation.Error.Entry extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
code()
The error type identifier for this error.
|
static Operation.Error.Entry |
create(String code,
String location,
String message) |
abstract String |
location()
The field in the request which caused the error.
|
abstract String |
message() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.