OtplessResultError constructor

const OtplessResultError({
  1. required ErrorType errorType,
  2. required int errorCode,
  3. required String errorMessage,
  4. required String traceId,
})

Implementation

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