ErrorDetail class

An object representing an error when an asynchronous operation fails.

Constructors

ErrorDetail({ErrorCode? errorCode, String? errorMessage, List<String>? resourceIds})
ErrorDetail.fromJson(Map<String, dynamic> json)
factory

Properties

errorCode ErrorCode?
A brief description of the error.
final
errorMessage String?
A more complete description of the error.
final
hashCode int
The hash code for this object.
no setterinherited
resourceIds List<String>?
An optional field that contains the resource IDs associated with the error.
final
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
toString() String
A string representation of this object.
inherited

Operators

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