Provides minisql common errors facilities for this project.
Package: minisql.common.errors
Reachable from entry: no
function componentName()Performs the componentName operation for the minisql common errors module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
function isImplemented()Returns whether implemented satisfies the condition required by the minisql common errors module. Takes no caller-supplied inputs. Returns a boolean result; invalid input or delegated failures are reported as structured errors.
function notImplemented(component, operation)Performs the not implemented operation for this module. Inputs: component, operation. Returns the produced value or propagates a structured error from validation or delegated operations.
| Parameter | Type | Default | Description |
|---|---|---|---|
component |
dynamic |
— | component value consumed by this operation. |
operation |
dynamic |
— | operation value consumed by this operation. |
function targetMilestone()Performs the targetMilestone operation for the minisql common errors module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.