@serenada/core
    Preparing search index...

    Interface CallError

    Error with a machine-readable code and human-readable message.

    interface CallError {
        code: CallErrorCode;
        message: string;
    }
    Index

    Properties

    Properties

    message: string