Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.58 KB

File metadata and controls

65 lines (39 loc) · 2.58 KB

src/minisql/common/errors.ml

Home · Files

Provides minisql common errors facilities for this project.

Package: minisql.common.errors

Reachable from entry: no

Declarations

componentName

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.

View source

isImplemented

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.

View source

notImplemented

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.

View source

targetMilestone

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.

View source