IDLive Face C# API  1.50.5
Public Member Functions | Properties | List of all members
Idrnd.FaceSdk.StatusInfo Class Reference

Result status info, contains the same info as FaceException More...

Public Member Functions

 StatusInfo (String message, FaceExceptionStatus code)
 Constructor

Parameters
messageStatus message
codeStatus code
More...
 
bool Ok ()
 Checks if status is OK More...
 
override string ToString ()
 Returns string representation of object More...
 

Properties

String Message [get, set]
 Status message More...
 
FaceExceptionStatus Code [get, set]
 Status code More...
 

Detailed Description

Result status info, contains the same info as FaceException

Constructor & Destructor Documentation

◆ StatusInfo()

Idrnd.FaceSdk.StatusInfo.StatusInfo ( String  message,
FaceExceptionStatus  code 
)

Constructor

Parameters
messageStatus message
codeStatus code

Member Function Documentation

◆ Ok()

bool Idrnd.FaceSdk.StatusInfo.Ok ( )

Checks if status is OK

Returns
True if status is OK, false otherwise

◆ ToString()

override string Idrnd.FaceSdk.StatusInfo.ToString ( )

Returns string representation of object

Returns
String representation of object

Property Documentation

◆ Code

FaceExceptionStatus Idrnd.FaceSdk.StatusInfo.Code
getset

Status code

◆ Message

String Idrnd.FaceSdk.StatusInfo.Message
getset

Status message


The documentation for this class was generated from the following file: