core-utils
    Preparing search index...
    interface ServiceIssue {
        code?: ErrorCode;
        message?: string;
        path?: (string | number)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code?: ErrorCode

    Standardized ERROR_CODES

    message?: string

    Details about what caused the issue

    path?: (string | number)[]

    Path to issue location