Speedify SDK for Desktop/Embedded
15.0.1
|
Safe Browsing error.
#include <results.h>
Data Fields | |
bool | isError |
Indicates if this result is an error. More... | |
SpeedifySDK_ErrorType | errorCode |
Error code. More... | |
char | errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message. More... | |
SpeedifySDK_EventID | eventId |
Asynchronous callback ID. More... | |
SpeedifySDK_SafeBro_Error_Header char | host [SPEEDIFYSDK_MAX_HOST_LEN] |
The host for which a lookup error was encountered. More... | |
SpeedifySDK_ErrorType SpeedifySDK_SafeBrowsingErrorResult::errorCode |
Error code.
char SpeedifySDK_SafeBrowsingErrorResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_SafeBrowsingErrorResult::eventId |
Asynchronous callback ID.
SpeedifySDK_SafeBro_Error_Header char SpeedifySDK_SafeBrowsingErrorResult::host[SPEEDIFYSDK_MAX_HOST_LEN] |
The host for which a lookup error was encountered.
bool SpeedifySDK_SafeBrowsingErrorResult::isError |
Indicates if this result is an error.