C++ Server-Side SDK Redis Source
Provide SDK data via Redis
Public Attributes | List of all members
LDServerLazyLoadRedisResult Struct Reference

Stores the result of calling LDDServerLazyLoadRedisSource_New. More...

#include <redis_source.h>

Public Attributes

LDServerLazyLoadRedisSource source
 
char error_message [LDSERVER_LAZYLOAD_REDISSOURCE_ERROR_MESSAGE_SIZE]
 

Detailed Description

Stores the result of calling LDDServerLazyLoadRedisSource_New.

On successful creation, source will contain a pointer which may be passed into the LaunchDarkly SDK's configuration.

On failure, error_message contains a NULL-terminated string describing the error.

The message may be truncated if it was originally longer than error_message's buffer size.


The documentation for this struct was generated from the following file: