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

    Interface ValidationErrorResponse

    interface ValidationErrorResponse {
        error_code?: string;
        message?: string;
        validation_errors?: ValidationErrorDetail[];
    }
    Index

    Properties

    error_code?: string
    message?: string

    Human-readable error description.

    validation_errors?: ValidationErrorDetail[]

    List of field-level validation errors.