qgw
    Preparing search index...

    Interface CustomIssue

    In depth information about the general error that occurred.

    inspired by ZodIssue https://zod.dev/ERROR_HANDLING?id=zodissue

    interface CustomIssue {
        code: string;
        message: string;
        path?: (string | number)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string
    message: string
    path?: (string | number)[]