IDLive Face C# API 1.46.0
Loading...
Searching...
No Matches
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

 
bool Ok ()
 Checks if status is OK.
 
override string ToString ()
 Returns string representation of object.
 

Properties

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

Detailed Description

Result status info, contains the same info as FaceException.

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

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