Databricks SDK for JavaScript
    Preparing search index...

    Describes violations in a client request. This error type focuses on the syntactic aspects of the request.

    interface BadRequest {
        fieldViolations: BadRequestFieldViolation[];
    }
    Index

    Properties

    Properties

    fieldViolations: BadRequestFieldViolation[]