@acrolinx/sidebar-interface
    Preparing search index...

    Interface SidebarError

    interface SidebarError {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string

    The code which enables the integration to react:

    httpError : Something went wrong while talking to server tokenInvalid : The token has not been accepted by the server argumentPropertyInvalid : Some argument is invalid, please check your arguments with the interface definition.

    message: string

    Log, read or display this message to get additional information about the occurred error.