CmpStr - v3.3.0
    Preparing search index...

    Class CmpStrNotFoundError

    Error thrown when a requested resource is missing or not found.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    code: string

    A short, machine-readable error code

    Optional structured metadata for the error

    when: string = ...

    Timestamp when the error was created (ISO 8601)

    Methods

    • Format the error into a readable string, including code, message, and optional metadata.

      Parameters

      • Optionalstack: boolean = false

        Whether to include the stack trace in the output

      Returns string