![]() |
Diarkis C++Client Library API Document
|
Variables | |
DIARKIS_EXPORT System::Result | INVALID_ARGUMENT_NULL_POINTER |
One of the argument is a null pointer, whereas non-null pointer was expected. (status: FATAL, value: 0x41696D1B) More... | |
DIARKIS_EXPORT System::Result | INVALID_ARGUMENT |
One of the argument is invalid. (status: FATAL, value: 0xF2327D27) More... | |
DIARKIS_EXPORT System::Result | INVALID_ARGUMENT_OUT_OF_RANGE |
One of the argument is outside of the expected range of values. (status: FATAL, value: 0xEF9C73BE) More... | |
DIARKIS_EXPORT System::Result | INVALID_HEXADECIMAL_CHARACTER |
Hexadecimal string contains a non-hexadecimal character. (status: FATAL, value: 0x6934D8FC) More... | |
DIARKIS_EXPORT System::Result | HEXADECIMAL_STRING_OF_ODD_LENGTH |
Hexadecimal string contains an odd number of characters. (status: FATAL, value: 0x7ECB4AEA) More... | |
DIARKIS_EXPORT System::Result | RETRY_COUNT_EXHAUSTED |
The number of retries has exhausted. (status: FATAL, value: 0x9E947C6E) More... | |
DIARKIS_EXPORT System::Result | OFFSET_LENGTH_COMBINATION_OUT_OF_RANGE |
A combination of offset + length is exceeding the authorized capacity. (status: FATAL, value: 0x44A25458) More... | |
DIARKIS_EXPORT System::Result | DESTINATION_BUFFER_TOO_SMALL_ERROR |
The destination buffer is too small. (status: FATAL, value: 0x95582D3C) More... | |
DIARKIS_EXPORT System::Result | NO_PENDING_DATA_AVAILABLE_ERROR |
There is no pending data available. (status: TEMPORARY, value: 0x29E09324) More... | |
DIARKIS_EXPORT System::Result | NOTHING_DONE |
The call did nothing due to specific conditions. (status: TEMPORARY, value: 0xBC001052) More... | |
DIARKIS_EXPORT System::Result | THREAD_CREATION_FAILED |
Creation of a native thread threw an exception. (status: FATAL, value: 0xACD76813) More... | |
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT_NULL_POINTER |
One of the argument is a null pointer, whereas non-null pointer was expected. (status: FATAL, value: 0x41696D1B)
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT |
One of the argument is invalid. (status: FATAL, value: 0xF2327D27)
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_ARGUMENT_OUT_OF_RANGE |
One of the argument is outside of the expected range of values. (status: FATAL, value: 0xEF9C73BE)
DIARKIS_EXPORT System::Result Diarkis::Results::General::INVALID_HEXADECIMAL_CHARACTER |
Hexadecimal string contains a non-hexadecimal character. (status: FATAL, value: 0x6934D8FC)
DIARKIS_EXPORT System::Result Diarkis::Results::General::HEXADECIMAL_STRING_OF_ODD_LENGTH |
Hexadecimal string contains an odd number of characters. (status: FATAL, value: 0x7ECB4AEA)
DIARKIS_EXPORT System::Result Diarkis::Results::General::RETRY_COUNT_EXHAUSTED |
The number of retries has exhausted. (status: FATAL, value: 0x9E947C6E)
DIARKIS_EXPORT System::Result Diarkis::Results::General::OFFSET_LENGTH_COMBINATION_OUT_OF_RANGE |
A combination of offset + length is exceeding the authorized capacity. (status: FATAL, value: 0x44A25458)
DIARKIS_EXPORT System::Result Diarkis::Results::General::DESTINATION_BUFFER_TOO_SMALL_ERROR |
The destination buffer is too small. (status: FATAL, value: 0x95582D3C)
DIARKIS_EXPORT System::Result Diarkis::Results::General::NO_PENDING_DATA_AVAILABLE_ERROR |
There is no pending data available. (status: TEMPORARY, value: 0x29E09324)
DIARKIS_EXPORT System::Result Diarkis::Results::General::NOTHING_DONE |
The call did nothing due to specific conditions. (status: TEMPORARY, value: 0xBC001052)
DIARKIS_EXPORT System::Result Diarkis::Results::General::THREAD_CREATION_FAILED |
Creation of a native thread threw an exception. (status: FATAL, value: 0xACD76813)