CDP Frontend SDK
    Preparing search index...

    Type Alias unstable_FundStateError

    The type for an error that may get displayed in the UI.

    type unstable_FundStateError = {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string