#include <p6kmipclient.h>
Public Attributes | |
p6IKMIPBinary * | pAsynchCorrelation |
p6IKMIPStr * | pMessage |
P6UINT32 | resultReason |
P6UINT32 | resultStatus |
P6TIME | timestamp |
The result of a query to a KMIP server is contained in this structure.
resultStatus - can have one of the values from Section 9.1.3.2.28 in p6kmip.h, Result Status Enumeration indicating the result of the operation resultReason - can have one of the values from Section 9.1.3.2.29 in p6kmip.h, Result Reason Enumeration for more detailed error information, or zero if not set by server timestamp - timestamp of the response message pMessage - an enumerator holding a more descriptive error message which can be provided to an end user or for logging, or NULL if not set by server pAsynchCorrelation - if the server decides to execute the request in an asynchronous manner then this enumerator contains the Asynchronous Correlation Value to be used by the client in a Poll or Cancel request (see Section 6.8 KMIP spec)
Definition at line 1069 of file p6kmipclient.h.