constant

package
v0.18.6 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MaxStallTime is the threshold time before triggering stall warnings.
	MaxStallTime = 31 * time.Millisecond //windows time api used by golang may have up to 30ms error margin
	// MaxBodySize Maximum byte size for logging request/response body into traffic logs.
	MaxBodySize = 64000
	// ReloadPollInterval Default interval between polls for reload status
	ReloadPollInterval = helpers.TimeDuration(1 * time.Second)

	// ResourceTypeQVapp Resource type for QlikView application, used for app upload and deletion
	ResourceTypeQVapp = "qvapp"
	// ResourceTypeQVapp Resource type for Qlik Sense application, used for app upload and deletion
	ResourceTypeApp = "app"
)
View Source
const (
	//HyperCubeDataModeStraight • S or DATA_MODE_STRAIGHT
	HyperCubeDataModeStraight  = "S"
	HyperCubeDataModeStraightL = "DATA_MODE_STRAIGHT"
	//HyperCubeDataModePivot • P or DATA_MODE_PIVOT
	HyperCubeDataModePivot  = "P"
	HyperCubeDataModePivotL = "DATA_MODE_PIVOT"
	//HyperCubeDataModePivotStack • K or DATA_MODE_PIVOT_STACK
	HyperCubeDataModePivotStack  = "K"
	HyperCubeDataModePivotStackL = "DATA_MODE_PIVOT_STACK"
	//HyperCubeDataModeTree • T or DATA_MODE_TREE
	HyperCubeDataModeTree  = "T"
	HyperCubeDataModeTreeL = "DATA_MODE_TREE"
)

HyperCubeDataMode

View Source
const (
	NxDimCellValue     = "V"
	NxDimCellEmpty     = "E"
	NxDimCellNormal    = "N"
	NxDimCellTotal     = "T"
	NxDimCellOther     = "O"
	NxDimCellAggr      = "A"
	NxDimCellPseudo    = "P"
	NxDimCellRoot      = "R"
	NxDimCellNull      = "U"
	NxDimCellGenerated = "G"
)

NxDimCellType

View Source
const (
	DataReductionModeNone      = "N"
	DataReductionModeOneDim    = "D1"
	DataReductionModeScattered = "S"
	DataReductionModeClustered = "C"
	DataReductionModeStacked   = "ST"
)

DataReductionMode

View Source
const (
	LocerrGenericAborted          = 15
	LocerrCalcEvalConditionFailed = 7005
)

NxLocalizedErrorCode

View Source
const (
	LocwarnPersonalReloadRequired     = 0
	LocwarnPersonalVersionExpiresSoon = 1
	LocwarnExportDataTruncated        = 1000
	LocwarnCouldNotOpenAllObjects     = 2000
)

NxLocalizedWarningCode

View Source
const (
	EventTopicOnAuthenticationInformation          = "OnAuthenticationInformation"
	EventTopicOnConnected                          = "OnConnected"
	EventTopicOnMaxParallelSessionsExceeded        = "OnMaxParallelSessionsExceeded"
	EventTopicOnLicenseAccessDenied                = "OnLicenseAccessDenied"
	EventTopicOnLicenseAccessDeniedPendingUserSync = "OnLicenseAccessDeniedPendingUserSync"
	EventTopicOnSessionClosed                      = "OnSessionClosed"
	EventTopicOnSessionLoggedOut                   = "OnSessionLoggedOut"
	EventTopicOnSessionTimedOut                    = "OnSessionTimedOut"
	EventTopicOnEngineWebsocketFailed              = "OnEngineWebsocketFailed"
	EventTopicOnNoEngineAvailable                  = "OnNoEngineAvailable"
	EventTopicOnRepositoryWebsocketFailed          = "OnRepositoryWebsocketFailed"
	EventTopicOnNoRepositoryAvailable              = "OnNoRepositoryAvailable"
	EventTopicOnDataPrepServiceWebsocketFailed     = "OnDataPrepServiceWebsocketFailed"
	EventTopicOnNoDataPrepServiceAvailable         = "OnNoDataPrepServiceAvailable"
	EventTopicOnNoPrintingServiceAvailable         = "OnNoPrintingServiceAvailable"
	EventTopicOnExcessLicenseAssignment            = "OnExcessLicenseAssignment"
)

Topics for session pushed messages

View Source
const (
	OnConnectedSessionSessionParseFailed = "SessionStateParseFailed" // Not actually sent by engine but set when parsing of message failed

	OnConnectedSessionCreated                    = "SESSION_CREATED"
	OnConnectedSessionAttached                   = "SESSION_ATTACHED"
	OnConnectedSessionErrorNoLicense             = "SESSION_ERROR_NO_LICENSE"
	OnConnectedSessionErrorLicenseReNew          = "SESSION_ERROR_LICENSE_RENEW"
	OnConnectedSessionErrorLimitExceeded         = "SESSION_ERROR_LIMIT_EXCEEDED"
	OnConnectedSessionErrorSecurityHeaderChanged = "SESSION_ERROR_SECURITY_HEADER_CHANGED"
	OnConnectedSessionAccessControlSetupFailure  = "SESSION_ACCESS_CONTROL_SETUP_FAILURE"
	OnConnectedSessionErrorAppAccessDenied       = "SESSION_ERROR_APP_ACCESS_DENIED"
	OnConnectedSessionErrorAppFailure            = "SESSION_ERROR_APP_FAILURE"
)

EventTopicOnConnected possible states

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