
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 OBinaryResponseIOExceptionpublic void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic byte[] getResult()
Copyright © 2009–2025 OrientDB. All rights reserved.