Click or drag to resize

ErrorStep Class

Represents Error step. Final step. Failed to connect to Keeper.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.Authentication.SyncAuthStep
    KeeperSecurity.Authentication.SyncErrorStep

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class ErrorStep : AuthStep

The ErrorStep type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets error code
Public propertyMessage Get error message
Top
See Also