
public class OError37Response extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OError37Response() |
OError37Response(OErrorCode code,
int errorIdentifier,
Map<String,String> messages,
byte[] verbose) |
| Modifier and Type | Method and Description |
|---|---|
OErrorCode |
getCode() |
int |
getErrorIdentifier() |
Map<String,String> |
getMessages() |
byte[] |
getVerbose() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OError37Response(OErrorCode code, int errorIdentifier, Map<String,String> messages, byte[] verbose)
public OError37Response()
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 int getErrorIdentifier()
public OErrorCode getCode()
public byte[] getVerbose()
Copyright © 2009–2025 OrientDB. All rights reserved.