messages

package
v0.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const APICallError = "Error executing API call "

APICallError : APICallError const

View Source
const AddMetering = "Add metering."

AddMetering : AddMetering const

View Source
const ApikeyError = "Provide a valid apiKey."

ApikeyError : ApikeyError const

View Source
const AppConfigAlreadyInstantiated = "App Configuration instance is already instantiated."

AppConfigAlreadyInstantiated : AppConfigAlreadyInstantiated const

View Source
const AuthTokenError = "Could not generate Bearer token for the provided API Key."

AuthTokenError : AuthTokenError const

View Source
const BootstrapFileNotFoundError = "Provide bootstrap_file value when live_config_update_enabled is false."

BootstrapFileNotFoundError : BootstrapFileNotFoundError const

View Source
const CheckBootstrapFileProvided = "Checking bootstrap file is provided by the user or not."

CheckBootstrapFileProvided : CheckBootstrapFileProvided const

View Source
const CollectionIDError = "" /* 128-byte string literal not displayed */

CollectionIDError : CollectionIDError const

View Source
const CollectionIDValueError = "Provide a valid collectionId."

CollectionIDValueError : CollectionIDValueError const

View Source
const CollectionInitError = "" /* 157-byte string literal not displayed */

CollectionInitError : CollectionInitError const

View Source
const ConfigAPIError = "Failed to fetch the configurations. "

ConfigAPIError : ConfigAPIError const

View Source
const ConfigurationFileEmpty = " file is empty."

ConfigurationFileEmpty : ConfigurationFileEmpty const

View Source
const ConfigurationHandlerInitError = "" /* 152-byte string literal not displayed */

ConfigurationHandlerInitError : ConfigurationHandlerInitError const

View Source
const ConfigurationUpdateListenerMethodError = "Configuration update listener should me a method or a function."

ConfigurationUpdateListenerMethodError : ConfigurationUpdateListenerMethodError const

View Source
const CreatingNewAPIManagerInstance = "Creating new API manager instance."

CreatingNewAPIManagerInstance : CreatingNewAPIManagerInstance const

View Source
const CreatingNewAppConfig = "Creating new App Configuration instance."

CreatingNewAppConfig : CreatingNewAppConfig const

View Source
const EncodeJSONErr = "Error while encoding json "

EncodeJSONErr : EncodeJSONErr const

View Source
const EnvironmentIDValueError = "Provide a valid environmentId."

EnvironmentIDValueError : EnvironmentIDValueError const

View Source
const ErrorInvalidFeatureAction = "error : feature object not initialized"

ErrorInvalidFeatureAction : ErrorInvalidFeatureAction const

View Source
const ErrorInvalidFeatureID = "error : invalid feature id "

ErrorInvalidFeatureID : ErrorInvalidFeatureID const

View Source
const ErrorInvalidPropertyAction = "error : property object not initialized"

ErrorInvalidPropertyAction : ErrorInvalidPropertyAction const

View Source
const ErrorInvalidPropertyID = "error : invalid property id "

ErrorInvalidPropertyID : ErrorInvalidPropertyID const

View Source
const EvalSegmentRule = "Evaluating segment rule."

EvalSegmentRule : EvalSegmentRule const

View Source
const EvaluatingFeature = "Evaluating feature."

EvaluatingFeature : EvaluatingFeature const

View Source
const EvaluatingProperty = "Evaluating property."

EvaluatingProperty : EvaluatingProperty const

View Source
const EvaluatingSegments = "Evaluating segments."

EvaluatingSegments : EvaluatingSegments const

View Source
const ExecAPICall = "Executing API call."

ExecAPICall : ExecAPICall const

View Source
const FeatureValue = "Feature value is "

FeatureValue : FeatureValue const

View Source
const FetchAPISuccessful = "Successfully fetched the configurations."

FetchAPISuccessful : FetchAPISuccessful const

View Source
const FetchConfigurationData = "Fetching configuration data."

FetchConfigurationData : FetchConfigurationData const

View Source
const FetchFromAPI = "Fetching from API."

FetchFromAPI : FetchFromAPI const

View Source
const FetchFromAPISdkInitError = "fetchFromAPI() - Configuration SDK not initialized with call to init."

FetchFromAPISdkInitError : FetchFromAPISdkInitError const

View Source
const FetchFromConfigurationFile = "Fetching from configuration file."

FetchFromConfigurationFile : FetchFromConfigurationFile const

View Source
const GUIDError = "Provide a valid guid."

GUIDError : GUIDError const

View Source
const IncorrectUsageOfContextOptions = "Incorrect usage of context options. At most of one ContextOptions struct should be passed."

IncorrectUsageOfContextOptions : IncorrectUsageOfContextOptions const

View Source
const IncorrectUsageOfEntityAttributes = "Incorrect usage of entityAttributes in "

IncorrectUsageOfEntityAttributes : IncorrectUsageOfEntityAttributes const

View Source
const InitError = "error: configurations not fetched, check the init and setcontext section for errors"

InitError : Caused due to initialization error

View Source
const InvalidBootstrapFile = "Invalid value provided for BootstrapFile parameter"

InvalidBootstrapFile : InvalidBootstrapFile const

View Source
const InvalidDataFormat = "Invalid data format: "

InvalidDataFormat : Invalid Data Format

View Source
const InvalidDataType = "Invalid datatype: "

InvalidDataType : Invalid Datatype

View Source
const InvalidEntityId = "Invalid entityId passed to "

InvalidEntityId : InvalidEntityId const

View Source
const InvalidFeatureID = "Invalid feature id - "

InvalidFeatureID : InvalidFeatureID const

View Source
const InvalidPropertyID = "Invalid property id - "

InvalidPropertyID : InvalidPropertyID const

View Source
const InvalidPropertyValueMessage = "Property Value is either invalid or empty."

InvalidPropertyValueMessage : InvalidPropertyValueMessage const

View Source
const InvalidSecretID = "Secret Id is either invalid or empty."

InvalidSecretID : InvalidSecretIdMessage const

View Source
const InvalidSecretManagerMessage = "Secret Manager object is either invalid or empty."

InvalidSecretManagerMessage : InvalidSecretManagerMessage const

View Source
const LiveUpdateCheck = "Checking live configuration update is enabled or not."

LiveUpdateCheck : LiveUpdateCheck const

View Source
const LoadingConfigurations = "Loading configurations."

LoadingConfigurations : LoadingConfigurations const

View Source
const LoadingData = "Loading data."

LoadingData : LoadingData const

View Source
const MarshalJSONErr = "Error while marshalling JSON "

MarshalJSONErr : MarshalJSONErr const

View Source
const ParsingFeatureRules = "Parsing feature rules."

ParsingFeatureRules : ParsingFeatureRules const

View Source
const ParsingPropertyRules = "Parsing property rules."

ParsingPropertyRules : ParsingPropertyRules const

View Source
const PropertyValue = "Property value is "

PropertyValue : PropertyValue const

View Source
const ReadBootstrapConfigurations = "Reading configurations from bootstrap file: "

ReadBootstrapConfigurations : ReadBootstrapConfigurations const

View Source
const ReadFile = "Reading file."

ReadFile : ReadFile const

View Source
const ReadFileErr = "Error while reading file "

ReadFileErr : ReadFileErr const

View Source
const ReadPersistentCache = "Reading configurations from persistent cache: "

ReadPersistentCache : ReadPersistentCache const

View Source
const RecordEval = "Record evaluation."

RecordEval : RecordEval const

View Source
const RegionError = "Provide a valid region."

RegionError : RegionError const

View Source
const RetrieveMeteringInstance = "Retrieving metering instance."

RetrieveMeteringInstance : RetrieveMeteringInstance const

View Source
const RetrieveingAppConfig = "Retrieving App Configuration instance."

RetrieveingAppConfig : RetrieveingAppConfig const

View Source
const RetrievingFeature = "Retrieving feature current value."

RetrievingFeature : RetrievingFeature const

View Source
const RetrievingProperty = "Retrieving property current value."

RetrievingProperty : RetrievingProperty const

View Source
const RetryScheduledMessage = " Scheduling the API request to retry after %d minutes."

RetryScheduledMessage : RetryScheduledMessage const

View Source
const RetryWebSocketConnect = "Trying web socket connection again."

RetryWebSocketConnect : RetryWebSocketConnect const

View Source
const SendMeteringServer = "Sending to metering server."

SendMeteringServer : SendMeteringServer const

View Source
const SendMeteringServerErr = "Error while sending metering data to server. "

SendMeteringServerErr : SendMeteringServerErr const

View Source
const SendMeteringSuccess = "Successfully sent metering data to server."

SendMeteringSuccess : SendMeteringSuccess const

View Source
const SetInMemoryCache = "Setting memory cache."

SetInMemoryCache : SetInMemoryCache const

View Source
const SettingContext = "Setting context."

SettingContext : SettingContext const

View Source
const StartSendingMeteringData = "Start sending metering data in the background."

StartSendingMeteringData : StartSendingMeteringData const

View Source
const StartWebSocket = "Starting web socket connection."

StartWebSocket : StartWebSocket const

View Source
const StoreFile = "Storing file."

StoreFile : StoreFile const

View Source
const TenMinExpiry = "10 mins expired, sending metering data if any."

TenMinExpiry : TenMinExpiry const

View Source
const TypeCastingError = "Error Type casting. Check the feature or property values."

TypeCastingError : Type Casting Error

View Source
const UnmarshalJSONErr = "Error while unmarshalling JSON "

UnmarshalJSONErr : UnmarshalJSONErr const

View Source
const UnmarshalYAMLErr = "Error while unmarshalling YAML "

UnmarshalYAMLErr : UnmarshalYAMLErr const

View Source
const WebSocketConnectErr = "Error occurred while establishing websocket connection with the App Configuration server. "

WebSocketConnectErr : WebSocketConnectErr const

View Source
const WebSocketConnectFailed = "Socket connect failed. "

WebSocketConnectFailed : WebSocketConnectFailed const

View Source
const WebSocketConnectSuccess = "Socket connect successful."

WebSocketConnectSuccess: WebSocketConnectSuccess const

View Source
const WebsocketErrorReadingMessage = "Error while reading message from the socket. "

WebsocketErrorReadingMessage : WebsocketErrorReadingMessage const

View Source
const WebsocketReceivingMessage = "Message received from socket. "

WebsocketReceivingMessage : WebsocketReceivingMessage const

View Source
const WriteFileErr = "Error while writing to a file "

WriteFileErr : WriteFileErr const

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL