FactGraphPortException class

FactGraph port failure.

Inheritance
Implemented types

Constructors

FactGraphPortException(String message, {Object? cause})

Properties

cause Object?
Original cause (for exception chaining).
finalinherited
code String
Unique error code for programmatic handling.
no setter
hashCode int
The hash code for this object.
no setterinherited
isRetryable bool
Whether this error is retryable.
no setter
message String
Human-readable error message.
finalinherited
path String?
JSON path to problematic field (if applicable).
finalinherited
portName String
The port name that failed.
finalinherited
retryDelay Duration
Suggested retry delay (if retryable).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Stack trace at point of error.
finalinherited

Methods

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

Operators

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