OtplessResultError constructor
const
OtplessResultError({})
Implementation
const OtplessResultError({
required this.errorType,
required this.errorCode,
required this.errorMessage,
required this.traceId,
});
const OtplessResultError({
required this.errorType,
required this.errorCode,
required this.errorMessage,
required this.traceId,
});