toggle menu
SenseCrypt Android SDK
androidJvm
switch theme
search in API
SenseCrypt Android SDK
/
com.sensecrypt.sdk.demo.datastructures
/
ErrorDetails
Error
Details
public
class
ErrorDetails
ErrorDetails is a class that holds the title and message of the error
Inheritors
FaceScanErrorDetails
Members
Constructors
Error
Details
Link copied to clipboard
public
ErrorDetails
ErrorDetails
(
Integer
title
,
Integer
message
)
Properties
message
Link copied to clipboard
private
final
Integer
message
title
Link copied to clipboard
private
final
Integer
title
Functions
get
Message
Link copied to clipboard
public
final
Integer
getMessage
(
)
get
Title
Link copied to clipboard
public
final
Integer
getTitle
(
)