com.github.nalukit.nalu.client.NaluConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nalu Show documentation
Show all versions of nalu Show documentation
Routing based application framework for GWT 2, GWT 3 + J2CL
The newest version!
package com.github.nalukit.nalu.client;
public class NaluConstants {
public final static String NALU_ERROR_SHELL_NOT_FOUND = "NaluError0001";
public final static String NALU_ERROR_ROUTING_EXCEPTION = "NaluError0002";
public final static String NALU_ERROR_NO_CONTROLLER_INSTANCE_FOUND = "NaluError0003";
public final static String NALU_ERROR_SELECOR_NOT_FOUND = "NaluError0004";
public final static String NALU_ERROR_LOOP_DETECTED = "NaluError0005";
public final static String NALU_ERROR_ELEMENT_IS_NULL = "NaluError0006";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy