jooby-codec
    Preparing search index...

    In case of an error wraps all command data with error message.

    interface IInvalidCommand {
        command: analogUltrasound.utils.command.ICommand;
        error: { code: number; message?: string; name: string };
    }
    Index

    Properties

    Properties

    error: { code: number; message?: string; name: string }