public class OErrorResponse extends Object implements OBinaryResponse
Constructor and Description |
---|
OErrorResponse() |
OErrorResponse(Map<String,String> messages,
byte[] result) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMessages() |
byte[] |
getResult() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read
in interface OBinaryResponse
IOException
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write
in interface OBinaryResponse
IOException
public byte[] getResult()
Copyright © 2009–2020 OrientDB. All rights reserved.