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

    Interface OcpNetworkErrorOptions

    interface OcpNetworkErrorOptions {
        cause?: Error;
        code?: OcpErrorCode;
        endpoint?: string;
        statusCode?: number;
    }
    Index

    Properties

    cause?: Error

    The original error that caused this error

    Specific network error code (defaults to CONNECTION_FAILED)

    endpoint?: string

    The endpoint that was being accessed

    statusCode?: number

    The HTTP status code, if applicable