Skip to main content
Version: 1.0.0 - 1.5.x

IDnowDocIDVResult

Holds the result of an identification session. Returned via ResultListener after a start call.

data class IDnowDocIDVResult(
val resultType: ResultType,
val statusCode: String,
val message: String? = null
)

Properties

PropertyTypeDefaultDescription
resultTypeResultTypeThe result type of the session
statusCodeStringThe status code of the session
messageString?nullAn optional human-readable message

ResultType

enum class ResultType {
FINISHED,
ERROR,
CANCELLED
}
CaseDescription
FINISHEDThe session completed successfully
ERRORThe session ended with an error
CANCELLEDThe session was cancelled by the user

Status Codes

CodeDescription
E100Token format incorrect
E101Token not found
E102Token expired or deleted
E103Token already completed
E130Resources response not parsable or empty
E131Resources server error
E150Start ident response not parsable or empty
E151Start ident server error
E152Start ident missing session key
E160WebView ident failed, technical error
E170Backend forced websocket close
E171Backend command PROCESS_FAILED via websocket
E180No application context