CloudinaryException class

Holds the http response error from the cloudinary api

Implemented types

Constructors

CloudinaryException(String responseString, int statusCode, {Map<String, dynamic>? request})
Creates a new CloudinaryException with an optional file info request

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
Extract the error message from cloudinary
no setter
request Map<String, dynamic>?
file information. It can be used to identify the exact uploaded file that fails during multi upload contains {url, path, identifier}
final
responseString String
full response string from cloudinary
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
http status code from cloudinary
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
CloudinaryException summary
override

Operators

operator ==(Object other) bool
The equality operator.
inherited