Other Global Variables
The following global variables are available globally.
-
Error key for an invalid CMP card ID.
Declaration
Swift
public let VGSSDKErrorInvalidCardID: VGSErrorInfoKey -
Error key, used for errors when authHandler is not set but required.
Declaration
Swift
public let VGSSDKErrorAuthHandlerNotSet: VGSErrorInfoKey
-
Error key, used for errors when response type is not supported.
Declaration
Swift
public let VGSSDKErrorUnexpectedResponseType: VGSErrorInfoKey -
Error key, used for errors when form parameter is invalid.
Declaration
Swift
public let VGSSDKErrorInvalidFormConfiguration: VGSErrorInfoKey -
Error key, used when
VGSCollect.session(with:vaultId:environment:dataRegion:completion:)fails before the request starts because the session configuration URL cannot be built.Declaration
Swift
public let VGSSDKErrorInvalidConfigurationURL: VGSErrorInfoKey -
Error key, used when
VGSCollect.session(with:vaultId:environment:dataRegion:completion:)fails while requesting, receiving, or decoding the remote session configuration.Declaration
Swift
public let VGSSDKErrorSessionInitializationFailed: VGSErrorInfoKey
View on GitHub
Other Global Variables Reference