AIRI Server API - v0.10.2
    Preparing search index...

    Interface ParsedServerErrorMessage

    interface ParsedServerErrorMessage {
        authentication: boolean;
        code: ServerErrorCode;
        message: string;
        recoverable: boolean;
        terminal: boolean;
    }
    Index

    Properties

    authentication: boolean
    message: string
    recoverable: boolean
    terminal: boolean