Transmit Security Account Protection Error
Types
Link copied to clipboard
data class ConnectionError(transmitSecurityError: TransmitSecurityError.ConnectionError) : TransmitSecurityAccountProtectionError
Content copied to clipboard
Indicates a connectivity error.
Link copied to clipboard
data class Disabled(transmitSecurityError: TransmitSecurityError.Disabled) : TransmitSecurityAccountProtectionError
Content copied to clipboard
Indicates that the SDK is in a Disabled state.
Link copied to clipboard
data class InternalError(transmitSecurityError: TransmitSecurityError.InternalError) : TransmitSecurityAccountProtectionError
Content copied to clipboard
Indicates an internal SDK error.
Link copied to clipboard
data class NotSupportedActionError(transmitSecurityError: TransmitSecurityError.NotSupportedActionError) : TransmitSecurityAccountProtectionError
Content copied to clipboard
Indicates that the action is not supported.