PatchbayAuditExecutionDetailsProjectionDefect class final

Reports that an accepted ui.reveal response could not be safely projected into PatchbayAuditEvent.executionDetails.

The accompanying event's executionDetails is always null when this fires: the projector omits the whole block rather than truncate an out-of-bounds value and report it as if it were complete. reason is one of patchbayAuditExecutionDetailsDefectReasons.

Implemented types

Constructors

PatchbayAuditExecutionDetailsProjectionDefect({required String command, required String requestId, required String reason})
const

Properties

command String
final
hashCode int
The hash code for this object.
no setterinherited
reason String
final
requestId String
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.
override

Operators

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