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

    Variable ServerErrorMessagesConst

    ServerErrorMessages: {
        invalidEventFormat: "invalid event format";
        invalidToken: "invalid token";
        mustAuthenticateBeforeAnnouncing: "must authenticate before announcing";
        moduleAnnounceIdentityInvalid: "module identity must include kind=plugin and a plugin id for event 'module:announce'";
        moduleAnnounceIndexInvalid: "the field 'index' must be a non-negative integer for event 'module:announce'";
        moduleAnnounceNameInvalid: "the field 'name' must be a non-empty string for event 'module:announce'";
        moduleConsumerEventInvalid: "the field 'event' must be a non-empty string for event consumer registration";
        moduleNotFound: "module not found, it hasn't announced itself or the name is incorrect";
        noConsumerRegistered: "no consumer registered for requested event delivery";
        notAuthenticated: "not authenticated";
        uiConfigureModuleIndexInvalid: "the field 'moduleIndex' must be a non-negative integer for event 'ui:configure'";
        uiConfigureModuleNameInvalid: "the field 'moduleName' can't be empty for event 'ui:configure'";
    } = ...

    Type Declaration

    • ReadonlyinvalidEventFormat: "invalid event format"
    • ReadonlyinvalidToken: "invalid token"
    • ReadonlymustAuthenticateBeforeAnnouncing: "must authenticate before announcing"
    • ReadonlymoduleAnnounceIdentityInvalid: "module identity must include kind=plugin and a plugin id for event 'module:announce'"
    • ReadonlymoduleAnnounceIndexInvalid: "the field 'index' must be a non-negative integer for event 'module:announce'"
    • ReadonlymoduleAnnounceNameInvalid: "the field 'name' must be a non-empty string for event 'module:announce'"
    • ReadonlymoduleConsumerEventInvalid: "the field 'event' must be a non-empty string for event consumer registration"
    • ReadonlymoduleNotFound: "module not found, it hasn't announced itself or the name is incorrect"
    • ReadonlynoConsumerRegistered: "no consumer registered for requested event delivery"
    • ReadonlynotAuthenticated: "not authenticated"
    • ReadonlyuiConfigureModuleIndexInvalid: "the field 'moduleIndex' must be a non-negative integer for event 'ui:configure'"
    • ReadonlyuiConfigureModuleNameInvalid: "the field 'moduleName' can't be empty for event 'ui:configure'"