ApiError class

Represents an API error in Akeneo. This class contains information about the property, message, attribute, a list of ApiErrors is returned in an error response

Constructors

ApiError({String? property, String? message, String? attribute, String? locale, String? scope})
const
ApiError.fromJson(Map<String, dynamic> json)
factory

Properties

attribute String?
final
hashCode int
The hash code for this object.
no setterinherited
locale String?
final
message String?
final
property String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this ApiError instance to a JSON Map.
toString() String
A string representation of this object.
inherited

Operators

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