AutoBE
    Preparing search index...

    Compile-safe stub emitted after the endpoint write retry budget is spent.

    The phase keeps moving with a placeholder that still compiles, while carrying the failure that explains why real generation was given up.

    interface IStub {
        failure: AutoBeRealizeOperationFailure;
        stub: AutoBeRealizeOperationFunction;
        success: false;
    }
    Index

    Properties

    Properties

    Reason the real function could not be produced.

    Placeholder function that compiles in place of the real one.

    success: false

    Failure discriminator.