EndpointMessageFailure class

Inheritance

Constructors

EndpointMessageFailure({required String message, required String status, required Map<String, dynamic> fields})

Properties

code String
finalinherited
fields Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
innerException Exception?
finalinherited
message String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

Methods

copyWith({String? code, String? message, Exception? innerException}) Failure
inherited
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 o) bool
The equality operator.
inherited