Documentation for Simbo's Packages
    Preparing search index...

    The options for the UserFacingError. It can include a hint string to help the user resolve the issue. The hint option can also be true to indicate that a generic hint should be shown. It extends the standard ErrorOptions.

    interface Options {
        cause?: unknown;
        hint?: string | boolean;
    }

    Hierarchy

    • ErrorOptions
      • Options
    Index

    Properties

    Properties

    cause?: unknown
    hint?: string | boolean