Eplan Platform API
Eplan.IdentityClient Namespace / IdentityStatusCode Enumeration

IdentityStatusCode Enumeration
Available response status codes.
Syntax
public enum IdentityStatusCode : System.Enum 
Members
MemberValueDescription
AuthDataEmpty27Authentication data is empty.
AuthenticationInterfaceCouldNotBeInitialized24Authentication interface could not be initialized.
ClientError6Client error.
ClientIdNotRegistered26ClientId not registered.
ConnectionError4Connection error.
Failed-1Call failed, potential problems: time out, wrong credentials, canceled.
IdentityClientNotInitialized11IdentityClient not initialized.
IdentityClientProcessCallFailed21IdentityClient process call failed.
IdentityClientProcessCreationFailed20IdentityClient process creation failed.
InitCefFailed28Certificate initialization failed.
InvalidSharedMemoryData22Invalid shared memory data.
MemoryMappedFileCreationFailed14Memory mapped file creation failed.
MutexCreationFailed15Mutex creation failed.
NoAuthentication3Authentication not performed. Was not needed, i.e. automation processes.
Offline1Offline mode.
ReadDataFromSharedMemoryFailed17Read data from shared memory failed.
ServerError7Server error.
SignInRequired2If a grace period has expired, a sign in is required.
Success0Call success.
TimeOut13Connection time out.
TokenManagementInterfaceCouldNotBeInitialized25Token management interface could not be initialized.
UnexpectedException18Unexpected exception.
UnknownError5Unknown error.
UnknownException12Unknown exception.
UnsupportedCall19Unsupported call.
UserProfileError23User profile error.
WriteDataIntoSharedMemoryFailed16Write data into shared memory failed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.IdentityClient.IdentityStatusCode

See Also