public final class ErrorResponse extends Object implements BackendMessage
Constructor and Description |
---|
ErrorResponse(List<Field> fields)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Field> |
getFields()
Returns the fields.
|
int |
hashCode() |
String |
toString() |
public ErrorResponse(List<Field> fields)
fields
- the fieldsIllegalArgumentException
- if fields
is null
Copyright © 2019. All rights reserved.