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
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