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

    Interface OcpParseErrorOptions

    interface OcpParseErrorOptions {
        cause?: Error;
        code?: OcpErrorCode;
        source?: string;
    }
    Index

    Properties

    Properties

    cause?: Error

    The original error that caused this error

    Specific parse error code (defaults to INVALID_RESPONSE)

    source?: string

    Description of the data source being parsed