adobe-firefly-sdk
    Preparing search index...

    Type Alias ValidationErrorDetail

    type ValidationErrorDetail = {
        ctx?: { [key: string]: unknown };
        loc?: (string | number)[];
        msg?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    ctx?: { [key: string]: unknown }

    Additional context about the error.

    loc?: (string | number)[]

    Path to the field that caused the error.

    msg?: string

    Human-readable error message.

    type?: string

    Error type identifier.