Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Interface DeprecationValidationResult

    Result of validating deprecated field usage.

    interface DeprecationValidationResult {
        checkResult: DeprecatedFieldUsageResult;
        errors: string[];
        valid: boolean;
        warnings: string[];
    }
    Index

    Properties

    The underlying check result

    errors: string[]

    Validation errors (if any)

    valid: boolean

    Whether validation passed (no deprecated fields, or within acceptable limits)

    warnings: string[]

    Validation warnings (if any)