Variable tokenErrorsConst

tokenErrors: {
    invalidAnalyticsParameter: {
        detail: "failed to get analytics scope";
        name: "invalidAnalyticsParameter";
        solution: "Use the correct token according to the specification";
    };
    invalidAppIdParameter: {
        detail: "failed to get AppId";
        name: "invalidAppIdParameter";
        solution: "Use the correct token according to the specification";
    };
    invalidParameter: {
        detail: "failed to decode token";
        name: "invalidParameter";
        solution: "Use the correct token according to the specification";
    };
}