ExceptionInfo class

Contains all the error details except the stack trace.

Annotations
  • @sealed
  • @immutable

Constructors

ExceptionInfo({required String type, required String message, String? description})
const
ExceptionInfo.fromMap(JsonMap map)
factory

Properties

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

Methods

copyWith({String? type, String? message, String? description}) ExceptionInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → JsonMap
toString() String
A string representation of this object.
override

Operators

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