Databricks SDK for JavaScript
    Preparing search index...

    Interface PreconditionFailureViolation

    interface PreconditionFailureViolation {
        description: string;
        subject: string;
        type: string;
    }
    Index

    Properties

    description: string

    A description of how the precondition failed. Developers can use this description to understand how to fix the failure.

    For example: "Terms of service not accepted".

    subject: string

    The subject, relative to the type, that failed.

    type: string

    The type of PreconditionFailure.