public static ScriptResponse setupErrorResponse(ErrorsEnum otee, string token) { return setupErrorResponse(EnumHandler.getErrorNumberAttribute(otee), EnumHandler.getErrorDescriptionAttribute(otee), token); }
public static ScriptResponse setupErrorResponse(ErrorsEnum otee) { return setupErrorResponse(otee, ""); }