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

    Interface OcpContractErrorOptions

    interface OcpContractErrorOptions {
        cause?: Error;
        choice?: string;
        code?: OcpErrorCode;
        contractId?: string;
        templateId?: string;
    }
    Index

    Properties

    cause?: Error

    The original error that caused this error

    choice?: string

    The choice being exercised when the error occurred

    Specific contract error code (defaults to CHOICE_FAILED)

    contractId?: string

    The contract ID involved in the error

    templateId?: string

    The DAML template ID