@musallam/firefly-client
    Preparing search index...

    Interface ValidationErrorDetail

    interface ValidationErrorDetail {
        ctx?: ValidationErrorDetailCtx;
        loc?: ValidationErrorDetailLocItem[];
        msg?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    Additional context about the error.

    Path to the field that caused the error.

    msg?: string

    Human-readable error message.

    type?: string

    Error type identifier.