jooby-codec
    Preparing search index...

    Interface IInvalidCommand

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

    interface IInvalidCommand {
        command: ICommand;
        error: string;
    }
    Index

    Properties

    Properties

    command: ICommand
    error: string