@neutrium/formatter - v1.0.1
    Preparing search index...

    Interface FormatResolutionError

    Serializable error returned when a specification cannot be resolved.

    interface FormatResolutionError {
        message: string;
        name: string;
    }
    Index
    message: string

    Human-readable failure message.

    name: string

    JavaScript error name, such as RangeError or UnknownFormatError.