@InterfaceAudience.Public @InterfaceStability.Unstable public class Error extends Object
Constructor and Description |
---|
Error() |
Modifier and Type | Method and Description |
---|---|
Error |
code(Integer code) |
boolean |
equals(Object o) |
Error |
fields(String fields) |
Integer |
getCode() |
String |
getFields() |
String |
getMessage() |
int |
hashCode() |
Error |
message(String message) |
void |
setCode(Integer code) |
void |
setFields(String fields) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2024 Apache Software Foundation. All rights reserved.