CognitoClientException constructor

CognitoClientException(
  1. String? message, {
  2. String? code,
  3. int? statusCode,
  4. String? name,
})

Implementation

CognitoClientException(
  this.message, {
  this.code,
  this.statusCode,
  this.name,
});