menu
certiface_sdk package
documentation
errors/certiface_error.dart
CertifaceError
CertifaceError.new constructor
CertifaceError.new constructor
dark_mode
light_mode
CertifaceError
constructor
CertifaceError
(
{
required
String
code
,
required
String
message
,
String
?
invalidParam
,
})
Implementation
CertifaceError({ required this.code, required this.message, this.invalidParam, });
certiface_sdk package
documentation
errors/certiface_error
CertifaceError
CertifaceError.new constructor
CertifaceError class