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

    Interface DeprecationValidationOptions

    Options for deprecation validation.

    interface DeprecationValidationOptions {
        errorMessagePrefix?: string;
        ignoreFields?: string[];
        treatAsError?: boolean;
    }
    Index

    Properties

    errorMessagePrefix?: string

    Custom error message prefix

    ignoreFields?: string[]

    Specific deprecated fields to ignore in validation

    treatAsError?: boolean

    Whether to treat deprecated field usage as an error (default: false, treated as warning)