ItemStatus class

This contains item's status and any errors.

Constructors

ItemStatus({String? code, List<ProcessingError>? processingErrors, List<RepositoryError>? repositoryErrors})
ItemStatus.fromJson(Map json_)

Properties

code String?
Status code. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
processingErrors List<ProcessingError>?
Error details in case the item is in ERROR state.
getter/setter pair
repositoryErrors List<RepositoryError>?
Repository error reported by connector.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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