CloudinaryException constructor

CloudinaryException(
  1. String responseString,
  2. int statusCode, {
  3. Map<String, dynamic>? request,
})

Creates a new CloudinaryException with an optional file info request

Implementation

CloudinaryException(this.responseString, this.statusCode, {this.request});