@axonlabs/core
    Preparing search index...

    Interface RouterExceptionError

    interface RouterExceptionError {
        meta: ExceptionMeta;
        msg: string;
        name: string;
    }
    Index

    Properties

    Properties

    meta: ExceptionMeta
    msg: string
    name: string