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

    Interface OcpValidationErrorOptions

    interface OcpValidationErrorOptions {
        code?: OcpErrorCode;
        expectedType?: string;
        receivedValue?: unknown;
    }
    Index

    Properties

    Specific validation error code (defaults to REQUIRED_FIELD_MISSING)

    expectedType?: string

    The expected type for this field

    receivedValue?: unknown

    The actual value received